amd-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
@ 2025-08-31 10:12 Przemysław Kopa
  2025-09-03  3:35 ` Mario Limonciello
  0 siblings, 1 reply; 7+ messages in thread
From: Przemysław Kopa @ 2025-08-31 10:12 UTC (permalink / raw)
  To: Harry Wentland; +Cc: Mario Limonciello, amd-gfx

Hello,

I'm running Radeon RX 9060 XT and since upgrading to the kernel 6.15 I'm
facing an issue with audio via DisplayPort. After waking from S3 suspend
(sometimes, but not always) audio doesn't work - pavucontrol shows that
the output is disconnected and I don't get sound from my display. If I
manually reselect the Digital/HDMI output in pavucontrol after resume,
sound starts working again. Besides my main screen, GPU is also
connected (via HDMI) to a TV set - I've found out that this issue occurs
more often if the TV is on (not displaying output from GPU) when I put
my PC to sleep and I turn the TV off before resuming PC.

The issue persists on the current mainline kernel (6.17-rc3).

I've bisected it and this is the commit that introduced the issue:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=50e0bae34fa6b8b18e13473ddf0bcdab6ab68310

I've also found a similar report on the alsa mailing list:
https://lore.kernel.org/alsa-devel/1855350181c58300-webhooks-bot@alsa-project.org/

I'm running Arch Linux with pipewire and wireplumber. The following is
an excerpt from the WirePlumber log after bad resume:

D spa.alsa [alsa-util.c:1996:pa_alsa_get_hdmi_eld]: ELD info empty (for device=7)
I spa.alsa [alsa-acp-device.c:893:card_props_changed]: card properties changed
D spa.alsa [acp.c:760:report_jack_state]: Jack 'HDMI/DP,pcm=7 Jack' is now unplugged
I spa.alsa [alsa-acp-device.c:975:card_port_available]: card port hdmi-output-1 available yes -> no
I spa.alsa [acp.c:702:profile_set_available]: Profile output:hdmi-stereo-extra1 available yes -> no
I spa.alsa [alsa-acp-device.c:941:card_profile_available]: card profile output:hdmi-stereo-extra1 available yes -> no

Please let me know what additional information I might provide to
pinpoint this issue.

Thanks,
Przemysław Kopa


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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-08-31 10:12 [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6 Przemysław Kopa
@ 2025-09-03  3:35 ` Mario Limonciello
  2025-09-03 12:21   ` Przemysław Kopa
  0 siblings, 1 reply; 7+ messages in thread
From: Mario Limonciello @ 2025-09-03  3:35 UTC (permalink / raw)
  To: Przemysław Kopa, Harry Wentland; +Cc: amd-gfx

On 8/31/2025 5:12 AM, Przemysław Kopa wrote:
> Hello,
> 
> I'm running Radeon RX 9060 XT and since upgrading to the kernel 6.15 I'm
> facing an issue with audio via DisplayPort. After waking from S3 suspend
> (sometimes, but not always) audio doesn't work - pavucontrol shows that
> the output is disconnected and I don't get sound from my display. If I
> manually reselect the Digital/HDMI output in pavucontrol after resume,
> sound starts working again. Besides my main screen, GPU is also
> connected (via HDMI) to a TV set - I've found out that this issue occurs
> more often if the TV is on (not displaying output from GPU) when I put
> my PC to sleep and I turn the TV off before resuming PC.
> 
> The issue persists on the current mainline kernel (6.17-rc3).
> 
> I've bisected it and this is the commit that introduced the issue:
> https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=50e0bae34fa6b8b18e13473ddf0bcdab6ab68310
> 
> I've also found a similar report on the alsa mailing list:
> https://lore.kernel.org/alsa-devel/1855350181c58300-webhooks-bot@alsa-project.org/
> 
> I'm running Arch Linux with pipewire and wireplumber. The following is
> an excerpt from the WirePlumber log after bad resume:
> 
> D spa.alsa [alsa-util.c:1996:pa_alsa_get_hdmi_eld]: ELD info empty (for device=7)
> I spa.alsa [alsa-acp-device.c:893:card_props_changed]: card properties changed
> D spa.alsa [acp.c:760:report_jack_state]: Jack 'HDMI/DP,pcm=7 Jack' is now unplugged
> I spa.alsa [alsa-acp-device.c:975:card_port_available]: card port hdmi-output-1 available yes -> no
> I spa.alsa [acp.c:702:profile_set_available]: Profile output:hdmi-stereo-extra1 available yes -> no
> I spa.alsa [alsa-acp-device.c:941:card_profile_available]: card profile output:hdmi-stereo-extra1 available yes -> no
> 
> Please let me know what additional information I might provide to
> pinpoint this issue.
> 
> Thanks,
> Przemysław Kopa
> 

Given it's not a 100% reproduce for you, how did you confirm this commit 
is causing the issue?  Some sort of sampling of X cycles at each bisect 
point?

Could you capture a dmesg log where /sys/power/pm_debug_messages is set 
both from a good case and from a bad case so we can compare?

The peculiar thing is this commit only changes the timing of some of the 
suspend sequence, and as part of the suspend sequence the GPU is reset 
anyway.  So during the resume sequence it shouldn't have mattered what 
happened the last time on suspend entry.

Thanks,

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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-09-03  3:35 ` Mario Limonciello
@ 2025-09-03 12:21   ` Przemysław Kopa
  2025-09-03 18:22     ` Mario Limonciello
  0 siblings, 1 reply; 7+ messages in thread
From: Przemysław Kopa @ 2025-09-03 12:21 UTC (permalink / raw)
  To: Mario Limonciello, Harry Wentland; +Cc: amd-gfx

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

On 9/3/25 05:35, Mario Limonciello wrote:

> Given it's not a 100% reproduce for you, how did you confirm this commit 
> is causing the issue?  Some sort of sampling of X cycles at each bisect 
> point?

Yes, I've tried a couple of times to trigger this issue on each 
bisection point (by doing suspend -> resume cycle), and if I wasn't able 
to trigger it, I've assumed it's good and moved on. I think I got the 
right commit in the end, since now I have two kernels that are a single 
commit apart (50e0bae34fa6), and I am able to trigger the issue when 
running kernel with 50e0bae34fa6 applied, but am not able to trigger it 
when running kernel without 50e0bae34fa6 (and I tried a lot ;).

> Could you capture a dmesg log where /sys/power/pm_debug_messages is set 
> both from a good case and from a bad case so we can compare?

I'm attaching two dmesg dumps, running 6.17-rc4, fresh boot with a 
single suspend -> resume cycle within each file.

'dmesg_dp_audio_good.txt' - sound is fine after resume
'dmesg_dp_audio_bad.txt' - no sound after resume

[-- Attachment #2: dmesg_dp_audio_good.txt --]
[-- Type: text/plain, Size: 96329 bytes --]

[    0.000000] Linux version 6.17.0-rc4-local (pkopa@pdesktop) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed Sep  3 13:06:29 CEST 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    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-0x00000000ca196fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca197000-0x00000000ca4d2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca4d3000-0x00000000ca641fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca642000-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 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd6fffff] 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-0x000000102f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000102f380000-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=0xca641000 ACPI 2.0=0xca641014 TPMFinalLog=0xca9c7000 SMBIOS=0xcb7ef000 SMBIOS 3.0=0xcb7ee000 MEMATTR=0xc6da0418 ESRT=0xc8c64698 INITRD=0xc178ae18 RNG=0xca620c18 TPMEventLog=0xca513018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem73: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem74: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd100000-0xfd1fffff] reserved
[    0.000000] efi: Remove mem75: MMIO range=[0xfd500000-0xfd6fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd500000-0xfd6fffff] reserved
[    0.000000] efi: Not removing mem76: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem77: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem78: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem79: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem80: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem81: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem82: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem83: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem84: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem85: 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/PRIME B550-PLUS, BIOS 3621 01/13/2025
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3499.885 MHz processor
[    0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000116] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000121] last_pfn = 0x102f380 max_arch_pfn = 0x400000000
[    0.000127] total RAM covered: 3327M
[    0.000204] Found optimal setting for mtrr clean up
[    0.000205]  gran_size: 64K 	chunk_size: 128M 	num_reg: 4  	lose cover RAM: 0G
[    0.000207] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000208] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000373] e820: update [mem 0xca710000-0xca71ffff] usable ==> reserved
[    0.000377] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000379] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.003156] esrt: Reserving ESRT space from 0x00000000c8c64698 to 0x00000000c8c646d0.
[    0.003161] e820: update [mem 0xc8c64000-0xc8c64fff] usable ==> reserved
[    0.003172] Using GB pages for direct mapping
[    0.003478] Secure boot disabled
[    0.003478] RAMDISK: [mem 0xbcc19000-0xbd865fff]
[    0.003486] ACPI: Early table checksum verification disabled
[    0.003488] ACPI: RSDP 0x00000000CA641014 000024 (v02 ALASKA)
[    0.003490] ACPI: XSDT 0x00000000CA640728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003494] ACPI: FACP 0x00000000CA631000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003497] ACPI: DSDT 0x00000000CA625000 00B19A (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003498] ACPI: FACS 0x00000000CA9F7000 000040
[    0.003500] ACPI: SSDT 0x00000000CA637000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003501] ACPI: SSDT 0x00000000CA633000 003B8E (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003503] ACPI: SSDT 0x00000000CA632000 0001AD (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003504] ACPI: FIDT 0x00000000CA624000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003505] ACPI: MCFG 0x00000000CA622000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003507] ACPI: HPET 0x00000000CA621000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003508] ACPI: IVRS 0x00000000CA61F000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003509] ACPI: VFCT 0x00000000CA610000 00E684 (v01 ALASKA A M I    00000001 AMD  33504F47)
[    0.003511] ACPI: WPBT 0x00000000CA531000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.003512] ACPI: TPM2 0x00000000CA530000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003513] ACPI: PCCT 0x00000000CA52F000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003515] ACPI: SSDT 0x00000000CA52B000 0030FB (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003516] ACPI: CRAT 0x00000000CA52A000 000B90 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003517] ACPI: CDIT 0x00000000CA529000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003519] ACPI: SSDT 0x00000000CA528000 0002C2 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003520] ACPI: SSDT 0x00000000CA526000 0010C9 (v02 AMD    ArticTPX 00000001 INTL 20120913)
[    0.003521] ACPI: SSDT 0x00000000CA525000 00052C (v02 AMD    ArticNOI 00000001 INTL 20120913)
[    0.003523] ACPI: SSDT 0x00000000CA521000 003E6E (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003524] ACPI: WSMT 0x00000000CA520000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003525] ACPI: APIC 0x00000000CA51F000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003527] ACPI: SSDT 0x00000000CA51E000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003528] ACPI: SSDT 0x00000000CA51D000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003529] ACPI: FPDT 0x00000000CA51C000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003530] ACPI: Reserving FACP table memory at [mem 0xca631000-0xca631113]
[    0.003531] ACPI: Reserving DSDT table memory at [mem 0xca625000-0xca630199]
[    0.003532] ACPI: Reserving FACS table memory at [mem 0xca9f7000-0xca9f703f]
[    0.003532] ACPI: Reserving SSDT table memory at [mem 0xca637000-0xca63fce8]
[    0.003532] ACPI: Reserving SSDT table memory at [mem 0xca633000-0xca636b8d]
[    0.003533] ACPI: Reserving SSDT table memory at [mem 0xca632000-0xca6321ac]
[    0.003533] ACPI: Reserving FIDT table memory at [mem 0xca624000-0xca62409b]
[    0.003533] ACPI: Reserving MCFG table memory at [mem 0xca622000-0xca62203b]
[    0.003534] ACPI: Reserving HPET table memory at [mem 0xca621000-0xca621037]
[    0.003534] ACPI: Reserving IVRS table memory at [mem 0xca61f000-0xca61f0cf]
[    0.003535] ACPI: Reserving VFCT table memory at [mem 0xca610000-0xca61e683]
[    0.003535] ACPI: Reserving WPBT table memory at [mem 0xca531000-0xca53103b]
[    0.003535] ACPI: Reserving TPM2 table memory at [mem 0xca530000-0xca53004b]
[    0.003536] ACPI: Reserving PCCT table memory at [mem 0xca52f000-0xca52f06d]
[    0.003536] ACPI: Reserving SSDT table memory at [mem 0xca52b000-0xca52e0fa]
[    0.003537] ACPI: Reserving CRAT table memory at [mem 0xca52a000-0xca52ab8f]
[    0.003537] ACPI: Reserving CDIT table memory at [mem 0xca529000-0xca529028]
[    0.003537] ACPI: Reserving SSDT table memory at [mem 0xca528000-0xca5282c1]
[    0.003538] ACPI: Reserving SSDT table memory at [mem 0xca526000-0xca5270c8]
[    0.003538] ACPI: Reserving SSDT table memory at [mem 0xca525000-0xca52552b]
[    0.003539] ACPI: Reserving SSDT table memory at [mem 0xca521000-0xca524e6d]
[    0.003539] ACPI: Reserving WSMT table memory at [mem 0xca520000-0xca520027]
[    0.003539] ACPI: Reserving APIC table memory at [mem 0xca51f000-0xca51f15d]
[    0.003540] ACPI: Reserving SSDT table memory at [mem 0xca51e000-0xca51e07c]
[    0.003540] ACPI: Reserving SSDT table memory at [mem 0xca51d000-0xca51d0be]
[    0.003541] ACPI: Reserving FPDT table memory at [mem 0xca51c000-0xca51c043]
[    0.003580] No NUMA configuration found
[    0.003581] Faking a node at [mem 0x0000000000000000-0x000000102f37ffff]
[    0.003584] NODE_DATA(0) allocated [mem 0x102f3552c0-0x102f37ffff]
[    0.003743] Zone ranges:
[    0.003744]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003745]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003746]   Normal   [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003746]   Device   empty
[    0.003747] Movable zone start for each node
[    0.003747] Early memory node ranges
[    0.003748]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003748]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.003749]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003749]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003750]   node   0: [mem 0x000000000b020000-0x00000000c3276fff]
[    0.003750]   node   0: [mem 0x00000000c3278000-0x00000000ca196fff]
[    0.003751]   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[    0.003751]   node   0: [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003755] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f37ffff]
[    0.003758] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003767] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003839] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.003846] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005689] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005786] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.005829] On node 0, zone DMA32: 6248 pages in unavailable ranges
[    0.060510] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.060526] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.060920] ACPI: PM-Timer IO Port: 0x808
[    0.060926] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.060928] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.060937] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.060941] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.060942] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.060944] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.060946] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.060947] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.060952] CPU topo: Max. logical packages:   1
[    0.060953] CPU topo: Max. logical dies:       1
[    0.060953] CPU topo: Max. dies per package:   1
[    0.060955] CPU topo: Max. threads per core:   2
[    0.060956] CPU topo: Num. cores per package:     6
[    0.060956] CPU topo: Num. threads per package:  12
[    0.060956] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    0.060957] CPU topo: Rejected CPUs 20
[    0.060975] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.060976] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.060977] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.060978] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.060979] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.060980] PM: hibernation: Registered nosave memory: [mem 0xc3277000-0xc3277fff]
[    0.060981] PM: hibernation: Registered nosave memory: [mem 0xc8c64000-0xc8c64fff]
[    0.060982] PM: hibernation: Registered nosave memory: [mem 0xca197000-0xcb9fefff]
[    0.060983] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xffffffff]
[    0.060984] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[    0.060985] Booting paravirtualized kernel on bare hardware
[    0.060987] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.064551] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.064885] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.064890] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.064891] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.064908] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    0.064931] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local", will be passed to user space.
[    0.064942] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.068512] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.070255] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070331] software IO TLB: area num 16.
[    0.077282] Fallback order for Node 0: 0 
[    0.077284] Built 1 zonelists, mobility grouping on.  Total pages: 16754599
[    0.077285] Policy zone: Normal
[    0.077415] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.151047] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.159124] ftrace: allocating 54361 entries in 214 pages
[    0.159125] ftrace: allocated 214 pages with 5 groups
[    0.159183] Dynamic Preempt: full
[    0.159223] rcu: Preemptible hierarchical RCU implementation.
[    0.159224] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.159224] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.159225] 	Trampoline variant of Tasks RCU enabled.
[    0.159226] 	Rude variant of Tasks RCU enabled.
[    0.159226] 	Tracing variant of Tasks RCU enabled.
[    0.159226] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.159227] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.159232] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159233] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159235] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.162303] NR_IRQS: 524544, nr_irqs: 1064, preallocated irqs: 16
[    0.162477] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.162560] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.162587] Console: colour dummy device 80x25
[    0.162588] printk: legacy console [tty0] enabled
[    0.162616] ACPI: Core revision 20250404
[    0.162722] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.162735] APIC: Switch to symmetric I/O mode setup
[    0.163068] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.329140] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.329653] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.333739] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3272e41d4f9, max_idle_ns: 440795254251 ns
[    0.333742] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.77 BogoMIPS (lpj=3499885)
[    0.333755] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.333801] LVT offset 1 assigned for vector 0xf9
[    0.333945] LVT offset 2 assigned for vector 0xf4
[    0.333985] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.333986] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.333988] process: using mwait in idle threads
[    0.333989] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.333992] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.333993] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[    0.333994] Spectre V2 : Mitigation: Retpolines
[    0.333995] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.333995] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.333996] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.333996] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.333997] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.333998] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.333999] active return thunk: srso_alias_return_thunk
[    0.334004] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.334005] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.334005] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.334006] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.334006] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.334007] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.334008] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.334009] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.334009] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.334010] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.334011] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.358171] Freeing SMP alternatives memory: 52K
[    0.358174] pid_max: default: 32768 minimum: 301
[    0.358207] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.358277] landlock: Up and running.
[    0.358280] Yama: becoming mindful.
[    0.358478] LSM support for eBPF active
[    0.358554] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.358619] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.462289] smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.462462] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.462467] ... version:                0
[    0.462468] ... bit width:              48
[    0.462469] ... generic registers:      6
[    0.462470] ... value mask:             0000ffffffffffff
[    0.462472] ... max period:             00007fffffffffff
[    0.462473] ... fixed-purpose events:   0
[    0.462474] ... event mask:             000000000000003f
[    0.462555] signal: max sigframe size: 3376
[    0.462597] rcu: Hierarchical SRCU implementation.
[    0.462598] rcu: 	Max phase no-delay instances is 400.
[    0.462652] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.466182] MCE: In-kernel MCE decoding enabled.
[    0.466217] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.466302] smp: Bringing up secondary CPUs ...
[    0.466385] smpboot: x86: Booting SMP configuration:
[    0.466387] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.474849] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.479779] smp: Brought up 1 node, 12 CPUs
[    0.479779] smpboot: Total of 12 processors activated (83997.24 BogoMIPS)
[    0.481844] Memory: 65709180K/67018396K available (19270K kernel code, 2891K rwdata, 15076K rodata, 4504K init, 5392K bss, 1287608K reserved, 0K cma-reserved)
[    0.482504] devtmpfs: initialized
[    0.482504] x86/mm: Memory block size: 2048MB
[    0.483497] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.483497] ACPI: PM: Registering ACPI NVS region [mem 0xca642000-0xcaa11fff] (3997696 bytes)
[    0.483497] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.483497] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.483497] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.483766] pinctrl core: initialized pinctrl subsystem
[    0.483861] PM: RTC time: 11:33:37, date: 2025-09-03
[    0.484249] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.484508] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.484639] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.484781] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.484788] audit: initializing netlink subsys (disabled)
[    0.484796] audit: type=2000 audit(1756899217.157:1): state=initialized audit_enabled=0 res=1
[    0.484827] thermal_sys: Registered thermal governor 'fair_share'
[    0.484829] thermal_sys: Registered thermal governor 'bang_bang'
[    0.484830] thermal_sys: Registered thermal governor 'step_wise'
[    0.484831] thermal_sys: Registered thermal governor 'user_space'
[    0.484832] thermal_sys: Registered thermal governor 'power_allocator'
[    0.484842] cpuidle: using governor ladder
[    0.484847] cpuidle: using governor menu
[    0.484877] Detected 1 PCC Subspaces
[    0.484878] Registering PCC driver as Mailbox controller
[    0.484952] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.484952] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.484952] PCI: Using configuration type 1 for base access
[    0.484954] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.490914] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.490920] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.490922] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.490924] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.490925] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.491638] raid6: skipped pq benchmark and selected avx2x4
[    0.491641] raid6: using avx2x2 recovery algorithm
[    0.491726] ACPI: Added _OSI(Module Device)
[    0.491728] ACPI: Added _OSI(Processor Device)
[    0.491730] ACPI: Added _OSI(Processor Aggregator Device)
[    0.514539] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.516776] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.521785] ACPI: Interpreter enabled
[    0.521799] ACPI: PM: (supports S0 S3 S4 S5)
[    0.521800] ACPI: Using IOAPIC for interrupt routing
[    0.523352] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.523354] PCI: Ignoring E820 reservations for host bridge windows
[    0.523775] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.552840] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.552846] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.552998] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.553279] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.553289] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.553865] PCI host bridge to bus 0000:00
[    0.553869] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.553871] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.553873] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.553875] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.553876] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.553878] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.553879] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[    0.553881] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.553893] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.553997] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.554095] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.554160] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.554175] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.554181] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.554195] pci 0000:00:01.1: enabling Extended Tags
[    0.554245] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.554371] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.554387] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.554391] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.554394] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.554407] pci 0000:00:01.2: enabling Extended Tags
[    0.554456] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.554624] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.554687] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.554759] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.554772] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.554776] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.554779] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.554785] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.554831] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.554943] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.555004] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.555066] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.555126] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.555138] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.555149] pci 0000:00:07.1: enabling Extended Tags
[    0.555182] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.555300] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.555362] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.555375] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.555379] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.555389] pci 0000:00:08.1: enabling Extended Tags
[    0.555426] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.555569] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.555678] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.555808] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.555850] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.555890] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.555929] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.555969] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.556010] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.556050] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.556089] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.556319] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.556356] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.556728] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.556813] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.556852] pci 0000:02:00.0: BAR 0 [mem 0xfcc00000-0xfcc07fff 64bit]
[    0.556863] pci 0000:02:00.0: enabling Extended Tags
[    0.556921] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.557093] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.557119] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.557125] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.557128] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.557149] pci 0000:02:00.2: enabling Extended Tags
[    0.557198] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.557336] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.557472] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557498] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.557528] pci 0000:03:00.0: enabling Extended Tags
[    0.557587] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.557716] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557744] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.557752] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.557775] pci 0000:03:04.0: enabling Extended Tags
[    0.557834] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.557964] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557991] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.558020] pci 0000:03:08.0: enabling Extended Tags
[    0.558079] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.558202] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558228] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.558235] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.558238] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.558261] pci 0000:03:09.0: enabling Extended Tags
[    0.558320] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.558447] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.558504] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.558586] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.558647] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.558998] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.559055] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.559146] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.559225] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.559232] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.559238] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.559389] pci 0000:07:00.0: supports D1 D2
[    0.559391] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.559640] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.559744] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.559763] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.559767] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.559773] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.559776] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.559784] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.559863] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.559939] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.560051] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.560119] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.560140] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.560145] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.560148] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560157] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560234] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.561025] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.561102] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.561134] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.561137] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.561140] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.561142] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.561144] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.561229] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.561306] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.561419] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.561448] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.561508] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.561650] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.561711] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.561733] pci 0000:0b:00.0: enabling Extended Tags
[    0.561872] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.561930] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.561955] pci 0000:0c:00.0: enabling Extended Tags
[    0.562075] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.562096] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.562099] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.562104] pci 0000:0c:00.1: enabling Extended Tags
[    0.562215] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.562236] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.562243] pci 0000:0c:00.3: enabling Extended Tags
[    0.562280] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.562403] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.562986] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.563049] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.563105] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.563172] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.563233] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.563284] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.563335] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.563386] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.564751] iommu: Default domain type: Translated
[    0.564751] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.564814] SCSI subsystem initialized
[    0.564819] libata version 3.00 loaded.
[    0.564819] ACPI: bus type USB registered
[    0.564819] usbcore: registered new interface driver usbfs
[    0.564819] usbcore: registered new interface driver hub
[    0.564819] usbcore: registered new device driver usb
[    0.567730] EDAC MC: Ver: 3.0.0
[    0.568006] efivars: Registered efivars operations
[    0.568006] NetLabel: Initializing
[    0.568006] NetLabel:  domain hash size = 128
[    0.568006] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.568006] NetLabel:  unlabeled traffic allowed by default
[    0.568006] mctp: management component transport protocol core
[    0.568006] NET: Registered PF_MCTP protocol family
[    0.568006] PCI: Using ACPI for IRQ routing
[    0.571742] PCI: pci_cache_line_size set to 64 bytes
[    0.571818] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.571820] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.571822] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.571823] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.571824] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.571825] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.571826] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.571828] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.571896] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.571896] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.571896] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.571896] vgaarb: loaded
[    0.571896] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.571896] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.574802] clocksource: Switched to clocksource tsc-early
[    0.575571] VFS: Disk quotas dquot_6.6.0
[    0.575581] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.575676] pnp: PnP ACPI init
[    0.575791] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.575896] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.576148] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.576151] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.576620] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.576623] system 00:04: [io  0x040b] has been reserved
[    0.576624] system 00:04: [io  0x04d6] has been reserved
[    0.576626] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.576628] system 00:04: [io  0x0c14] has been reserved
[    0.576629] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.576631] system 00:04: [io  0x0c52] has been reserved
[    0.576633] system 00:04: [io  0x0c6c] has been reserved
[    0.576634] system 00:04: [io  0x0c6f] has been reserved
[    0.576636] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.576637] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.576639] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.576641] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.576642] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.576644] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.576646] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.576648] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.576650] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.576652] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.576654] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.576656] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.576658] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.577402] pnp: PnP ACPI: found 5 devices
[    0.583191] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.583251] NET: Registered PF_INET protocol family
[    0.583360] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.585332] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.585367] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.585582] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.585922] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.586005] TCP: Hash tables configured (established 524288 bind 65536)
[    0.586157] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.586307] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.586509] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.586643] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.586649] NET: Registered PF_XDP protocol family
[    0.586660] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.586664] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.586670] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.586681] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.586685] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.586693] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.586703] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.586706] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.586710] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.586718] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.586720] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.586724] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.586731] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.586733] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.586737] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.586742] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.586749] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.586753] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.586756] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586761] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.586763] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.586767] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.586770] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586774] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.586776] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.586779] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.586782] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586785] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.586791] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.586794] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.586799] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.586801] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.586802] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.586804] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.586805] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.586807] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.586808] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.586810] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.586812] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.586813] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.586815] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.586816] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.586818] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.586819] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.586821] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.586822] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.586824] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.586825] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586827] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.586828] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.586830] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586831] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.586833] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.586834] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.586836] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.587243] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.587403] PCI: CLS 64 bytes, default 64
[    0.587412] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.587442] Unpacking initramfs...
[    0.587465] pci 0000:00:00.0: Adding to iommu group 0
[    0.587487] pci 0000:00:01.0: Adding to iommu group 1
[    0.587502] pci 0000:00:01.1: Adding to iommu group 2
[    0.587526] pci 0000:00:01.2: Adding to iommu group 3
[    0.587545] pci 0000:00:02.0: Adding to iommu group 4
[    0.587565] pci 0000:00:03.0: Adding to iommu group 5
[    0.587580] pci 0000:00:03.1: Adding to iommu group 6
[    0.587598] pci 0000:00:04.0: Adding to iommu group 7
[    0.587617] pci 0000:00:05.0: Adding to iommu group 8
[    0.587637] pci 0000:00:07.0: Adding to iommu group 9
[    0.587652] pci 0000:00:07.1: Adding to iommu group 10
[    0.587672] pci 0000:00:08.0: Adding to iommu group 11
[    0.587686] pci 0000:00:08.1: Adding to iommu group 12
[    0.587712] pci 0000:00:14.0: Adding to iommu group 13
[    0.587725] pci 0000:00:14.3: Adding to iommu group 13
[    0.587787] pci 0000:00:18.0: Adding to iommu group 14
[    0.587801] pci 0000:00:18.1: Adding to iommu group 14
[    0.587814] pci 0000:00:18.2: Adding to iommu group 14
[    0.587827] pci 0000:00:18.3: Adding to iommu group 14
[    0.587841] pci 0000:00:18.4: Adding to iommu group 14
[    0.587855] pci 0000:00:18.5: Adding to iommu group 14
[    0.587871] pci 0000:00:18.6: Adding to iommu group 14
[    0.587884] pci 0000:00:18.7: Adding to iommu group 14
[    0.587899] pci 0000:01:00.0: Adding to iommu group 15
[    0.587924] pci 0000:02:00.0: Adding to iommu group 16
[    0.587940] pci 0000:02:00.2: Adding to iommu group 16
[    0.587945] pci 0000:03:00.0: Adding to iommu group 16
[    0.587950] pci 0000:03:04.0: Adding to iommu group 16
[    0.587955] pci 0000:03:08.0: Adding to iommu group 16
[    0.587960] pci 0000:03:09.0: Adding to iommu group 16
[    0.587964] pci 0000:05:00.0: Adding to iommu group 16
[    0.587969] pci 0000:07:00.0: Adding to iommu group 16
[    0.587984] pci 0000:08:00.0: Adding to iommu group 17
[    0.587998] pci 0000:09:00.0: Adding to iommu group 18
[    0.588021] pci 0000:0a:00.0: Adding to iommu group 19
[    0.588038] pci 0000:0a:00.1: Adding to iommu group 20
[    0.588052] pci 0000:0b:00.0: Adding to iommu group 21
[    0.588067] pci 0000:0c:00.0: Adding to iommu group 22
[    0.588081] pci 0000:0c:00.1: Adding to iommu group 23
[    0.588096] pci 0000:0c:00.3: Adding to iommu group 24
[    0.589670] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.589677] AMD-Vi: Interrupt remapping enabled
[    0.589759] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.589760] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.589784] LVT offset 0 assigned for vector 0x400
[    0.590361] perf: AMD IBS detected (0x000003ff)
[    0.590364] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.617217] Initialise system trusted keyrings
[    0.617225] Key type blacklist registered
[    0.617258] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.617478] fuse: init (API version 7.44)
[    0.617549] integrity: Platform Keyring initialized
[    0.617551] integrity: Machine keyring initialized
[    0.618944] Freeing initrd memory: 12596K
[    0.625664] xor: automatically using best checksumming function   avx       
[    0.625666] Key type asymmetric registered
[    0.625667] Asymmetric key parser 'x509' registered
[    0.625682] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.625719] io scheduler mq-deadline registered
[    0.625721] io scheduler kyber registered
[    0.625731] io scheduler bfq registered
[    0.626648] ledtrig-cpu: registered to indicate activity on CPUs
[    0.627201] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.627331] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.628475] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.628499] ACPI: button: Power Button [PWRB]
[    0.628533] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.632716] ACPI: button: Power Button [PWRF]
[    0.633070] Monitor-Mwait will be used to enter C-1 state
[    0.636717] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.636939] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.638914] Non-volatile memory driver v1.3
[    0.638916] Linux agpgart interface v0.103
[    0.717729] tpm_crb MSFT0101:00: Disabling hwrng
[    0.717988] ACPI: bus type drm_connector registered
[    0.718951] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.718956] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.774380] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.774679] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.774682] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.774685] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.774750] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.774752] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.774754] usb usb1: Product: xHCI Host Controller
[    0.774755] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.774757] usb usb1: SerialNumber: 0000:02:00.0
[    0.774889] hub 1-0:1.0: USB hub found
[    0.774903] hub 1-0:1.0: 10 ports detected
[    0.788633] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.788654] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.788656] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.788658] usb usb2: Product: xHCI Host Controller
[    0.788659] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.788661] usb usb2: SerialNumber: 0000:02:00.0
[    0.788746] hub 2-0:1.0: USB hub found
[    0.788754] hub 2-0:1.0: 4 ports detected
[    0.794922] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.794927] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.795034] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.795277] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.795280] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.795282] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.795313] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.795315] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.795317] usb usb3: Product: xHCI Host Controller
[    0.795318] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.795320] usb usb3: SerialNumber: 0000:0c:00.3
[    0.795412] hub 3-0:1.0: USB hub found
[    0.795419] hub 3-0:1.0: 4 ports detected
[    0.795592] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.795612] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.795613] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.795615] usb usb4: Product: xHCI Host Controller
[    0.795616] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.795618] usb usb4: SerialNumber: 0000:0c:00.3
[    0.795702] hub 4-0:1.0: USB hub found
[    0.795709] hub 4-0:1.0: 4 ports detected
[    0.795912] usbcore: registered new interface driver usbserial_generic
[    0.795918] usbserial: USB Serial support registered for generic
[    0.795978] rtc_cmos 00:02: RTC can wake from S4
[    0.796176] rtc_cmos 00:02: registered as rtc0
[    0.796200] rtc_cmos 00:02: setting system clock to 2025-09-03T11:33:38 UTC (1756899218)
[    0.796226] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.856274] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.856276] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.857117] fbcon: Deferring console take-over
[    0.857120] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.857159] hid: raw HID events driver (C) Jiri Kosina
[    0.857224] drop_monitor: Initializing network drop monitor service
[    0.857319] NET: Registered PF_INET6 protocol family
[    0.857527] Segment Routing with IPv6
[    0.857528] RPL Segment Routing with IPv6
[    0.857536] In-situ OAM (IOAM) with IPv6
[    0.857554] NET: Registered PF_PACKET protocol family
[    0.858535] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.858543] microcode: Current revision: 0x0a201030
[    0.858735] resctrl: L3 allocation detected
[    0.858736] resctrl: MB allocation detected
[    0.858737] resctrl: L3 monitoring detected
[    0.858753] IPI shorthand broadcast: enabled
[    0.861665] sched_clock: Marking stable (695447976, 165240876)->(965942297, -105253445)
[    0.861787] registered taskstats version 1
[    0.862215] Loading compiled-in X.509 certificates
[    0.867267] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.870311] zswap: loaded using pool zstd/zsmalloc
[    0.870350] Demotion targets for Node 0: null
[    0.870459] Key type .fscrypt registered
[    0.870460] Key type fscrypt-provisioning registered
[    0.870868] Btrfs loaded, zoned=yes, fsverity=yes
[    0.870959] integrity: Loading X.509 certificate: UEFI:db
[    0.873597] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.873599] integrity: Loading X.509 certificate: UEFI:db
[    0.873724] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.873726] integrity: Loading X.509 certificate: UEFI:db
[    0.873742] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.873743] integrity: Loading X.509 certificate: UEFI:db
[    0.873756] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.873758] integrity: Loading X.509 certificate: UEFI:db
[    0.873885] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.875313] PM:   Magic number: 9:438:579
[    0.875341] pci_bus 0000:00: hash matches
[    0.876094] RAS: Correctable Errors collector initialized.
[    0.879256] clk: Disabling unused clocks
[    0.879258] PM: genpd: Disabling unused power domains
[    0.880145] Freeing unused decrypted memory: 2036K
[    0.880605] Freeing unused kernel image (initmem) memory: 4504K
[    0.880618] Write protecting the kernel read-only data: 36864k
[    0.880964] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.881151] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.920948] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.920951] rodata_test: all tests were successful
[    0.920955] Run /init as init process
[    0.920956]   with arguments:
[    0.920957]     /init
[    0.920958]   with environment:
[    0.920959]     HOME=/
[    0.920960]     TERM=linux
[    0.920961]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.928652] systemd[1]: Successfully made /usr/ read-only.
[    0.928814] systemd[1]: systemd 257.8-2-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)
[    0.928820] systemd[1]: Detected architecture x86-64.
[    0.928823] systemd[1]: Running in initrd.
[    0.929030] fbcon: Taking over console
[    0.929373] systemd[1]: Initializing machine ID from random generator.
[    0.929408] Console: switching to colour frame buffer device 128x48
[    0.952080] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.961417] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.961596] systemd[1]: Reached target Path Units.
[    0.961695] systemd[1]: Reached target Slice Units.
[    0.961732] systemd[1]: Reached target Swaps.
[    0.961764] systemd[1]: Reached target Timer Units.
[    0.961874] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.961981] systemd[1]: Listening on Journal Sockets.
[    0.962074] systemd[1]: Listening on udev Control Socket.
[    0.962142] systemd[1]: Listening on udev Kernel Socket.
[    0.962180] systemd[1]: Reached target Socket Units.
[    0.962226] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.962263] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.963030] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.964515] systemd[1]: Starting Journal Service...
[    0.965351] systemd[1]: Starting Load Kernel Modules...
[    0.965421] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.966112] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.966860] systemd[1]: Starting Coldplug All udev Devices...
[    0.971336] systemd[1]: Finished Load Kernel Modules.
[    0.972084] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.972410] systemd[1]: Reached target Preparation for Local File Systems.
[    0.972563] systemd[1]: Reached target Local File Systems.
[    0.973410] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.974339] systemd-journald[156]: Collecting audit messages is disabled.
[    0.987751] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.019810] systemd[1]: Started Journal Service.
[    1.034325] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.078229] Key type psk registered
[    1.088047] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.111157] nvme nvme0: pci function 0000:01:00.0
[    1.121359] nvme nvme1: pci function 0000:05:00.0
[    1.125978] nvme nvme0: D3 entry latency set to 8 seconds
[    1.135030] nvme nvme1: D3 entry latency set to 8 seconds
[    1.149741] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.158653] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.174927] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.174930] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.174932] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.174934] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.174936] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.198924] nvme nvme0: 12/0/0 default/read/poll queues
[    1.205873] nvme nvme1: 12/0/0 default/read/poll queues
[    1.207154]  nvme0n1: p1 p2 p3 p4 p5
[    1.214228]  nvme1n1: p1
[    1.296005] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.296009] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.296012] usb 1-1: Product: USB2.0 Hub
[    1.304947] hub 1-1:1.0: USB hub found
[    1.307995] hub 1-1:1.0: 4 ports detected
[    1.506558] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.639537] tsc: Refined TSC clocksource calibration: 3499.997 MHz
[    1.639545] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734e5ebc4, max_idle_ns: 440795265422 ns
[    1.639572] clocksource: Switched to clocksource tsc
[    1.846540] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.864141] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.864146] usb 1-6: config 1 has no interface number 1
[    1.875840] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.875845] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.875847] usb 1-6: Product: AURA LED Controller
[    1.875849] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.875851] usb 1-6: SerialNumber: 9876543210
[    1.999758] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.073011] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.073015] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.073018] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.073020] usb 1-1.3: Manufacturer:  
[    2.073022] usb 1-1.3: SerialNumber: E848B8C82000
[    2.207261] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.415045] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.415051] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.415054] usb 1-7: Product: USB2.0 Hub
[    2.424074] hub 1-7:1.0: USB hub found
[    2.428031] hub 1-7:1.0: 4 ports detected
[    2.472264] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.722812] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.722818] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.722820] usb 1-1.4: Product: USB Receiver
[    2.722822] usb 1-1.4: Manufacturer: Logitech
[    2.811539] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.111911] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.111917] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.111919] usb 1-9: Product: USB Keyboard
[    3.111921] usb 1-9: Manufacturer: Logitech
[    3.319541] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.617913] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.617919] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.617922] usb 1-10: Product: USB Optical Mouse
[    3.617924] usb 1-10: Manufacturer: Logitech
[    3.703161] systemd-journald[156]: Received SIGTERM from PID 1 (systemd).
[    3.750768] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.750774] systemd[1]: Detected architecture x86-64.
[    3.752087] systemd[1]: Hostname set to <pdesktop>.
[    3.853964] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.993004] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.993133] systemd[1]: Stopped Switch Root.
[    3.993929] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.994333] systemd[1]: Created slice CUPS Slice.
[    3.994782] systemd[1]: Created slice Slice /system/dirmngr.
[    3.995217] systemd[1]: Created slice Slice /system/getty.
[    3.996913] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.997422] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.997924] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.998415] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.998909] systemd[1]: Created slice Slice /system/keyboxd.
[    3.999430] systemd[1]: Created slice Slice /system/modprobe.
[    3.999930] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.000463] systemd[1]: Created slice Slice /system/wol_disable.
[    4.000917] systemd[1]: Created slice User and Session Slice.
[    4.001149] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.001391] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.001700] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.001890] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    4.002065] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    4.002250] systemd[1]: Reached target Local Encrypted Volumes.
[    4.002436] systemd[1]: Stopped target Switch Root.
[    4.002615] systemd[1]: Stopped target Initrd File Systems.
[    4.002796] systemd[1]: Stopped target Initrd Root File System.
[    4.002976] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.003169] systemd[1]: Reached target Remote File Systems.
[    4.003383] systemd[1]: Reached target Slice Units.
[    4.003584] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.003841] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.004169] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.005299] systemd[1]: Listening on Process Core Dump Socket.
[    4.006029] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.006359] systemd[1]: Listening on Network Service Netlink Socket.
[    4.006574] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.006589] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.006652] systemd[1]: Listening on udev Control Socket.
[    4.006882] systemd[1]: Listening on udev Kernel Socket.
[    4.007878] systemd[1]: Mounting Huge Pages File System...
[    4.008680] systemd[1]: Mounting POSIX Message Queue File System...
[    4.009521] systemd[1]: Mounting Kernel Debug File System...
[    4.010337] systemd[1]: Mounting Kernel Trace File System...
[    4.027460] systemd[1]: Starting Create List of Static Device Nodes...
[    4.028769] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.029780] systemd[1]: Starting Load Kernel Module configfs...
[    4.030727] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.031665] systemd[1]: Starting Load Kernel Module drm...
[    4.032726] systemd[1]: Starting Load Kernel Module fuse...
[    4.033650] systemd[1]: Starting Load Kernel Module loop...
[    4.033954] 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).
[    4.035981] systemd[1]: Starting Journal Service...
[    4.037303] systemd[1]: Starting Load Kernel Modules...
[    4.038198] systemd[1]: Starting Generate network units from Kernel command line...
[    4.038498] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.039195] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.039476] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.040234] systemd[1]: Starting Load udev Rules from Credentials...
[    4.041157] systemd[1]: Starting Coldplug All udev Devices...
[    4.043375] systemd[1]: Mounted Huge Pages File System.
[    4.043662] systemd[1]: Mounted POSIX Message Queue File System.
[    4.043998] systemd[1]: Mounted Kernel Debug File System.
[    4.044342] systemd[1]: Mounted Kernel Trace File System.
[    4.044856] systemd[1]: Finished Create List of Static Device Nodes.
[    4.045374] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.045567] systemd[1]: Finished Load Kernel Module configfs.
[    4.045846] loop: module loaded
[    4.046070] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.046228] systemd[1]: Finished Load Kernel Module drm.
[    4.046609] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.046740] systemd[1]: Finished Load Kernel Module fuse.
[    4.047083] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.047213] systemd[1]: Finished Load Kernel Module loop.
[    4.049662] systemd[1]: Finished Generate network units from Kernel command line.
[    4.050644] systemd[1]: Reached target Preparation for Network.
[    4.051686] systemd[1]: Mounting FUSE Control File System...
[    4.051779] systemd-journald[274]: Collecting audit messages is disabled.
[    4.052673] systemd[1]: Mounting Kernel Configuration File System...
[    4.053341] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    4.053583] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.054684] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.055227] systemd[1]: Finished Load udev Rules from Credentials.
[    4.055706] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    4.056501] systemd[1]: Starting Load/Save OS Random Seed...
[    4.056692] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.057073] systemd[1]: Mounted FUSE Control File System.
[    4.057364] systemd[1]: Mounted Kernel Configuration File System.
[    4.058737] systemd[1]: Started Journal Service.
[    4.059957] device-mapper: uevent: version 1.0.3
[    4.060039] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.070150] systemd-journald[274]: Received client request to flush runtime journal.
[    4.206823] i8042: PNP: No PS/2 controller found.
[    4.222544] asus_wmi: ASUS WMI generic driver loaded
[    4.227583] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.227836] asus_wmi: Initialization: 0x0
[    4.227877] asus_wmi: BIOS WMI version: 0.9
[    4.228113] asus_wmi: SFUN value: 0x0
[    4.228117] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.233519] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.258358] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.258363] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.269757] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.271731] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.272744] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.272747] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.272749] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.272936] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.273109] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.276407] i2c i2c-3: Successfully instantiated SPD at 0x50
[    4.280626] i2c i2c-3: Successfully instantiated SPD at 0x52
[    4.282757] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.283085] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.284064] ccp 0000:0c:00.1: psp enabled
[    4.314821] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.322814] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.324494] mc: Linux media interface: v0.10
[    4.347587] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.347592] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.350149] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.370647] usbcore: registered new interface driver usbhid
[    4.370650] usbhid: USB HID core driver
[    4.374490] Bluetooth: Core ver 2.22
[    4.374511] NET: Registered PF_BLUETOOTH protocol family
[    4.374512] Bluetooth: HCI device and connection manager initialized
[    4.374517] Bluetooth: HCI socket layer initialized
[    4.374519] Bluetooth: L2CAP socket layer initialized
[    4.374523] Bluetooth: SCO socket layer initialized
[    4.381538] videodev: Linux video capture interface: v2.00
[    4.381620] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.381762] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.432576] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.432675] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.432678] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.433077] usbcore: registered new interface driver btusb
[    4.435405] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.436406] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.436410] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.437341] kvm_amd: TSC scaling supported
[    4.437343] kvm_amd: Nested Virtualization enabled
[    4.437344] kvm_amd: Nested Paging enabled
[    4.437346] kvm_amd: LBR virtualization supported
[    4.437352] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.437353] kvm_amd: Virtual GIF supported
[    4.437941] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.438042] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.452199] 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/card0/input5
[    4.453272] intel_rapl_common: Found RAPL domain package
[    4.453275] intel_rapl_common: Found RAPL domain core
[    4.454819] amd_atl: AMD Address Translation Library initialized
[    4.487363] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.487394] 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/card0/input6
[    4.487451] 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/card0/input7
[    4.487501] 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/card0/input8
[    4.487574] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.487693] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.507851] usbcore: registered new interface driver snd-usb-audio
[    4.508250] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.515871] usbcore: registered new interface driver uvcvideo
[    4.538339] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.538433] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.538548] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.538673] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.587403] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.610335] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.610449] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.661330] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.661420] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.661507] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.661562] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    4.675656] mousedev: PS/2 mouse device common for all mice
[    5.484469] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.515938] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.543623] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    5.551332] ntfs3: Enabled Linux POSIX ACLs support
[    5.551335] ntfs3: Read-only LZX/Xpress compression included
[    5.646544] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    5.646645] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    5.648595] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    6.120366] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.190382] [drm] amdgpu kernel modesetting enabled.
[    7.200237] amdgpu: Virtual CRAT table created for CPU
[    7.200258] amdgpu: Topology: Add CPU node
[    7.200394] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.200438] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.200451] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.200453] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.205101] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.205105] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.205109] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.205112] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.205114] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.205116] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.205119] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.205121] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.205123] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.205125] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.205127] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.205145] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.205148] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.242359] Console: switching to colour dummy device 80x25
[    7.246444] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.246528] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.248545] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.248549] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.248623] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.248629] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.248633] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.248638] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.248640] [drm] RAM width 128bits GDDR6
[    7.248754] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.248759] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.248775] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.248841] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.249424] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.249761] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.328524] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.365359] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.468577] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.471786] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.471788] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.471816] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.471819] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.499411] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.500410] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.500412] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.504554] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.566683] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.794907] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.817150] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.844695] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.845075] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.845079] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    7.915010] amdgpu: HMM registered 16304MB device memory
[    7.916450] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.916461] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.916496] amdgpu: Virtual CRAT table created for GPU
[    7.916637] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    7.916639] kfd kfd: amdgpu: added device 1002:7590
[    7.916647] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    7.916651] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.916653] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.916655] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.916656] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    7.916658] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    7.916659] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    7.916661] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    7.916662] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    7.916664] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    7.920118] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    7.920596] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    7.920598] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    7.959044] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    7.977191] fbcon: amdgpudrmfb (fb0) is primary device
[    7.979816] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.288289] Console: switching to colour frame buffer device 160x64
[    8.305540] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    8.336469] i2c_dev: i2c /dev entries driver
[    8.462572] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.462673] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.462762] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.462804] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.462807] cfg80211: failed to load regulatory.db
[    8.506265] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.518550] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.518552] Bluetooth: BNEP filters: protocol multicast
[    8.518554] Bluetooth: BNEP socket layer initialized
[    8.519050] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.519691] Bluetooth: MGMT ver 1.23
[    8.525653] NET: Registered PF_ALG protocol family
[    8.663405] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.697229] 8021q: 802.1Q VLAN Support v1.8
[   11.971441] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   14.949683] Bluetooth: RFCOMM TTY layer initialized
[   14.949690] Bluetooth: RFCOMM socket layer initialized
[   14.949693] Bluetooth: RFCOMM ver 1.11
[   49.168449] PM: suspend entry (deep)
[   49.178420] Filesystems sync: 0.009 seconds
[   49.233559] Freezing user space processes
[   49.234460] Freezing user space processes completed (elapsed 0.000 seconds)
[   49.234463] OOM killer disabled.
[   49.234465] Freezing remaining freezable tasks
[   49.235469] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[   49.235501] printk: Suspending console(s) (use no_console_suspend to debug)
[   49.481743] r8169 0000:07:00.0 ethrltk: Link is Down
[   49.572099] PM: suspend of devices complete after 172.983 msecs
[   49.572104] PM: start suspend of devices complete after 332.341 msecs
[   49.572712] PM: late suspend of devices complete after 0.598 msecs
[   49.585568] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   49.585661] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   49.586022] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   50.651479] PM: noirq suspend of devices complete after 1066.334 msecs
[   50.651486] ACPI: PM: Preparing to enter system sleep state S3
[   51.160602] ACPI: PM: Saving platform NVS memory
[   51.160670] Disabling non-boot CPUs ...
[   51.162309] smpboot: CPU 11 is now offline
[   51.164328] smpboot: CPU 10 is now offline
[   51.166266] smpboot: CPU 9 is now offline
[   51.168098] smpboot: CPU 8 is now offline
[   51.170035] smpboot: CPU 7 is now offline
[   51.172040] smpboot: CPU 6 is now offline
[   51.172488] Spectre V2 : Update user space SMT mitigation: STIBP off
[   51.173931] smpboot: CPU 5 is now offline
[   51.175793] smpboot: CPU 4 is now offline
[   51.177587] smpboot: CPU 3 is now offline
[   51.179340] smpboot: CPU 2 is now offline
[   51.181391] smpboot: CPU 1 is now offline
[   51.181982] Checking wakeup interrupts
[   51.181983] Calling mce_syscore_suspend+0x0/0x20
[   51.181988] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   51.181992] Calling timekeeping_suspend+0x0/0x300
[   51.182023] Calling save_ioapic_entries+0x0/0xe0
[   51.182155] Calling i8259A_suspend+0x0/0x30
[   51.182159] Calling perf_ibs_suspend+0x0/0x40
[   51.182162] Calling amd_iommu_suspend+0x0/0x50
[   51.182179] Calling fw_suspend+0x0/0x20
[   51.182182] Calling acpi_save_bm_rld+0x0/0x30
[   51.182187] Calling lapic_suspend+0x0/0x1a0
[   51.182308] ACPI: PM: Low-level resume complete
[   51.182326] ACPI: PM: Restoring platform NVS memory
[   51.182363] Calling lapic_resume+0x0/0x230
[   51.182425] Calling acpi_restore_bm_rld+0x0/0x70
[   51.182429] Calling irqrouter_resume+0x0/0x90
[   51.182432] Calling amd_iommu_resume+0x0/0x60
[   51.182482] Calling perf_ibs_resume+0x0/0x30
[   51.182486] LVT offset 0 assigned for vector 0x400
[   51.182487] Calling i8259A_resume+0x0/0x40
[   51.182625] Calling ioapic_resume+0x0/0xd0
[   51.182688] Calling irq_pm_syscore_resume+0x0/0x20
[   51.182732] Calling timekeeping_resume+0x0/0x190
[   51.182767] Timekeeping suspended for 9.251 seconds
[   51.182778] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   51.182782] Calling init_counter_refs+0x0/0x40
[   51.182784] Calling mce_syscore_resume+0x0/0x30
[   51.182998] Calling microcode_bsp_resume+0x0/0xf0
[   51.183006] Enabling non-boot CPUs ...
[   51.183108] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   51.186097] CPU1 is up
[   51.186123] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   51.189061] CPU2 is up
[   51.189082] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   51.192048] CPU3 is up
[   51.192066] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   51.195064] CPU4 is up
[   51.195082] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   51.198075] CPU5 is up
[   51.198098] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   51.201139] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   51.201167] CPU6 is up
[   51.201185] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   51.204107] CPU7 is up
[   51.204135] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   51.207095] CPU8 is up
[   51.207114] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   51.210099] CPU9 is up
[   51.210121] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   51.213117] CPU10 is up
[   51.213141] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   51.216120] CPU11 is up
[   51.217271] ACPI: PM: Waking up from system sleep state S3
[   51.219405] PM: noirq resume of devices complete after 1.502 msecs
[   51.219745] PM: early resume of devices complete after 0.286 msecs
[   51.219847] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   51.219850] usb usb1: root hub lost power or was reset
[   51.219852] usb usb2: root hub lost power or was reset
[   51.220013] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   51.220044] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   51.275414] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   51.275421] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   51.278407] nvme nvme0: D3 entry latency set to 8 seconds
[   51.280845] nvme nvme1: D3 entry latency set to 8 seconds
[   51.344173] nvme nvme1: 12/0/0 default/read/poll queues
[   51.377345] r8169 0000:07:00.0 ethrltk: Link is Down
[   51.440034] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   51.443167] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   51.443169] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   51.443171] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   51.443174] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   51.443178] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   51.477055] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   51.477249] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   51.477253] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   51.486680] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   51.542749] nvme nvme0: 12/0/0 default/read/poll queues
[   51.681415] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   52.078436] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   52.078439] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   52.078440] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   52.078441] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   52.078443] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   52.078444] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   52.078445] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   52.078446] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   52.078448] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   52.295861] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   52.656403] usb 1-6: WARN: invalid context state for evaluate context command.
[   52.830473] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   53.274402] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   53.642284] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   54.122312] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   54.192634] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   54.295588] usb 1-1.3: device descriptor read/64, error -32
[   54.526035] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   54.546820] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   54.628634] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   54.896775] PM: resume of devices complete after 3645.260 msecs
[   54.897359] OOM killer enabled.
[   54.897360] Restarting tasks: Starting
[   54.897525] Restarting tasks: Done
[   54.897541] random: crng reseeded on system resumption
[   54.897545] PM: suspend exit
[   54.899795] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   54.900790] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   54.900794] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   54.900824] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   54.900833] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   55.050828] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   55.118095] Bluetooth: MGMT ver 1.23

[-- Attachment #3: dmesg_dp_audio_bad.txt --]
[-- Type: text/plain, Size: 95698 bytes --]

[    0.000000] Linux version 6.17.0-rc4-local (pkopa@pdesktop) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed Sep  3 13:06:29 CEST 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    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-0x00000000ca196fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca197000-0x00000000ca4d2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca4d3000-0x00000000ca641fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca642000-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 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd6fffff] 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-0x000000102f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000102f380000-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=0xca641000 ACPI 2.0=0xca641014 TPMFinalLog=0xca9c7000 SMBIOS=0xcb7ef000 SMBIOS 3.0=0xcb7ee000 MEMATTR=0xc6da0418 ESRT=0xc8c64698 INITRD=0xc178ae18 RNG=0xca620c18 TPMEventLog=0xca513018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem73: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem74: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd100000-0xfd1fffff] reserved
[    0.000000] efi: Remove mem75: MMIO range=[0xfd500000-0xfd6fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd500000-0xfd6fffff] reserved
[    0.000000] efi: Not removing mem76: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem77: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem78: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem79: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem80: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem81: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem82: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem83: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem84: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem85: 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/PRIME B550-PLUS, BIOS 3621 01/13/2025
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3500.094 MHz processor
[    0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000116] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000121] last_pfn = 0x102f380 max_arch_pfn = 0x400000000
[    0.000127] total RAM covered: 3327M
[    0.000204] Found optimal setting for mtrr clean up
[    0.000205]  gran_size: 64K 	chunk_size: 128M 	num_reg: 4  	lose cover RAM: 0G
[    0.000207] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000209] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000369] e820: update [mem 0xca710000-0xca71ffff] usable ==> reserved
[    0.000373] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000375] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.003152] esrt: Reserving ESRT space from 0x00000000c8c64698 to 0x00000000c8c646d0.
[    0.003157] e820: update [mem 0xc8c64000-0xc8c64fff] usable ==> reserved
[    0.003169] Using GB pages for direct mapping
[    0.003650] Secure boot disabled
[    0.003651] RAMDISK: [mem 0xbcc19000-0xbd865fff]
[    0.003657] ACPI: Early table checksum verification disabled
[    0.003660] ACPI: RSDP 0x00000000CA641014 000024 (v02 ALASKA)
[    0.003662] ACPI: XSDT 0x00000000CA640728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003665] ACPI: FACP 0x00000000CA631000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003668] ACPI: DSDT 0x00000000CA625000 00B19A (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003670] ACPI: FACS 0x00000000CA9F7000 000040
[    0.003671] ACPI: SSDT 0x00000000CA637000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003673] ACPI: SSDT 0x00000000CA633000 003B8E (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003674] ACPI: SSDT 0x00000000CA632000 0001AD (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003675] ACPI: FIDT 0x00000000CA624000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003677] ACPI: MCFG 0x00000000CA622000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003678] ACPI: HPET 0x00000000CA621000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003680] ACPI: IVRS 0x00000000CA61F000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003681] ACPI: VFCT 0x00000000CA610000 00E684 (v01 ALASKA A M I    00000001 AMD  33504F47)
[    0.003682] ACPI: WPBT 0x00000000CA531000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.003684] ACPI: TPM2 0x00000000CA530000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003685] ACPI: PCCT 0x00000000CA52F000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003686] ACPI: SSDT 0x00000000CA52B000 0030FB (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003687] ACPI: CRAT 0x00000000CA52A000 000B90 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003689] ACPI: CDIT 0x00000000CA529000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003690] ACPI: SSDT 0x00000000CA528000 0002C2 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003691] ACPI: SSDT 0x00000000CA526000 0010C9 (v02 AMD    ArticTPX 00000001 INTL 20120913)
[    0.003693] ACPI: SSDT 0x00000000CA525000 00052C (v02 AMD    ArticNOI 00000001 INTL 20120913)
[    0.003694] ACPI: SSDT 0x00000000CA521000 003E6E (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003695] ACPI: WSMT 0x00000000CA520000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003697] ACPI: APIC 0x00000000CA51F000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003698] ACPI: SSDT 0x00000000CA51E000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003699] ACPI: SSDT 0x00000000CA51D000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003700] ACPI: FPDT 0x00000000CA51C000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003702] ACPI: Reserving FACP table memory at [mem 0xca631000-0xca631113]
[    0.003702] ACPI: Reserving DSDT table memory at [mem 0xca625000-0xca630199]
[    0.003703] ACPI: Reserving FACS table memory at [mem 0xca9f7000-0xca9f703f]
[    0.003703] ACPI: Reserving SSDT table memory at [mem 0xca637000-0xca63fce8]
[    0.003704] ACPI: Reserving SSDT table memory at [mem 0xca633000-0xca636b8d]
[    0.003704] ACPI: Reserving SSDT table memory at [mem 0xca632000-0xca6321ac]
[    0.003704] ACPI: Reserving FIDT table memory at [mem 0xca624000-0xca62409b]
[    0.003705] ACPI: Reserving MCFG table memory at [mem 0xca622000-0xca62203b]
[    0.003705] ACPI: Reserving HPET table memory at [mem 0xca621000-0xca621037]
[    0.003706] ACPI: Reserving IVRS table memory at [mem 0xca61f000-0xca61f0cf]
[    0.003706] ACPI: Reserving VFCT table memory at [mem 0xca610000-0xca61e683]
[    0.003706] ACPI: Reserving WPBT table memory at [mem 0xca531000-0xca53103b]
[    0.003707] ACPI: Reserving TPM2 table memory at [mem 0xca530000-0xca53004b]
[    0.003707] ACPI: Reserving PCCT table memory at [mem 0xca52f000-0xca52f06d]
[    0.003707] ACPI: Reserving SSDT table memory at [mem 0xca52b000-0xca52e0fa]
[    0.003708] ACPI: Reserving CRAT table memory at [mem 0xca52a000-0xca52ab8f]
[    0.003708] ACPI: Reserving CDIT table memory at [mem 0xca529000-0xca529028]
[    0.003709] ACPI: Reserving SSDT table memory at [mem 0xca528000-0xca5282c1]
[    0.003709] ACPI: Reserving SSDT table memory at [mem 0xca526000-0xca5270c8]
[    0.003709] ACPI: Reserving SSDT table memory at [mem 0xca525000-0xca52552b]
[    0.003710] ACPI: Reserving SSDT table memory at [mem 0xca521000-0xca524e6d]
[    0.003710] ACPI: Reserving WSMT table memory at [mem 0xca520000-0xca520027]
[    0.003711] ACPI: Reserving APIC table memory at [mem 0xca51f000-0xca51f15d]
[    0.003711] ACPI: Reserving SSDT table memory at [mem 0xca51e000-0xca51e07c]
[    0.003711] ACPI: Reserving SSDT table memory at [mem 0xca51d000-0xca51d0be]
[    0.003712] ACPI: Reserving FPDT table memory at [mem 0xca51c000-0xca51c043]
[    0.003752] No NUMA configuration found
[    0.003752] Faking a node at [mem 0x0000000000000000-0x000000102f37ffff]
[    0.003756] NODE_DATA(0) allocated [mem 0x102f3552c0-0x102f37ffff]
[    0.003917] Zone ranges:
[    0.003917]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003918]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003919]   Normal   [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003919]   Device   empty
[    0.003920] Movable zone start for each node
[    0.003921] Early memory node ranges
[    0.003921]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003922]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.003922]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003923]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003923]   node   0: [mem 0x000000000b020000-0x00000000c3276fff]
[    0.003924]   node   0: [mem 0x00000000c3278000-0x00000000ca196fff]
[    0.003924]   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[    0.003924]   node   0: [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003928] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f37ffff]
[    0.003932] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003940] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004012] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.004020] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005863] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005961] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.006004] On node 0, zone DMA32: 6248 pages in unavailable ranges
[    0.060569] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.060583] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.060980] ACPI: PM-Timer IO Port: 0x808
[    0.060985] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.060988] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.060997] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.061001] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.061002] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.061003] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.061005] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.061006] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.061011] CPU topo: Max. logical packages:   1
[    0.061012] CPU topo: Max. logical dies:       1
[    0.061012] CPU topo: Max. dies per package:   1
[    0.061015] CPU topo: Max. threads per core:   2
[    0.061015] CPU topo: Num. cores per package:     6
[    0.061015] CPU topo: Num. threads per package:  12
[    0.061016] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    0.061016] CPU topo: Rejected CPUs 20
[    0.061034] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.061036] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.061037] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.061038] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.061038] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.061039] PM: hibernation: Registered nosave memory: [mem 0xc3277000-0xc3277fff]
[    0.061040] PM: hibernation: Registered nosave memory: [mem 0xc8c64000-0xc8c64fff]
[    0.061041] PM: hibernation: Registered nosave memory: [mem 0xca197000-0xcb9fefff]
[    0.061042] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xffffffff]
[    0.061043] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[    0.061045] Booting paravirtualized kernel on bare hardware
[    0.061046] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.064592] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.064926] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.064930] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.064932] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.064949] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    0.064972] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local", will be passed to user space.
[    0.064984] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.068491] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.070233] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070309] software IO TLB: area num 16.
[    0.077270] Fallback order for Node 0: 0 
[    0.077273] Built 1 zonelists, mobility grouping on.  Total pages: 16754599
[    0.077274] Policy zone: Normal
[    0.077405] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.150966] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.158973] ftrace: allocating 54361 entries in 214 pages
[    0.158974] ftrace: allocated 214 pages with 5 groups
[    0.159032] Dynamic Preempt: full
[    0.159070] rcu: Preemptible hierarchical RCU implementation.
[    0.159070] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.159071] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.159072] 	Trampoline variant of Tasks RCU enabled.
[    0.159072] 	Rude variant of Tasks RCU enabled.
[    0.159072] 	Tracing variant of Tasks RCU enabled.
[    0.159073] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.159073] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.159078] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159080] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159081] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.162138] NR_IRQS: 524544, nr_irqs: 1064, preallocated irqs: 16
[    0.162312] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.162395] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.162422] Console: colour dummy device 80x25
[    0.162423] printk: legacy console [tty0] enabled
[    0.162452] ACPI: Core revision 20250404
[    0.162556] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.162569] APIC: Switch to symmetric I/O mode setup
[    0.162903] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.329057] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.329570] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.334563] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3273a9b7d05, max_idle_ns: 440795354787 ns
[    0.334566] Calibrating delay loop (skipped), value calculated using timer frequency.. 7000.18 BogoMIPS (lpj=3500094)
[    0.334578] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.334625] LVT offset 1 assigned for vector 0xf9
[    0.334770] LVT offset 2 assigned for vector 0xf4
[    0.334810] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.334811] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.334812] process: using mwait in idle threads
[    0.334814] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.334817] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.334818] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[    0.334818] Spectre V2 : Mitigation: Retpolines
[    0.334819] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.334819] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.334820] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.334821] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.334821] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.334822] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.334823] active return thunk: srso_alias_return_thunk
[    0.334828] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.334829] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.334829] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.334830] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.334831] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.334831] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.334832] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.334833] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.334834] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.334834] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.334835] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.358882] Freeing SMP alternatives memory: 52K
[    0.358885] pid_max: default: 32768 minimum: 301
[    0.358918] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.358986] landlock: Up and running.
[    0.358989] Yama: becoming mindful.
[    0.359187] LSM support for eBPF active
[    0.359263] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.359328] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.462000] smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.462172] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.462177] ... version:                0
[    0.462178] ... bit width:              48
[    0.462179] ... generic registers:      6
[    0.462180] ... value mask:             0000ffffffffffff
[    0.462182] ... max period:             00007fffffffffff
[    0.462183] ... fixed-purpose events:   0
[    0.462183] ... event mask:             000000000000003f
[    0.462266] signal: max sigframe size: 3376
[    0.462308] rcu: Hierarchical SRCU implementation.
[    0.462309] rcu: 	Max phase no-delay instances is 400.
[    0.462363] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.466000] MCE: In-kernel MCE decoding enabled.
[    0.466035] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.466122] smp: Bringing up secondary CPUs ...
[    0.466205] smpboot: x86: Booting SMP configuration:
[    0.466206] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.474673] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.479603] smp: Brought up 1 node, 12 CPUs
[    0.479603] smpboot: Total of 12 processors activated (84002.25 BogoMIPS)
[    0.481656] Memory: 65709184K/67018396K available (19270K kernel code, 2891K rwdata, 15076K rodata, 4504K init, 5392K bss, 1287604K reserved, 0K cma-reserved)
[    0.482318] devtmpfs: initialized
[    0.482318] x86/mm: Memory block size: 2048MB
[    0.483309] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.483309] ACPI: PM: Registering ACPI NVS region [mem 0xca642000-0xcaa11fff] (3997696 bytes)
[    0.483309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.483309] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.483309] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.483578] pinctrl core: initialized pinctrl subsystem
[    0.483674] PM: RTC time: 11:43:37, date: 2025-09-03
[    0.484020] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.484277] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.484408] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.484542] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.484549] audit: initializing netlink subsys (disabled)
[    0.484584] audit: type=2000 audit(1756899817.156:1): state=initialized audit_enabled=0 res=1
[    0.484712] thermal_sys: Registered thermal governor 'fair_share'
[    0.484714] thermal_sys: Registered thermal governor 'bang_bang'
[    0.484715] thermal_sys: Registered thermal governor 'step_wise'
[    0.484717] thermal_sys: Registered thermal governor 'user_space'
[    0.484718] thermal_sys: Registered thermal governor 'power_allocator'
[    0.484730] cpuidle: using governor ladder
[    0.484730] cpuidle: using governor menu
[    0.484730] Detected 1 PCC Subspaces
[    0.484730] Registering PCC driver as Mailbox controller
[    0.484730] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.484730] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.484730] PCI: Using configuration type 1 for base access
[    0.484730] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.484730] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.484730] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.484730] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.484730] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.484730] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.485858] raid6: skipped pq benchmark and selected avx2x4
[    0.485859] raid6: using avx2x2 recovery algorithm
[    0.485932] ACPI: Added _OSI(Module Device)
[    0.485934] ACPI: Added _OSI(Processor Device)
[    0.485935] ACPI: Added _OSI(Processor Aggregator Device)
[    0.505314] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.507379] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.512157] ACPI: Interpreter enabled
[    0.512171] ACPI: PM: (supports S0 S3 S4 S5)
[    0.512172] ACPI: Using IOAPIC for interrupt routing
[    0.513725] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.513726] PCI: Ignoring E820 reservations for host bridge windows
[    0.514145] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.543120] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.543126] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.543276] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.543556] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.543569] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.544140] PCI host bridge to bus 0000:00
[    0.544144] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.544147] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.544148] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.544150] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.544152] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.544153] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.544155] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[    0.544156] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.544169] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.544271] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.544372] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.544438] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.544454] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.544460] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.544473] pci 0000:00:01.1: enabling Extended Tags
[    0.544523] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.544651] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.544667] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.544672] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.544674] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.544687] pci 0000:00:01.2: enabling Extended Tags
[    0.544737] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.544900] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.544964] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.545025] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.545038] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.545042] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.545045] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.545051] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.545097] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.545217] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.545278] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.545339] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.545398] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.545410] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.545422] pci 0000:00:07.1: enabling Extended Tags
[    0.545455] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.545574] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.545635] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.545648] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.545653] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.545663] pci 0000:00:08.1: enabling Extended Tags
[    0.545700] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.545841] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.545954] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.546084] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.546125] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.546165] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.546204] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.546244] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.546284] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.546324] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.546364] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.546582] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.546619] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.546987] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.547061] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.547098] pci 0000:02:00.0: BAR 0 [mem 0xfcc00000-0xfcc07fff 64bit]
[    0.547110] pci 0000:02:00.0: enabling Extended Tags
[    0.547166] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.547339] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.547364] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.547370] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.547373] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.547394] pci 0000:02:00.2: enabling Extended Tags
[    0.547442] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.547600] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.547736] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.547762] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.547791] pci 0000:03:00.0: enabling Extended Tags
[    0.547850] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.547979] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.548005] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.548013] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.548036] pci 0000:03:04.0: enabling Extended Tags
[    0.548094] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.548219] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.548245] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.548274] pci 0000:03:08.0: enabling Extended Tags
[    0.548333] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.548458] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.548484] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.548490] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.548493] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.548516] pci 0000:03:09.0: enabling Extended Tags
[    0.548584] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.548715] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.548771] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.548853] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.548914] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.549269] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.549327] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.549416] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.549493] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.549501] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.549506] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.549656] pci 0000:07:00.0: supports D1 D2
[    0.549658] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.549907] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.550007] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.550026] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.550030] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.550035] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.550038] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.550047] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.550126] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.550201] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.550315] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.550382] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.550403] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.550408] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.550412] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.550420] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.550497] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.551280] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.551356] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.551388] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.551391] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.551394] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.551396] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.551398] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.551483] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.551560] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.551676] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.551705] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.551764] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.551904] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.551965] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.551987] pci 0000:0b:00.0: enabling Extended Tags
[    0.552122] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.552180] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.552206] pci 0000:0c:00.0: enabling Extended Tags
[    0.552326] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.552347] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.552350] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.552356] pci 0000:0c:00.1: enabling Extended Tags
[    0.552467] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.552489] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.552496] pci 0000:0c:00.3: enabling Extended Tags
[    0.552533] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.552657] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.553233] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.553297] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.553353] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.553420] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.553481] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.553532] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.553586] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.553638] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.554770] iommu: Default domain type: Translated
[    0.554770] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.554770] SCSI subsystem initialized
[    0.554770] libata version 3.00 loaded.
[    0.554770] ACPI: bus type USB registered
[    0.554770] usbcore: registered new interface driver usbfs
[    0.554770] usbcore: registered new interface driver hub
[    0.554770] usbcore: registered new device driver usb
[    0.557979] EDAC MC: Ver: 3.0.0
[    0.558590] efivars: Registered efivars operations
[    0.558727] NetLabel: Initializing
[    0.558729] NetLabel:  domain hash size = 128
[    0.558730] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.558746] NetLabel:  unlabeled traffic allowed by default
[    0.558751] mctp: management component transport protocol core
[    0.558752] NET: Registered PF_MCTP protocol family
[    0.558757] PCI: Using ACPI for IRQ routing
[    0.561720] PCI: pci_cache_line_size set to 64 bytes
[    0.562151] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.562153] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.562154] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.562155] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.562156] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.562158] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.562159] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.562160] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.562576] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.562578] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.562579] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.562582] vgaarb: loaded
[    0.562589] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.562594] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.564625] clocksource: Switched to clocksource tsc-early
[    0.565423] VFS: Disk quotas dquot_6.6.0
[    0.565431] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.565509] pnp: PnP ACPI init
[    0.565601] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.565682] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.565903] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.565906] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.566378] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.566380] system 00:04: [io  0x040b] has been reserved
[    0.566382] system 00:04: [io  0x04d6] has been reserved
[    0.566384] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.566385] system 00:04: [io  0x0c14] has been reserved
[    0.566387] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.566388] system 00:04: [io  0x0c52] has been reserved
[    0.566390] system 00:04: [io  0x0c6c] has been reserved
[    0.566392] system 00:04: [io  0x0c6f] has been reserved
[    0.566393] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.566395] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.566397] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.566398] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.566400] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.566401] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.566403] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.566405] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.566407] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.566409] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.566411] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.566413] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.566415] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.567162] pnp: PnP ACPI: found 5 devices
[    0.573004] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.573063] NET: Registered PF_INET protocol family
[    0.573170] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.575093] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.575129] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.575323] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.575666] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.575749] TCP: Hash tables configured (established 524288 bind 65536)
[    0.575918] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.576069] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.576271] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.576402] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.576407] NET: Registered PF_XDP protocol family
[    0.576417] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.576421] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.576428] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.576438] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.576443] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.576450] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.576461] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.576463] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.576468] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.576475] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.576478] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.576482] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.576489] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.576491] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.576494] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.576500] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.576506] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.576510] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.576513] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576518] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.576520] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.576524] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.576527] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576532] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.576534] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.576536] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.576539] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576543] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.576548] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.576551] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.576556] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.576558] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.576559] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.576561] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.576562] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.576564] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.576565] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.576567] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.576568] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.576570] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.576571] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.576573] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.576574] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.576576] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.576577] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.576579] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.576580] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.576582] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576583] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.576585] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.576586] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576588] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.576589] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.576591] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.576592] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.577003] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.577165] PCI: CLS 64 bytes, default 64
[    0.577174] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.577207] Unpacking initramfs...
[    0.577226] pci 0000:00:00.0: Adding to iommu group 0
[    0.577248] pci 0000:00:01.0: Adding to iommu group 1
[    0.577263] pci 0000:00:01.1: Adding to iommu group 2
[    0.577278] pci 0000:00:01.2: Adding to iommu group 3
[    0.577297] pci 0000:00:02.0: Adding to iommu group 4
[    0.577317] pci 0000:00:03.0: Adding to iommu group 5
[    0.577331] pci 0000:00:03.1: Adding to iommu group 6
[    0.577351] pci 0000:00:04.0: Adding to iommu group 7
[    0.577370] pci 0000:00:05.0: Adding to iommu group 8
[    0.577390] pci 0000:00:07.0: Adding to iommu group 9
[    0.577404] pci 0000:00:07.1: Adding to iommu group 10
[    0.577427] pci 0000:00:08.0: Adding to iommu group 11
[    0.577441] pci 0000:00:08.1: Adding to iommu group 12
[    0.577466] pci 0000:00:14.0: Adding to iommu group 13
[    0.577479] pci 0000:00:14.3: Adding to iommu group 13
[    0.577542] pci 0000:00:18.0: Adding to iommu group 14
[    0.577555] pci 0000:00:18.1: Adding to iommu group 14
[    0.577568] pci 0000:00:18.2: Adding to iommu group 14
[    0.577582] pci 0000:00:18.3: Adding to iommu group 14
[    0.577595] pci 0000:00:18.4: Adding to iommu group 14
[    0.577608] pci 0000:00:18.5: Adding to iommu group 14
[    0.577621] pci 0000:00:18.6: Adding to iommu group 14
[    0.577635] pci 0000:00:18.7: Adding to iommu group 14
[    0.577649] pci 0000:01:00.0: Adding to iommu group 15
[    0.577675] pci 0000:02:00.0: Adding to iommu group 16
[    0.577690] pci 0000:02:00.2: Adding to iommu group 16
[    0.577695] pci 0000:03:00.0: Adding to iommu group 16
[    0.577701] pci 0000:03:04.0: Adding to iommu group 16
[    0.577706] pci 0000:03:08.0: Adding to iommu group 16
[    0.577712] pci 0000:03:09.0: Adding to iommu group 16
[    0.577718] pci 0000:05:00.0: Adding to iommu group 16
[    0.577723] pci 0000:07:00.0: Adding to iommu group 16
[    0.577739] pci 0000:08:00.0: Adding to iommu group 17
[    0.577763] pci 0000:09:00.0: Adding to iommu group 18
[    0.577788] pci 0000:0a:00.0: Adding to iommu group 19
[    0.577805] pci 0000:0a:00.1: Adding to iommu group 20
[    0.577818] pci 0000:0b:00.0: Adding to iommu group 21
[    0.577834] pci 0000:0c:00.0: Adding to iommu group 22
[    0.577848] pci 0000:0c:00.1: Adding to iommu group 23
[    0.577863] pci 0000:0c:00.3: Adding to iommu group 24
[    0.579379] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.579386] AMD-Vi: Interrupt remapping enabled
[    0.579456] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.579457] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.579480] LVT offset 0 assigned for vector 0x400
[    0.580460] perf: AMD IBS detected (0x000003ff)
[    0.580466] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.607672] Initialise system trusted keyrings
[    0.607681] Key type blacklist registered
[    0.607712] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.607930] fuse: init (API version 7.44)
[    0.608008] integrity: Platform Keyring initialized
[    0.608011] integrity: Machine keyring initialized
[    0.609179] Freeing initrd memory: 12596K
[    0.616315] xor: automatically using best checksumming function   avx       
[    0.616316] Key type asymmetric registered
[    0.616318] Asymmetric key parser 'x509' registered
[    0.616332] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.616374] io scheduler mq-deadline registered
[    0.616376] io scheduler kyber registered
[    0.616386] io scheduler bfq registered
[    0.617232] ledtrig-cpu: registered to indicate activity on CPUs
[    0.617726] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.617853] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.619003] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.619027] ACPI: button: Power Button [PWRB]
[    0.619061] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.619962] ACPI: button: Power Button [PWRF]
[    0.620261] Monitor-Mwait will be used to enter C-1 state
[    0.623961] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.624180] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.626223] Non-volatile memory driver v1.3
[    0.626225] Linux agpgart interface v0.103
[    0.704982] tpm_crb MSFT0101:00: Disabling hwrng
[    0.705234] ACPI: bus type drm_connector registered
[    0.706219] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.706225] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.761648] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.761943] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.761946] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.761952] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.762013] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.762016] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.762018] usb usb1: Product: xHCI Host Controller
[    0.762020] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.762021] usb usb1: SerialNumber: 0000:02:00.0
[    0.762157] hub 1-0:1.0: USB hub found
[    0.762171] hub 1-0:1.0: 10 ports detected
[    0.775902] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.775923] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.775925] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.775926] usb usb2: Product: xHCI Host Controller
[    0.775928] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.775929] usb usb2: SerialNumber: 0000:02:00.0
[    0.776015] hub 2-0:1.0: USB hub found
[    0.776024] hub 2-0:1.0: 4 ports detected
[    0.782211] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.782215] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.782312] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.782553] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.782555] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.782558] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.782588] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.782590] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.782591] usb usb3: Product: xHCI Host Controller
[    0.782593] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.782594] usb usb3: SerialNumber: 0000:0c:00.3
[    0.782682] hub 3-0:1.0: USB hub found
[    0.782689] hub 3-0:1.0: 4 ports detected
[    0.782869] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.782889] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.782890] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.782892] usb usb4: Product: xHCI Host Controller
[    0.782893] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.782895] usb usb4: SerialNumber: 0000:0c:00.3
[    0.782975] hub 4-0:1.0: USB hub found
[    0.782982] hub 4-0:1.0: 4 ports detected
[    0.783186] usbcore: registered new interface driver usbserial_generic
[    0.783191] usbserial: USB Serial support registered for generic
[    0.783250] rtc_cmos 00:02: RTC can wake from S4
[    0.783444] rtc_cmos 00:02: registered as rtc0
[    0.783468] rtc_cmos 00:02: setting system clock to 2025-09-03T11:43:38 UTC (1756899818)
[    0.783493] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.843542] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.843545] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.844387] fbcon: Deferring console take-over
[    0.844389] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.844426] hid: raw HID events driver (C) Jiri Kosina
[    0.844489] drop_monitor: Initializing network drop monitor service
[    0.844583] NET: Registered PF_INET6 protocol family
[    0.844806] Segment Routing with IPv6
[    0.844807] RPL Segment Routing with IPv6
[    0.844814] In-situ OAM (IOAM) with IPv6
[    0.844831] NET: Registered PF_PACKET protocol family
[    0.845843] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.845850] microcode: Current revision: 0x0a201030
[    0.846040] resctrl: L3 allocation detected
[    0.846041] resctrl: MB allocation detected
[    0.846042] resctrl: L3 monitoring detected
[    0.846061] IPI shorthand broadcast: enabled
[    0.848982] sched_clock: Marking stable (682725598, 166230594)->(954684949, -105728757)
[    0.849104] registered taskstats version 1
[    0.849542] Loading compiled-in X.509 certificates
[    0.854442] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.857521] zswap: loaded using pool zstd/zsmalloc
[    0.857561] Demotion targets for Node 0: null
[    0.857671] Key type .fscrypt registered
[    0.857672] Key type fscrypt-provisioning registered
[    0.858074] Btrfs loaded, zoned=yes, fsverity=yes
[    0.858167] integrity: Loading X.509 certificate: UEFI:db
[    0.860625] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.860627] integrity: Loading X.509 certificate: UEFI:db
[    0.860751] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.860753] integrity: Loading X.509 certificate: UEFI:db
[    0.860769] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.860771] integrity: Loading X.509 certificate: UEFI:db
[    0.860786] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.860788] integrity: Loading X.509 certificate: UEFI:db
[    0.860915] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.862449] PM:   Magic number: 9:94:731
[    0.863182] RAS: Correctable Errors collector initialized.
[    0.866256] clk: Disabling unused clocks
[    0.866258] PM: genpd: Disabling unused power domains
[    0.867146] Freeing unused decrypted memory: 2036K
[    0.867593] Freeing unused kernel image (initmem) memory: 4504K
[    0.867605] Write protecting the kernel read-only data: 36864k
[    0.867957] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.868140] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.907917] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.907920] rodata_test: all tests were successful
[    0.907923] Run /init as init process
[    0.907924]   with arguments:
[    0.907925]     /init
[    0.907927]   with environment:
[    0.907928]     HOME=/
[    0.907929]     TERM=linux
[    0.907930]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.915698] systemd[1]: Successfully made /usr/ read-only.
[    0.915859] systemd[1]: systemd 257.8-2-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)
[    0.915865] systemd[1]: Detected architecture x86-64.
[    0.915868] systemd[1]: Running in initrd.
[    0.916050] fbcon: Taking over console
[    0.916424] Console: switching to colour frame buffer device 128x48
[    0.917309] systemd[1]: Initializing machine ID from random generator.
[    0.938624] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.944741] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.944847] systemd[1]: Reached target Path Units.
[    0.944884] systemd[1]: Reached target Slice Units.
[    0.944915] systemd[1]: Reached target Swaps.
[    0.944943] systemd[1]: Reached target Timer Units.
[    0.945045] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.945136] systemd[1]: Listening on Journal Sockets.
[    0.945228] systemd[1]: Listening on udev Control Socket.
[    0.945292] systemd[1]: Listening on udev Kernel Socket.
[    0.945326] systemd[1]: Reached target Socket Units.
[    0.945368] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.945409] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.946200] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.947601] systemd[1]: Starting Journal Service...
[    0.948382] systemd[1]: Starting Load Kernel Modules...
[    0.948534] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.949183] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.949861] systemd[1]: Starting Coldplug All udev Devices...
[    0.954236] systemd[1]: Finished Load Kernel Modules.
[    0.954824] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.955029] systemd[1]: Reached target Preparation for Local File Systems.
[    0.955076] systemd[1]: Reached target Local File Systems.
[    0.955843] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.958372] systemd-journald[158]: Collecting audit messages is disabled.
[    0.967979] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    1.003807] systemd[1]: Started Journal Service.
[    1.017455] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.061340] Key type psk registered
[    1.070462] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.094773] nvme nvme0: pci function 0000:01:00.0
[    1.105254] nvme nvme1: pci function 0000:05:00.0
[    1.109101] nvme nvme0: D3 entry latency set to 8 seconds
[    1.120082] nvme nvme1: D3 entry latency set to 8 seconds
[    1.132866] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.143970] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.157823] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.157827] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.157829] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.157832] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.157833] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.182539] nvme nvme0: 12/0/0 default/read/poll queues
[    1.191047]  nvme0n1: p1 p2 p3 p4 p5
[    1.191382] nvme nvme1: 12/0/0 default/read/poll queues
[    1.200036]  nvme1n1: p1
[    1.278105] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.278109] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.278112] usb 1-1: Product: USB2.0 Hub
[    1.287012] hub 1-1:1.0: USB hub found
[    1.290094] hub 1-1:1.0: 4 ports detected
[    1.488537] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.640539] tsc: Refined TSC clocksource calibration: 3499.999 MHz
[    1.640548] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734f9ce42, max_idle_ns: 440795224466 ns
[    1.640575] clocksource: Switched to clocksource tsc
[    1.827536] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.845155] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.845161] usb 1-6: config 1 has no interface number 1
[    1.856920] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.856925] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.856927] usb 1-6: Product: AURA LED Controller
[    1.856929] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.856931] usb 1-6: SerialNumber: 9876543210
[    1.975349] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.054106] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.054110] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.054112] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.054114] usb 1-1.3: Manufacturer:  
[    2.054116] usb 1-1.3: SerialNumber: E848B8C82000
[    2.186253] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.394412] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.394418] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.394420] usb 1-7: Product: USB2.0 Hub
[    2.404174] hub 1-7:1.0: USB hub found
[    2.408110] hub 1-7:1.0: 4 ports detected
[    2.451553] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.701891] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.701896] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.701899] usb 1-1.4: Product: USB Receiver
[    2.701901] usb 1-1.4: Manufacturer: Logitech
[    2.790533] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.092260] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.092266] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.092269] usb 1-9: Product: USB Keyboard
[    3.092271] usb 1-9: Manufacturer: Logitech
[    3.300548] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.598985] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.598991] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.598993] usb 1-10: Product: USB Optical Mouse
[    3.598995] usb 1-10: Manufacturer: Logitech
[    3.679099] systemd-journald[158]: Received SIGTERM from PID 1 (systemd).
[    3.727859] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.727864] systemd[1]: Detected architecture x86-64.
[    3.730170] systemd[1]: Hostname set to <pdesktop>.
[    3.939534] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    4.086741] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    4.086869] systemd[1]: Stopped Switch Root.
[    4.088023] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    4.088522] systemd[1]: Created slice CUPS Slice.
[    4.089078] systemd[1]: Created slice Slice /system/dirmngr.
[    4.089656] systemd[1]: Created slice Slice /system/getty.
[    4.090200] systemd[1]: Created slice Slice /system/gpg-agent.
[    4.090783] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    4.091315] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    4.091838] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    4.092380] systemd[1]: Created slice Slice /system/keyboxd.
[    4.092933] systemd[1]: Created slice Slice /system/modprobe.
[    4.093454] systemd[1]: Created slice Slice /system/systemd-fsck.
[    4.093973] systemd[1]: Created slice Slice /system/wol_disable.
[    4.094417] systemd[1]: Created slice User and Session Slice.
[    4.094655] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.094839] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.095104] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.095270] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    4.095417] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    4.095574] systemd[1]: Reached target Local Encrypted Volumes.
[    4.095727] systemd[1]: Stopped target Switch Root.
[    4.095876] systemd[1]: Stopped target Initrd File Systems.
[    4.096025] systemd[1]: Stopped target Initrd Root File System.
[    4.096175] systemd[1]: Reached target Local Integrity Protected Volumes.
[    4.096340] systemd[1]: Reached target Remote File Systems.
[    4.096491] systemd[1]: Reached target Slice Units.
[    4.096649] systemd[1]: Reached target Local Verity Protected Volumes.
[    4.096849] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.097121] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.097986] systemd[1]: Listening on Process Core Dump Socket.
[    4.098603] systemd[1]: Listening on Credential Encryption/Decryption.
[    4.098902] systemd[1]: Listening on Network Service Netlink Socket.
[    4.099139] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.099149] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.099198] systemd[1]: Listening on udev Control Socket.
[    4.099390] systemd[1]: Listening on udev Kernel Socket.
[    4.100206] systemd[1]: Mounting Huge Pages File System...
[    4.101053] systemd[1]: Mounting POSIX Message Queue File System...
[    4.101890] systemd[1]: Mounting Kernel Debug File System...
[    4.102723] systemd[1]: Mounting Kernel Trace File System...
[    4.107499] systemd[1]: Starting Create List of Static Device Nodes...
[    4.108483] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.109572] systemd[1]: Starting Load Kernel Module configfs...
[    4.110514] systemd[1]: Starting Load Kernel Module dm_mod...
[    4.111389] systemd[1]: Starting Load Kernel Module drm...
[    4.112446] systemd[1]: Starting Load Kernel Module fuse...
[    4.113362] systemd[1]: Starting Load Kernel Module loop...
[    4.113665] 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).
[    4.115408] systemd[1]: Starting Journal Service...
[    4.116519] systemd[1]: Starting Load Kernel Modules...
[    4.117303] systemd[1]: Starting Generate network units from Kernel command line...
[    4.117537] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.118203] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.118482] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.119087] systemd[1]: Starting Load udev Rules from Credentials...
[    4.119890] systemd[1]: Starting Coldplug All udev Devices...
[    4.122085] systemd[1]: Mounted Huge Pages File System.
[    4.122773] systemd[1]: Mounted POSIX Message Queue File System.
[    4.123092] systemd[1]: Mounted Kernel Debug File System.
[    4.123433] systemd[1]: Mounted Kernel Trace File System.
[    4.123843] systemd[1]: Finished Create List of Static Device Nodes.
[    4.124354] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    4.124549] systemd[1]: Finished Load Kernel Module configfs.
[    4.125078] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    4.125113] loop: module loaded
[    4.125275] systemd[1]: Finished Load Kernel Module drm.
[    4.125793] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.125973] systemd[1]: Finished Load Kernel Module fuse.
[    4.126417] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.126573] systemd[1]: Finished Load Kernel Module loop.
[    4.129345] systemd-journald[276]: Collecting audit messages is disabled.
[    4.129824] systemd[1]: Finished Generate network units from Kernel command line.
[    4.130815] systemd[1]: Finished Load udev Rules from Credentials.
[    4.131528] systemd[1]: Reached target Preparation for Network.
[    4.132343] systemd[1]: Mounting FUSE Control File System...
[    4.133283] systemd[1]: Mounting Kernel Configuration File System...
[    4.134311] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.134388] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    4.135059] systemd[1]: Started Journal Service.
[    4.139960] device-mapper: uevent: version 1.0.3
[    4.140051] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.149203] systemd-journald[276]: Received client request to flush runtime journal.
[    4.299301] i8042: PNP: No PS/2 controller found.
[    4.318624] asus_wmi: ASUS WMI generic driver loaded
[    4.327205] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.327476] asus_wmi: Initialization: 0x0
[    4.327519] asus_wmi: BIOS WMI version: 0.9
[    4.327759] asus_wmi: SFUN value: 0x0
[    4.327762] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.342095] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.378259] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.379899] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.379903] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.382259] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.382261] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.382269] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.393393] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.396134] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.397837] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.399203] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.399464] ccp 0000:0c:00.1: psp enabled
[    4.400472] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.412137] i2c i2c-3: Successfully instantiated SPD at 0x51
[    4.436864] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.444813] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.448425] mc: Linux media interface: v0.10
[    4.462551] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.462556] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.465058] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.485600] videodev: Linux video capture interface: v2.00
[    4.506324] Bluetooth: Core ver 2.22
[    4.506336] NET: Registered PF_BLUETOOTH protocol family
[    4.506337] Bluetooth: HCI device and connection manager initialized
[    4.506339] Bluetooth: HCI socket layer initialized
[    4.506341] Bluetooth: L2CAP socket layer initialized
[    4.506344] Bluetooth: SCO socket layer initialized
[    4.535699] usbcore: registered new interface driver usbhid
[    4.535702] usbhid: USB HID core driver
[    4.540524] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.540653] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.541486] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.541608] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.541611] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.551142] kvm_amd: TSC scaling supported
[    4.551144] kvm_amd: Nested Virtualization enabled
[    4.551146] kvm_amd: Nested Paging enabled
[    4.551147] kvm_amd: LBR virtualization supported
[    4.551152] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.551153] kvm_amd: Virtual GIF supported
[    4.558436] usbcore: registered new interface driver btusb
[    4.560485] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.560543] 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/card0/input5
[    4.561483] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.561486] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.562979] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.563064] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.564995] intel_rapl_common: Found RAPL domain package
[    4.564998] intel_rapl_common: Found RAPL domain core
[    4.567756] amd_atl: AMD Address Translation Library initialized
[    4.647277] usbcore: registered new interface driver snd-usb-audio
[    4.647647] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.654339] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.654378] 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/card0/input6
[    4.654439] 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/card0/input7
[    4.654491] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.654494] 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/card0/input8
[    4.654610] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.655517] usbcore: registered new interface driver uvcvideo
[    4.705329] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.705424] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.705544] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.705659] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.711479] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.788320] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.788439] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.839342] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.839437] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.839530] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.839603] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    4.854010] mousedev: PS/2 mouse device common for all mice
[    5.563944] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.597615] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.633196] ntfs3: Enabled Linux POSIX ACLs support
[    5.633198] ntfs3: Read-only LZX/Xpress compression included
[    6.377597] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    6.480629] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    6.480721] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    6.482686] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    7.123341] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.287662] [drm] amdgpu kernel modesetting enabled.
[    7.297513] amdgpu: Virtual CRAT table created for CPU
[    7.297527] amdgpu: Topology: Add CPU node
[    7.297630] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.297670] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.297681] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.297682] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.301589] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.301591] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.301593] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.301595] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.301596] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.301598] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.301600] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.301601] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.301603] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.301605] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.301606] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.301619] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.301622] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.336313] Console: switching to colour dummy device 80x25
[    7.356508] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.356512] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.356587] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.356593] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.356596] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.356601] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.356603] [drm] RAM width 128bits GDDR6
[    7.356696] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.356698] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.356713] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.356780] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.357256] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.357597] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.360535] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.360635] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.438611] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.479395] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.576983] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.580190] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.580193] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.580291] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.580294] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.612238] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.613190] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.613193] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.617366] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.680545] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.908897] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.931151] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.958712] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.959091] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.959095] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    8.028916] amdgpu: HMM registered 16304MB device memory
[    8.030372] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    8.030382] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    8.030420] amdgpu: Virtual CRAT table created for GPU
[    8.030555] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    8.030557] kfd kfd: amdgpu: added device 1002:7590
[    8.030566] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    8.030569] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    8.030571] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    8.030573] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    8.030574] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    8.030576] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    8.030577] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    8.030579] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    8.030580] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    8.030582] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    8.033099] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    8.033730] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    8.033732] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    8.072053] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    8.090884] fbcon: amdgpudrmfb (fb0) is primary device
[    8.093542] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.399790] Console: switching to colour frame buffer device 160x64
[    8.417257] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    8.443832] i2c_dev: i2c /dev entries driver
[    8.588033] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.588136] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.588226] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.588274] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.588276] cfg80211: failed to load regulatory.db
[    8.631256] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.640012] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.642556] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.642558] Bluetooth: BNEP filters: protocol multicast
[    8.642561] Bluetooth: BNEP socket layer initialized
[    8.643621] Bluetooth: MGMT ver 1.23
[    8.649751] NET: Registered PF_ALG protocol family
[    8.788394] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.818349] 8021q: 802.1Q VLAN Support v1.8
[   12.176361] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   14.481134] Bluetooth: RFCOMM TTY layer initialized
[   14.481140] Bluetooth: RFCOMM socket layer initialized
[   14.481143] Bluetooth: RFCOMM ver 1.11
[   31.017348] PM: suspend entry (deep)
[   31.026933] Filesystems sync: 0.009 seconds
[   31.082611] Freezing user space processes
[   31.083252] Freezing user space processes completed (elapsed 0.000 seconds)
[   31.083256] OOM killer disabled.
[   31.083257] Freezing remaining freezable tasks
[   31.084248] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[   31.084271] printk: Suspending console(s) (use no_console_suspend to debug)
[   31.327005] r8169 0000:07:00.0 ethrltk: Link is Down
[   31.425994] PM: suspend of devices complete after 183.815 msecs
[   31.425999] PM: start suspend of devices complete after 341.712 msecs
[   31.426553] PM: late suspend of devices complete after 0.551 msecs
[   31.439479] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   31.439685] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   31.439817] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   32.539258] PM: noirq suspend of devices complete after 1112.632 msecs
[   32.539265] ACPI: PM: Preparing to enter system sleep state S3
[   33.045506] ACPI: PM: Saving platform NVS memory
[   33.045574] Disabling non-boot CPUs ...
[   33.047191] smpboot: CPU 11 is now offline
[   33.050571] smpboot: CPU 10 is now offline
[   33.052583] smpboot: CPU 9 is now offline
[   33.054448] smpboot: CPU 8 is now offline
[   33.056271] smpboot: CPU 7 is now offline
[   33.058212] smpboot: CPU 6 is now offline
[   33.058686] Spectre V2 : Update user space SMT mitigation: STIBP off
[   33.060119] smpboot: CPU 5 is now offline
[   33.062048] smpboot: CPU 4 is now offline
[   33.063839] smpboot: CPU 3 is now offline
[   33.065681] smpboot: CPU 2 is now offline
[   33.067473] smpboot: CPU 1 is now offline
[   33.067971] Checking wakeup interrupts
[   33.067973] Calling mce_syscore_suspend+0x0/0x20
[   33.067977] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   33.067981] Calling timekeeping_suspend+0x0/0x300
[   33.068012] Calling save_ioapic_entries+0x0/0xe0
[   33.068144] Calling i8259A_suspend+0x0/0x30
[   33.068149] Calling perf_ibs_suspend+0x0/0x40
[   33.068151] Calling amd_iommu_suspend+0x0/0x50
[   33.068168] Calling fw_suspend+0x0/0x20
[   33.068172] Calling acpi_save_bm_rld+0x0/0x30
[   33.068177] Calling lapic_suspend+0x0/0x1a0
[   33.068295] ACPI: PM: Low-level resume complete
[   33.068314] ACPI: PM: Restoring platform NVS memory
[   33.068348] Calling lapic_resume+0x0/0x230
[   33.068410] Calling acpi_restore_bm_rld+0x0/0x70
[   33.068415] Calling irqrouter_resume+0x0/0x90
[   33.068418] Calling amd_iommu_resume+0x0/0x60
[   33.068467] Calling perf_ibs_resume+0x0/0x30
[   33.068472] LVT offset 0 assigned for vector 0x400
[   33.068473] Calling i8259A_resume+0x0/0x40
[   33.068611] Calling ioapic_resume+0x0/0xd0
[   33.068674] Calling irq_pm_syscore_resume+0x0/0x20
[   33.068718] Calling timekeeping_resume+0x0/0x190
[   33.068752] Timekeeping suspended for 9.215 seconds
[   33.068763] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   33.068767] Calling init_counter_refs+0x0/0x40
[   33.068769] Calling mce_syscore_resume+0x0/0x30
[   33.068984] Calling microcode_bsp_resume+0x0/0xf0
[   33.069112] Enabling non-boot CPUs ...
[   33.069220] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   33.072249] CPU1 is up
[   33.072274] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   33.075222] CPU2 is up
[   33.075247] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   33.078229] CPU3 is up
[   33.078250] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   33.081398] CPU4 is up
[   33.081419] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   33.084249] CPU5 is up
[   33.084267] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   33.087285] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   33.087313] CPU6 is up
[   33.087330] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   33.090241] CPU7 is up
[   33.090269] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   33.093256] CPU8 is up
[   33.093281] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   33.096266] CPU9 is up
[   33.096287] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   33.099269] CPU10 is up
[   33.099287] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   33.102288] CPU11 is up
[   33.103210] ACPI: PM: Waking up from system sleep state S3
[   33.105336] PM: noirq resume of devices complete after 1.513 msecs
[   33.105672] PM: early resume of devices complete after 0.286 msecs
[   33.105771] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   33.105774] usb usb1: root hub lost power or was reset
[   33.105776] usb usb2: root hub lost power or was reset
[   33.105956] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   33.105996] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   33.161312] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   33.161317] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   33.164138] nvme nvme0: D3 entry latency set to 8 seconds
[   33.169410] nvme nvme1: D3 entry latency set to 8 seconds
[   33.235892] nvme nvme1: 12/0/0 default/read/poll queues
[   33.262034] r8169 0000:07:00.0 ethrltk: Link is Down
[   33.308497] usb 1-6: WARN: invalid context state for evaluate context command.
[   33.325199] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   33.328407] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   33.328409] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   33.328411] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   33.328414] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   33.328418] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   33.358919] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   33.359118] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   33.359121] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   33.368508] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   33.428452] nvme nvme0: 12/0/0 default/read/poll queues
[   33.481012] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   33.958235] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   33.958237] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   33.958239] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   33.958240] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   33.958241] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   33.958242] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   33.958244] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   33.958245] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   33.958246] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   34.004009] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   34.533309] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   34.980308] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   35.511307] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   35.984359] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   36.056317] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   36.161325] usb 1-1.3: device descriptor read/64, error -32
[   36.416433] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   36.486244] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   36.498304] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   36.765697] PM: resume of devices complete after 3660.022 msecs
[   36.766432] OOM killer enabled.
[   36.766433] Restarting tasks: Starting
[   36.766712] Restarting tasks: Done
[   36.766728] random: crng reseeded on system resumption
[   36.766733] PM: suspend exit
[   36.768414] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   36.769413] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   36.769417] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   36.769448] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   36.769458] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   36.919425] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   36.986532] Bluetooth: MGMT ver 1.23

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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-09-03 12:21   ` Przemysław Kopa
@ 2025-09-03 18:22     ` Mario Limonciello
  2025-09-04 12:24       ` Przemysław Kopa
  0 siblings, 1 reply; 7+ messages in thread
From: Mario Limonciello @ 2025-09-03 18:22 UTC (permalink / raw)
  To: Przemysław Kopa, Harry Wentland; +Cc: amd-gfx

On 9/3/25 7:21 AM, Przemysław Kopa wrote:
> On 9/3/25 05:35, Mario Limonciello wrote:
> 
>> Given it's not a 100% reproduce for you, how did you confirm this 
>> commit is causing the issue?  Some sort of sampling of X cycles at 
>> each bisect point?
> 
> Yes, I've tried a couple of times to trigger this issue on each 
> bisection point (by doing suspend -> resume cycle), and if I wasn't able 
> to trigger it, I've assumed it's good and moved on. I think I got the 
> right commit in the end, since now I have two kernels that are a single 
> commit apart (50e0bae34fa6), and I am able to trigger the issue when 
> running kernel with 50e0bae34fa6 applied, but am not able to trigger it 
> when running kernel without 50e0bae34fa6 (and I tried a lot ;).
> 
>> Could you capture a dmesg log where /sys/power/pm_debug_messages is 
>> set both from a good case and from a bad case so we can compare?
> 
> I'm attaching two dmesg dumps, running 6.17-rc4, fresh boot with a 
> single suspend -> resume cycle within each file.
> 
> 'dmesg_dp_audio_good.txt' - sound is fine after resume
> 'dmesg_dp_audio_bad.txt' - no sound after resume

I compared the two of them.
There are different problems you have with USB during recovery in the 
bad, but I don't think that's relevant.
The only thing different from a display perspective is a slight 
difference to the timing.

Can you repeat once more with /sys/power/pm_debug_messages and 
/sys/power/pm_print_times set for good and bad?  I want to make sure the 
device suspend order is identical.

Also; does playing audio leading up to the suspend cycle influence 
anything (both on good and bad kernel)?

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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-09-03 18:22     ` Mario Limonciello
@ 2025-09-04 12:24       ` Przemysław Kopa
  2025-09-04 13:03         ` Przemysław Kopa
  0 siblings, 1 reply; 7+ messages in thread
From: Przemysław Kopa @ 2025-09-04 12:24 UTC (permalink / raw)
  To: Mario Limonciello, Harry Wentland; +Cc: amd-gfx

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

On 9/3/25 20:22, Mario Limonciello wrote:

> Can you repeat once more with /sys/power/pm_debug_messages and /sys/ 
> power/pm_print_times set for good and bad?  I want to make sure the 
> device suspend order is identical.

I'm attaching two new dmesg logs.
> Also; does playing audio leading up to the suspend cycle influence 
> anything (both on good and bad kernel)?

In fact - yes! I forgot to mention it, but the issue never occurs if I 
suspend while the audio is playing. In such case playback always 
continues normally after resume.

[-- Attachment #2: dmesg_dp_audio_bad_v2.txt --]
[-- Type: text/plain, Size: 96000 bytes --]

[    0.000000] Linux version 6.17.0-rc4-local (pkopa@pdesktop) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Wed Sep  3 13:06:29 CEST 2025
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    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-0x00000000ca196fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca197000-0x00000000ca4d2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca4d3000-0x00000000ca641fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ca642000-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 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd500000-0x00000000fd6fffff] 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-0x000000102f37ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000102f380000-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=0xca641000 ACPI 2.0=0xca641014 TPMFinalLog=0xca9c7000 SMBIOS=0xcb7ef000 SMBIOS 3.0=0xcb7ee000 MEMATTR=0xc6da0418 ESRT=0xc8c64698 INITRD=0xc178ae18 RNG=0xca620c18 TPMEventLog=0xca513018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem73: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem74: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd100000-0xfd1fffff] reserved
[    0.000000] efi: Remove mem75: MMIO range=[0xfd500000-0xfd6fffff] (2MB) from e820 map
[    0.000000] e820: remove [mem 0xfd500000-0xfd6fffff] reserved
[    0.000000] efi: Not removing mem76: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem77: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem78: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem79: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem80: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem81: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem82: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem83: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem84: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem85: 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/PRIME B550-PLUS, BIOS 3621 01/13/2025
[    0.000000] DMI: Memory slots populated: 2/4
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3499.989 MHz processor
[    0.000114] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000116] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000121] last_pfn = 0x102f380 max_arch_pfn = 0x400000000
[    0.000127] total RAM covered: 3327M
[    0.000204] Found optimal setting for mtrr clean up
[    0.000204]  gran_size: 64K 	chunk_size: 128M 	num_reg: 4  	lose cover RAM: 0G
[    0.000207] MTRR map: 8 entries (4 fixed + 4 variable; max 21), built from 9 variable MTRRs
[    0.000208] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000371] e820: update [mem 0xca710000-0xca71ffff] usable ==> reserved
[    0.000374] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000376] last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.003152] esrt: Reserving ESRT space from 0x00000000c8c64698 to 0x00000000c8c646d0.
[    0.003157] e820: update [mem 0xc8c64000-0xc8c64fff] usable ==> reserved
[    0.003168] Using GB pages for direct mapping
[    0.003640] Secure boot disabled
[    0.003640] RAMDISK: [mem 0xbcc19000-0xbd865fff]
[    0.003647] ACPI: Early table checksum verification disabled
[    0.003649] ACPI: RSDP 0x00000000CA641014 000024 (v02 ALASKA)
[    0.003652] ACPI: XSDT 0x00000000CA640728 0000E4 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003655] ACPI: FACP 0x00000000CA631000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003658] ACPI: DSDT 0x00000000CA625000 00B19A (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.003660] ACPI: FACS 0x00000000CA9F7000 000040
[    0.003661] ACPI: SSDT 0x00000000CA637000 008CE9 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003663] ACPI: SSDT 0x00000000CA633000 003B8E (v02 AMD    AMD AOD  00000001 INTL 20120913)
[    0.003664] ACPI: SSDT 0x00000000CA632000 0001AD (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.003666] ACPI: FIDT 0x00000000CA624000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003667] ACPI: MCFG 0x00000000CA622000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003668] ACPI: HPET 0x00000000CA621000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003670] ACPI: IVRS 0x00000000CA61F000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003671] ACPI: VFCT 0x00000000CA610000 00E684 (v01 ALASKA A M I    00000001 AMD  33504F47)
[    0.003672] ACPI: WPBT 0x00000000CA531000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
[    0.003674] ACPI: TPM2 0x00000000CA530000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003675] ACPI: PCCT 0x00000000CA52F000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003676] ACPI: SSDT 0x00000000CA52B000 0030FB (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003677] ACPI: CRAT 0x00000000CA52A000 000B90 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003679] ACPI: CDIT 0x00000000CA529000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003680] ACPI: SSDT 0x00000000CA528000 0002C2 (v02 AMD    ArticDGP 00000001 INTL 20120913)
[    0.003681] ACPI: SSDT 0x00000000CA526000 0010C9 (v02 AMD    ArticTPX 00000001 INTL 20120913)
[    0.003683] ACPI: SSDT 0x00000000CA525000 00052C (v02 AMD    ArticNOI 00000001 INTL 20120913)
[    0.003684] ACPI: SSDT 0x00000000CA521000 003E6E (v02 AMD    ArticN   00000001 INTL 20120913)
[    0.003685] ACPI: WSMT 0x00000000CA520000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003687] ACPI: APIC 0x00000000CA51F000 00015E (v04 ALASKA A M I    01072009 AMI  00010013)
[    0.003688] ACPI: SSDT 0x00000000CA51E000 00007D (v02 AMD    ArticDIS 00000001 INTL 20120913)
[    0.003689] ACPI: SSDT 0x00000000CA51D000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
[    0.003690] ACPI: FPDT 0x00000000CA51C000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003692] ACPI: Reserving FACP table memory at [mem 0xca631000-0xca631113]
[    0.003692] ACPI: Reserving DSDT table memory at [mem 0xca625000-0xca630199]
[    0.003693] ACPI: Reserving FACS table memory at [mem 0xca9f7000-0xca9f703f]
[    0.003693] ACPI: Reserving SSDT table memory at [mem 0xca637000-0xca63fce8]
[    0.003694] ACPI: Reserving SSDT table memory at [mem 0xca633000-0xca636b8d]
[    0.003694] ACPI: Reserving SSDT table memory at [mem 0xca632000-0xca6321ac]
[    0.003694] ACPI: Reserving FIDT table memory at [mem 0xca624000-0xca62409b]
[    0.003695] ACPI: Reserving MCFG table memory at [mem 0xca622000-0xca62203b]
[    0.003695] ACPI: Reserving HPET table memory at [mem 0xca621000-0xca621037]
[    0.003696] ACPI: Reserving IVRS table memory at [mem 0xca61f000-0xca61f0cf]
[    0.003696] ACPI: Reserving VFCT table memory at [mem 0xca610000-0xca61e683]
[    0.003696] ACPI: Reserving WPBT table memory at [mem 0xca531000-0xca53103b]
[    0.003697] ACPI: Reserving TPM2 table memory at [mem 0xca530000-0xca53004b]
[    0.003697] ACPI: Reserving PCCT table memory at [mem 0xca52f000-0xca52f06d]
[    0.003697] ACPI: Reserving SSDT table memory at [mem 0xca52b000-0xca52e0fa]
[    0.003698] ACPI: Reserving CRAT table memory at [mem 0xca52a000-0xca52ab8f]
[    0.003698] ACPI: Reserving CDIT table memory at [mem 0xca529000-0xca529028]
[    0.003699] ACPI: Reserving SSDT table memory at [mem 0xca528000-0xca5282c1]
[    0.003699] ACPI: Reserving SSDT table memory at [mem 0xca526000-0xca5270c8]
[    0.003699] ACPI: Reserving SSDT table memory at [mem 0xca525000-0xca52552b]
[    0.003700] ACPI: Reserving SSDT table memory at [mem 0xca521000-0xca524e6d]
[    0.003700] ACPI: Reserving WSMT table memory at [mem 0xca520000-0xca520027]
[    0.003701] ACPI: Reserving APIC table memory at [mem 0xca51f000-0xca51f15d]
[    0.003701] ACPI: Reserving SSDT table memory at [mem 0xca51e000-0xca51e07c]
[    0.003701] ACPI: Reserving SSDT table memory at [mem 0xca51d000-0xca51d0be]
[    0.003702] ACPI: Reserving FPDT table memory at [mem 0xca51c000-0xca51c043]
[    0.003741] No NUMA configuration found
[    0.003742] Faking a node at [mem 0x0000000000000000-0x000000102f37ffff]
[    0.003746] NODE_DATA(0) allocated [mem 0x102f3552c0-0x102f37ffff]
[    0.003905] Zone ranges:
[    0.003905]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003906]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003907]   Normal   [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003908]   Device   empty
[    0.003908] Movable zone start for each node
[    0.003909] Early memory node ranges
[    0.003909]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003910]   node   0: [mem 0x0000000000100000-0x0000000009d1efff]
[    0.003911]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003911]   node   0: [mem 0x000000000a20e000-0x000000000affffff]
[    0.003911]   node   0: [mem 0x000000000b020000-0x00000000c3276fff]
[    0.003912]   node   0: [mem 0x00000000c3278000-0x00000000ca196fff]
[    0.003912]   node   0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
[    0.003913]   node   0: [mem 0x0000000100000000-0x000000102f37ffff]
[    0.003916] Initmem setup node 0 [mem 0x0000000000001000-0x000000102f37ffff]
[    0.003920] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003929] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.004001] On node 0, zone DMA32: 737 pages in unavailable ranges
[    0.004008] On node 0, zone DMA32: 14 pages in unavailable ranges
[    0.005862] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.005958] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.006002] On node 0, zone DMA32: 6248 pages in unavailable ranges
[    0.060691] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.060705] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.061100] ACPI: PM-Timer IO Port: 0x808
[    0.061106] CPU topo: Ignoring hot-pluggable APIC ID 0 in present package.
[    0.061108] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.061117] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.061121] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.061122] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.061124] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.061126] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.061126] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.061132] CPU topo: Max. logical packages:   1
[    0.061133] CPU topo: Max. logical dies:       1
[    0.061133] CPU topo: Max. dies per package:   1
[    0.061135] CPU topo: Max. threads per core:   2
[    0.061136] CPU topo: Num. cores per package:     6
[    0.061136] CPU topo: Num. threads per package:  12
[    0.061136] CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
[    0.061137] CPU topo: Rejected CPUs 20
[    0.061155] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.061156] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.061157] PM: hibernation: Registered nosave memory: [mem 0x09d1f000-0x09ffffff]
[    0.061158] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
[    0.061159] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.061160] PM: hibernation: Registered nosave memory: [mem 0xc3277000-0xc3277fff]
[    0.061161] PM: hibernation: Registered nosave memory: [mem 0xc8c64000-0xc8c64fff]
[    0.061162] PM: hibernation: Registered nosave memory: [mem 0xca197000-0xcb9fefff]
[    0.061163] PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xffffffff]
[    0.061164] [mem 0xd0000000-0xfe9fffff] available for PCI devices
[    0.061165] Booting paravirtualized kernel on bare hardware
[    0.061166] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.064724] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
[    0.065061] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[    0.065066] pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
[    0.065067] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- 
[    0.065085] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local root=UUID=6702aec6-2f56-4f5e-87bf-5e25f50da81f rw
[    0.065108] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local", will be passed to user space.
[    0.065120] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[    0.068626] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
[    0.070371] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.070448] software IO TLB: area num 16.
[    0.077419] Fallback order for Node 0: 0 
[    0.077422] Built 1 zonelists, mobility grouping on.  Total pages: 16754599
[    0.077423] Policy zone: Normal
[    0.077554] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.151154] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[    0.159173] ftrace: allocating 54361 entries in 214 pages
[    0.159174] ftrace: allocated 214 pages with 5 groups
[    0.159232] Dynamic Preempt: full
[    0.159271] rcu: Preemptible hierarchical RCU implementation.
[    0.159271] rcu: 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
[    0.159272] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.159273] 	Trampoline variant of Tasks RCU enabled.
[    0.159273] 	Rude variant of Tasks RCU enabled.
[    0.159273] 	Tracing variant of Tasks RCU enabled.
[    0.159274] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.159274] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
[    0.159281] RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159282] RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.159283] RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
[    0.162339] NR_IRQS: 524544, nr_irqs: 1064, preallocated irqs: 16
[    0.162514] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.162598] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.162624] Console: colour dummy device 80x25
[    0.162626] printk: legacy console [tty0] enabled
[    0.162654] ACPI: Core revision 20250404
[    0.162758] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.162772] APIC: Switch to symmetric I/O mode setup
[    0.163104] AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
[    0.329262] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.329773] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.334770] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x327346e9ce8, max_idle_ns: 440795304517 ns
[    0.334774] Calibrating delay loop (skipped), value calculated using timer frequency.. 6999.97 BogoMIPS (lpj=3499989)
[    0.334786] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.334832] LVT offset 1 assigned for vector 0xf9
[    0.334980] LVT offset 2 assigned for vector 0xf4
[    0.335011] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.335012] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.335013] process: using mwait in idle threads
[    0.335015] mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
[    0.335018] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.335019] Transient Scheduler Attacks: Mitigation: Clear CPU buffers
[    0.335019] Spectre V2 : Mitigation: Retpolines
[    0.335020] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.335020] Speculative Return Stack Overflow: Mitigation: Safe RET
[    0.335021] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.335022] Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
[    0.335022] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.335023] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.335024] active return thunk: srso_alias_return_thunk
[    0.335029] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.335030] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.335030] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.335031] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.335031] x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
[    0.335032] x86/fpu: Supporting XSAVE feature 0x1000: 'Control-flow Kernel registers (KVM only)'
[    0.335033] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.335033] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.335034] x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
[    0.335035] x86/fpu: xstate_offset[12]:  856, xstate_sizes[12]:   24
[    0.335035] x86/fpu: Enabled xstate features 0x1a07, context size is 880 bytes, using 'compacted' format.
[    0.359224] Freeing SMP alternatives memory: 52K
[    0.359227] pid_max: default: 32768 minimum: 301
[    0.359261] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
[    0.359331] landlock: Up and running.
[    0.359334] Yama: becoming mindful.
[    0.359537] LSM support for eBPF active
[    0.359611] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.359672] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.463351] smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
[    0.463525] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.463530] ... version:                0
[    0.463531] ... bit width:              48
[    0.463532] ... generic registers:      6
[    0.463533] ... value mask:             0000ffffffffffff
[    0.463534] ... max period:             00007fffffffffff
[    0.463535] ... fixed-purpose events:   0
[    0.463536] ... event mask:             000000000000003f
[    0.463619] signal: max sigframe size: 3376
[    0.463662] rcu: Hierarchical SRCU implementation.
[    0.463663] rcu: 	Max phase no-delay instances is 400.
[    0.463717] Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
[    0.467233] MCE: In-kernel MCE decoding enabled.
[    0.467269] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.467356] smp: Bringing up secondary CPUs ...
[    0.467440] smpboot: x86: Booting SMP configuration:
[    0.467442] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
[    0.475883] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.480810] smp: Brought up 1 node, 12 CPUs
[    0.480810] smpboot: Total of 12 processors activated (83999.73 BogoMIPS)
[    0.481895] Memory: 65709180K/67018396K available (19270K kernel code, 2891K rwdata, 15076K rodata, 4504K init, 5392K bss, 1287608K reserved, 0K cma-reserved)
[    0.482556] devtmpfs: initialized
[    0.482556] x86/mm: Memory block size: 2048MB
[    0.483569] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
[    0.483569] ACPI: PM: Registering ACPI NVS region [mem 0xca642000-0xcaa11fff] (3997696 bytes)
[    0.483569] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.483569] posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.483778] futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
[    0.483843] pinctrl core: initialized pinctrl subsystem
[    0.483938] PM: RTC time: 11:37:19, date: 2025-09-03
[    0.484332] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.484590] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.484721] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.484858] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.484865] audit: initializing netlink subsys (disabled)
[    0.484871] audit: type=2000 audit(1756899439.156:1): state=initialized audit_enabled=0 res=1
[    0.484871] thermal_sys: Registered thermal governor 'fair_share'
[    0.484871] thermal_sys: Registered thermal governor 'bang_bang'
[    0.484871] thermal_sys: Registered thermal governor 'step_wise'
[    0.484871] thermal_sys: Registered thermal governor 'user_space'
[    0.484871] thermal_sys: Registered thermal governor 'power_allocator'
[    0.484874] cpuidle: using governor ladder
[    0.484879] cpuidle: using governor menu
[    0.484907] Detected 1 PCC Subspaces
[    0.484908] Registering PCC driver as Mailbox controller
[    0.484987] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.484987] PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
[    0.484987] PCI: Using configuration type 1 for base access
[    0.484988] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.488784] HugeTLB: allocation took 0ms with hugepage_allocation_threads=3
[    0.488791] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.488792] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.488794] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.488796] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.489235] raid6: skipped pq benchmark and selected avx2x4
[    0.489235] raid6: using avx2x2 recovery algorithm
[    0.489235] ACPI: Added _OSI(Module Device)
[    0.489235] ACPI: Added _OSI(Processor Device)
[    0.489235] ACPI: Added _OSI(Processor Aggregator Device)
[    0.508856] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.511074] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.516420] ACPI: Interpreter enabled
[    0.516435] ACPI: PM: (supports S0 S3 S4 S5)
[    0.516436] ACPI: Using IOAPIC for interrupt routing
[    0.517996] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.517998] PCI: Ignoring E820 reservations for host bridge windows
[    0.518418] ACPI: Enabled 4 GPEs in block 00 to 1F
[    0.547480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.547486] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.547637] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.547921] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.547931] acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf0000000-0xf7ffffff] for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.548500] PCI host bridge to bus 0000:00
[    0.548505] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.548507] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.548509] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.548510] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.548512] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.548513] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfcffffff window]
[    0.548515] pci_bus 0000:00: root bus resource [mem 0x1030000000-0x7fffffffff window]
[    0.548517] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.548529] pci 0000:00:00.0: [1022:1480] type 00 class 0x060000 conventional PCI endpoint
[    0.548633] pci 0000:00:00.2: [1022:1481] type 00 class 0x080600 conventional PCI endpoint
[    0.548731] pci 0000:00:01.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.548800] pci 0000:00:01.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.548816] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.548822] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.548835] pci 0000:00:01.1: enabling Extended Tags
[    0.548885] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.549014] pci 0000:00:01.2: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.549029] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.549034] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.549037] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.549050] pci 0000:00:01.2: enabling Extended Tags
[    0.549100] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.549267] pci 0000:00:02.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549330] pci 0000:00:03.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549392] pci 0000:00:03.1: [1022:1483] type 01 class 0x060400 PCIe Root Port
[    0.549405] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.549409] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.549412] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.549418] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.549464] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.549578] pci 0000:00:04.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549639] pci 0000:00:05.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549701] pci 0000:00:07.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549760] pci 0000:00:07.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.549774] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.549786] pci 0000:00:07.1: enabling Extended Tags
[    0.549819] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.549936] pci 0000:00:08.0: [1022:1482] type 00 class 0x060000 conventional PCI endpoint
[    0.549999] pci 0000:00:08.1: [1022:1484] type 01 class 0x060400 PCIe Root Port
[    0.550012] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.550017] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.550027] pci 0000:00:08.1: enabling Extended Tags
[    0.550064] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.550206] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
[    0.550317] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
[    0.550444] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.550484] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.550524] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.550564] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.550604] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.550646] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.550685] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.550725] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.550967] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.551005] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.551379] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.551453] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.551491] pci 0000:02:00.0: BAR 0 [mem 0xfcc00000-0xfcc07fff 64bit]
[    0.551503] pci 0000:02:00.0: enabling Extended Tags
[    0.551560] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.551733] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.551758] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.551765] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.551768] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.551798] pci 0000:02:00.2: enabling Extended Tags
[    0.551846] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.551986] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.552124] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.552150] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.552180] pci 0000:03:00.0: enabling Extended Tags
[    0.552239] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.552368] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.552394] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.552402] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.552425] pci 0000:03:04.0: enabling Extended Tags
[    0.552483] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.552609] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.552636] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.552665] pci 0000:03:08.0: enabling Extended Tags
[    0.552724] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.552853] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.552879] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.552885] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.552889] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.552912] pci 0000:03:09.0: enabling Extended Tags
[    0.552971] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.553099] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.553156] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.553237] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.553298] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.553647] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.553706] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.553798] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.553875] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.553883] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.553889] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.554039] pci 0000:07:00.0: supports D1 D2
[    0.554040] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.554289] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.554391] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.554410] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.554414] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.554420] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.554423] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.554431] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.554510] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.554587] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.554700] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.554767] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.554791] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.554796] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.554799] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.554808] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.554885] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.555667] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.555743] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.555783] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.555787] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.555789] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.555791] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.555794] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.555878] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.555955] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.556071] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.556101] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.556160] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.556303] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.556364] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.556387] pci 0000:0b:00.0: enabling Extended Tags
[    0.556521] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.556579] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.556605] pci 0000:0c:00.0: enabling Extended Tags
[    0.556726] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.556747] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.556750] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.556755] pci 0000:0c:00.1: enabling Extended Tags
[    0.556868] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.556890] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.556897] pci 0000:0c:00.3: enabling Extended Tags
[    0.556934] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.557056] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.557632] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.557695] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.557751] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.557822] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.557883] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.557934] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.557986] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.558038] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.559178] iommu: Default domain type: Translated
[    0.559178] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.559178] SCSI subsystem initialized
[    0.559178] libata version 3.00 loaded.
[    0.559178] ACPI: bus type USB registered
[    0.559178] usbcore: registered new interface driver usbfs
[    0.559178] usbcore: registered new interface driver hub
[    0.559178] usbcore: registered new device driver usb
[    0.562350] EDAC MC: Ver: 3.0.0
[    0.562622] efivars: Registered efivars operations
[    0.562884] NetLabel: Initializing
[    0.562885] NetLabel:  domain hash size = 128
[    0.562886] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.562902] NetLabel:  unlabeled traffic allowed by default
[    0.562907] mctp: management component transport protocol core
[    0.562908] NET: Registered PF_MCTP protocol family
[    0.562914] PCI: Using ACPI for IRQ routing
[    0.566107] PCI: pci_cache_line_size set to 64 bytes
[    0.566537] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.566539] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.566540] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.566541] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.566543] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.566544] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.566545] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.566546] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.566612] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.566612] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.566612] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.566612] vgaarb: loaded
[    0.566612] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.566612] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.567835] clocksource: Switched to clocksource tsc-early
[    0.567906] VFS: Disk quotas dquot_6.6.0
[    0.567914] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.567993] pnp: PnP ACPI init
[    0.568082] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.568167] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.568379] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.568381] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.568858] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.568860] system 00:04: [io  0x040b] has been reserved
[    0.568862] system 00:04: [io  0x04d6] has been reserved
[    0.568863] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.568865] system 00:04: [io  0x0c14] has been reserved
[    0.568867] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.568868] system 00:04: [io  0x0c52] has been reserved
[    0.568870] system 00:04: [io  0x0c6c] has been reserved
[    0.568872] system 00:04: [io  0x0c6f] has been reserved
[    0.568873] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.568875] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.568876] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.568878] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.568880] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.568881] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.568883] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.568885] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.568887] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.568889] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.568891] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.568893] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.568895] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.569642] pnp: PnP ACPI: found 5 devices
[    0.575446] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.575504] NET: Registered PF_INET protocol family
[    0.575609] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.577624] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.577659] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.577874] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.578216] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.578298] TCP: Hash tables configured (established 524288 bind 65536)
[    0.578452] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.578598] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.578800] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.578932] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.578937] NET: Registered PF_XDP protocol family
[    0.578947] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.578951] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.578958] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.578968] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.578973] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.578980] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.578991] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.578993] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.578998] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.579005] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.579008] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.579012] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.579019] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.579021] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.579024] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.579030] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.579037] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.579040] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.579043] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579048] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.579050] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.579054] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.579057] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579062] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.579064] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.579067] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.579069] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579073] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.579079] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.579082] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.579086] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.579088] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.579090] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.579091] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.579093] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.579095] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.579097] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.579099] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.579100] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.579102] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.579103] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.579105] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.579106] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.579108] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.579109] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.579111] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.579112] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.579114] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579115] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.579117] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.579118] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579120] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.579121] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.579123] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.579124] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.579535] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.579695] PCI: CLS 64 bytes, default 64
[    0.579704] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.579736] Unpacking initramfs...
[    0.579755] pci 0000:00:00.0: Adding to iommu group 0
[    0.579785] pci 0000:00:01.0: Adding to iommu group 1
[    0.579800] pci 0000:00:01.1: Adding to iommu group 2
[    0.579816] pci 0000:00:01.2: Adding to iommu group 3
[    0.579835] pci 0000:00:02.0: Adding to iommu group 4
[    0.579856] pci 0000:00:03.0: Adding to iommu group 5
[    0.579871] pci 0000:00:03.1: Adding to iommu group 6
[    0.579891] pci 0000:00:04.0: Adding to iommu group 7
[    0.579910] pci 0000:00:05.0: Adding to iommu group 8
[    0.579930] pci 0000:00:07.0: Adding to iommu group 9
[    0.579946] pci 0000:00:07.1: Adding to iommu group 10
[    0.579966] pci 0000:00:08.0: Adding to iommu group 11
[    0.579980] pci 0000:00:08.1: Adding to iommu group 12
[    0.580006] pci 0000:00:14.0: Adding to iommu group 13
[    0.580019] pci 0000:00:14.3: Adding to iommu group 13
[    0.580082] pci 0000:00:18.0: Adding to iommu group 14
[    0.580097] pci 0000:00:18.1: Adding to iommu group 14
[    0.580110] pci 0000:00:18.2: Adding to iommu group 14
[    0.580124] pci 0000:00:18.3: Adding to iommu group 14
[    0.580137] pci 0000:00:18.4: Adding to iommu group 14
[    0.580151] pci 0000:00:18.5: Adding to iommu group 14
[    0.580165] pci 0000:00:18.6: Adding to iommu group 14
[    0.580178] pci 0000:00:18.7: Adding to iommu group 14
[    0.580192] pci 0000:01:00.0: Adding to iommu group 15
[    0.580218] pci 0000:02:00.0: Adding to iommu group 16
[    0.580233] pci 0000:02:00.2: Adding to iommu group 16
[    0.580238] pci 0000:03:00.0: Adding to iommu group 16
[    0.580245] pci 0000:03:04.0: Adding to iommu group 16
[    0.580250] pci 0000:03:08.0: Adding to iommu group 16
[    0.580255] pci 0000:03:09.0: Adding to iommu group 16
[    0.580260] pci 0000:05:00.0: Adding to iommu group 16
[    0.580265] pci 0000:07:00.0: Adding to iommu group 16
[    0.580278] pci 0000:08:00.0: Adding to iommu group 17
[    0.580293] pci 0000:09:00.0: Adding to iommu group 18
[    0.580316] pci 0000:0a:00.0: Adding to iommu group 19
[    0.580333] pci 0000:0a:00.1: Adding to iommu group 20
[    0.580346] pci 0000:0b:00.0: Adding to iommu group 21
[    0.580362] pci 0000:0c:00.0: Adding to iommu group 22
[    0.580376] pci 0000:0c:00.1: Adding to iommu group 23
[    0.580391] pci 0000:0c:00.3: Adding to iommu group 24
[    0.581940] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.581947] AMD-Vi: Interrupt remapping enabled
[    0.582008] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.582009] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.582034] LVT offset 0 assigned for vector 0x400
[    0.582698] perf: AMD IBS detected (0x000003ff)
[    0.582701] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.609539] Initialise system trusted keyrings
[    0.609549] Key type blacklist registered
[    0.609582] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.609807] fuse: init (API version 7.44)
[    0.609876] integrity: Platform Keyring initialized
[    0.609878] integrity: Machine keyring initialized
[    0.611584] Freeing initrd memory: 12596K
[    0.618273] xor: automatically using best checksumming function   avx       
[    0.618275] Key type asymmetric registered
[    0.618277] Asymmetric key parser 'x509' registered
[    0.618292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.618335] io scheduler mq-deadline registered
[    0.618337] io scheduler kyber registered
[    0.618348] io scheduler bfq registered
[    0.619199] ledtrig-cpu: registered to indicate activity on CPUs
[    0.619694] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.619836] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.620982] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.621007] ACPI: button: Power Button [PWRB]
[    0.621043] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.621117] ACPI: button: Power Button [PWRF]
[    0.621402] Monitor-Mwait will be used to enter C-1 state
[    0.625117] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.625352] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.627333] Non-volatile memory driver v1.3
[    0.627335] Linux agpgart interface v0.103
[    0.685128] tpm_crb MSFT0101:00: Disabling hwrng
[    0.685354] ACPI: bus type drm_connector registered
[    0.686278] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.686283] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.741704] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.741984] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.741987] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.741990] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.742048] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.742050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.742051] usb usb1: Product: xHCI Host Controller
[    0.742053] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.742054] usb usb1: SerialNumber: 0000:02:00.0
[    0.742183] hub 1-0:1.0: USB hub found
[    0.742198] hub 1-0:1.0: 10 ports detected
[    0.755916] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.755937] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.755939] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.755941] usb usb2: Product: xHCI Host Controller
[    0.755942] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.755943] usb usb2: SerialNumber: 0000:02:00.0
[    0.756022] hub 2-0:1.0: USB hub found
[    0.756030] hub 2-0:1.0: 4 ports detected
[    0.762209] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.762213] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.762311] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.762547] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.762550] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.762552] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.762582] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.762584] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.762586] usb usb3: Product: xHCI Host Controller
[    0.762587] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.762588] usb usb3: SerialNumber: 0000:0c:00.3
[    0.762674] hub 3-0:1.0: USB hub found
[    0.762681] hub 3-0:1.0: 4 ports detected
[    0.762857] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.762877] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.762879] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.762880] usb usb4: Product: xHCI Host Controller
[    0.762882] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.762883] usb usb4: SerialNumber: 0000:0c:00.3
[    0.762959] hub 4-0:1.0: USB hub found
[    0.762966] hub 4-0:1.0: 4 ports detected
[    0.763169] usbcore: registered new interface driver usbserial_generic
[    0.763174] usbserial: USB Serial support registered for generic
[    0.763231] rtc_cmos 00:02: RTC can wake from S4
[    0.763421] rtc_cmos 00:02: registered as rtc0
[    0.763444] rtc_cmos 00:02: setting system clock to 2025-09-03T11:37:20 UTC (1756899440)
[    0.763469] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.823660] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.823663] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.824495] fbcon: Deferring console take-over
[    0.824497] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.824532] hid: raw HID events driver (C) Jiri Kosina
[    0.824594] drop_monitor: Initializing network drop monitor service
[    0.824682] NET: Registered PF_INET6 protocol family
[    0.824892] Segment Routing with IPv6
[    0.824894] RPL Segment Routing with IPv6
[    0.824901] In-situ OAM (IOAM) with IPv6
[    0.824918] NET: Registered PF_PACKET protocol family
[    0.825889] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.825897] microcode: Current revision: 0x0a201030
[    0.826090] resctrl: L3 allocation detected
[    0.826091] resctrl: MB allocation detected
[    0.826093] resctrl: L3 monitoring detected
[    0.826111] IPI shorthand broadcast: enabled
[    0.829019] sched_clock: Marking stable (661847938, 166235832)->(934647937, -106564167)
[    0.829139] registered taskstats version 1
[    0.829486] Loading compiled-in X.509 certificates
[    0.834490] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.837855] zswap: loaded using pool zstd/zsmalloc
[    0.837897] Demotion targets for Node 0: null
[    0.838014] Key type .fscrypt registered
[    0.838016] Key type fscrypt-provisioning registered
[    0.838551] Btrfs loaded, zoned=yes, fsverity=yes
[    0.838654] integrity: Loading X.509 certificate: UEFI:db
[    0.841307] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.841309] integrity: Loading X.509 certificate: UEFI:db
[    0.841440] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.841442] integrity: Loading X.509 certificate: UEFI:db
[    0.841457] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.841458] integrity: Loading X.509 certificate: UEFI:db
[    0.841471] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.841473] integrity: Loading X.509 certificate: UEFI:db
[    0.841590] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.842998] PM:   Magic number: 9:988:629
[    0.843020] pci_bus 0000:0b: hash matches
[    0.843779] RAS: Correctable Errors collector initialized.
[    0.846944] clk: Disabling unused clocks
[    0.846946] PM: genpd: Disabling unused power domains
[    0.847843] Freeing unused decrypted memory: 2036K
[    0.848316] Freeing unused kernel image (initmem) memory: 4504K
[    0.848329] Write protecting the kernel read-only data: 36864k
[    0.848682] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.848869] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.888667] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.888671] rodata_test: all tests were successful
[    0.888674] Run /init as init process
[    0.888675]   with arguments:
[    0.888676]     /init
[    0.888677]   with environment:
[    0.888678]     HOME=/
[    0.888679]     TERM=linux
[    0.888680]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.896280] systemd[1]: Successfully made /usr/ read-only.
[    0.896443] systemd[1]: systemd 257.8-2-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)
[    0.896448] systemd[1]: Detected architecture x86-64.
[    0.896451] systemd[1]: Running in initrd.
[    0.896631] fbcon: Taking over console
[    0.896995] Console: switching to colour frame buffer device 128x48
[    0.897649] systemd[1]: Initializing machine ID from random generator.
[    0.918926] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.925135] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.925218] systemd[1]: Reached target Path Units.
[    0.925257] systemd[1]: Reached target Slice Units.
[    0.925292] systemd[1]: Reached target Swaps.
[    0.925324] systemd[1]: Reached target Timer Units.
[    0.925439] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.925542] systemd[1]: Listening on Journal Sockets.
[    0.925639] systemd[1]: Listening on udev Control Socket.
[    0.925707] systemd[1]: Listening on udev Kernel Socket.
[    0.925742] systemd[1]: Reached target Socket Units.
[    0.925786] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.925823] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.926594] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.928291] systemd[1]: Starting Journal Service...
[    0.929184] systemd[1]: Starting Load Kernel Modules...
[    0.929253] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.929987] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.930712] systemd[1]: Starting Coldplug All udev Devices...
[    0.935149] systemd[1]: Finished Load Kernel Modules.
[    0.936302] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.936627] systemd[1]: Reached target Preparation for Local File Systems.
[    0.936783] systemd[1]: Reached target Local File Systems.
[    0.937565] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.939553] systemd-journald[155]: Collecting audit messages is disabled.
[    0.950294] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    0.985082] systemd[1]: Started Journal Service.
[    1.000081] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.037414] Key type psk registered
[    1.054082] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.072840] nvme nvme0: pci function 0000:01:00.0
[    1.083358] nvme nvme1: pci function 0000:05:00.0
[    1.087407] nvme nvme0: D3 entry latency set to 8 seconds
[    1.097572] nvme nvme1: D3 entry latency set to 8 seconds
[    1.111376] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.121375] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.140349] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.140353] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.140356] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.140358] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.140360] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.159303] nvme nvme0: 12/0/0 default/read/poll queues
[    1.167679]  nvme0n1: p1 p2 p3 p4 p5
[    1.169169] nvme nvme1: 12/0/0 default/read/poll queues
[    1.177835]  nvme1n1: p1
[    1.262312] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.262316] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.262318] usb 1-1: Product: USB2.0 Hub
[    1.271254] hub 1-1:1.0: USB hub found
[    1.274301] hub 1-1:1.0: 4 ports detected
[    1.474548] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.640527] tsc: Refined TSC clocksource calibration: 3499.998 MHz
[    1.640535] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734efdd03, max_idle_ns: 440795244944 ns
[    1.640562] clocksource: Switched to clocksource tsc
[    1.814553] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.831419] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.831425] usb 1-6: config 1 has no interface number 1
[    1.843114] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.843120] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.843123] usb 1-6: Product: AURA LED Controller
[    1.843125] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.843126] usb 1-6: SerialNumber: 9876543210
[    1.963749] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.042322] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.042326] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.042328] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.042330] usb 1-1.3: Manufacturer:  
[    2.042332] usb 1-1.3: SerialNumber: E848B8C82000
[    2.175255] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.385630] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.385637] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.385639] usb 1-7: Product: USB2.0 Hub
[    2.395390] hub 1-7:1.0: USB hub found
[    2.399328] hub 1-7:1.0: 4 ports detected
[    2.432253] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.672350] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.672356] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.672359] usb 1-1.4: Product: USB Receiver
[    2.672361] usb 1-1.4: Manufacturer: Logitech
[    2.761533] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.062202] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.062209] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.062211] usb 1-9: Product: USB Keyboard
[    3.062213] usb 1-9: Manufacturer: Logitech
[    3.270535] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.569201] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.569207] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.569209] usb 1-10: Product: USB Optical Mouse
[    3.569211] usb 1-10: Manufacturer: Logitech
[    3.642182] systemd-journald[155]: Received SIGTERM from PID 1 (systemd).
[    3.692013] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.692018] systemd[1]: Detected architecture x86-64.
[    3.693472] systemd[1]: Hostname set to <pdesktop>.
[    3.804908] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.943777] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.943904] systemd[1]: Stopped Switch Root.
[    3.944905] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.945295] systemd[1]: Created slice CUPS Slice.
[    3.945735] systemd[1]: Created slice Slice /system/dirmngr.
[    3.946163] systemd[1]: Created slice Slice /system/getty.
[    3.947784] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.948370] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.948908] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.949440] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.949970] systemd[1]: Created slice Slice /system/keyboxd.
[    3.950499] systemd[1]: Created slice Slice /system/modprobe.
[    3.951084] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.951623] systemd[1]: Created slice Slice /system/wol_disable.
[    3.952064] systemd[1]: Created slice User and Session Slice.
[    3.952310] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.952537] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.952809] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.953001] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    3.953148] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    3.953306] systemd[1]: Reached target Local Encrypted Volumes.
[    3.953463] systemd[1]: Stopped target Switch Root.
[    3.953614] systemd[1]: Stopped target Initrd File Systems.
[    3.953762] systemd[1]: Stopped target Initrd Root File System.
[    3.953913] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.954074] systemd[1]: Reached target Remote File Systems.
[    3.954226] systemd[1]: Reached target Slice Units.
[    3.954389] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.954587] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.954854] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.955852] systemd[1]: Listening on Process Core Dump Socket.
[    3.956538] systemd[1]: Listening on Credential Encryption/Decryption.
[    3.956833] systemd[1]: Listening on Network Service Netlink Socket.
[    3.957042] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.957055] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.957111] systemd[1]: Listening on udev Control Socket.
[    3.957348] systemd[1]: Listening on udev Kernel Socket.
[    3.958308] systemd[1]: Mounting Huge Pages File System...
[    3.959115] systemd[1]: Mounting POSIX Message Queue File System...
[    3.959951] systemd[1]: Mounting Kernel Debug File System...
[    3.960738] systemd[1]: Mounting Kernel Trace File System...
[    3.970840] systemd[1]: Starting Create List of Static Device Nodes...
[    3.971624] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.972480] systemd[1]: Starting Load Kernel Module configfs...
[    3.973327] systemd[1]: Starting Load Kernel Module dm_mod...
[    3.974177] systemd[1]: Starting Load Kernel Module drm...
[    3.975092] systemd[1]: Starting Load Kernel Module fuse...
[    3.975959] systemd[1]: Starting Load Kernel Module loop...
[    3.976159] 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).
[    3.978061] systemd[1]: Starting Journal Service...
[    3.979299] systemd[1]: Starting Load Kernel Modules...
[    3.980151] systemd[1]: Starting Generate network units from Kernel command line...
[    3.980353] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.980981] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.981203] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.981899] systemd[1]: Starting Load udev Rules from Credentials...
[    3.982749] systemd[1]: Starting Coldplug All udev Devices...
[    3.984450] systemd[1]: Mounted Huge Pages File System.
[    3.985052] systemd[1]: Mounted POSIX Message Queue File System.
[    3.986274] systemd[1]: Mounted Kernel Debug File System.
[    3.986570] systemd[1]: Mounted Kernel Trace File System.
[    3.986980] systemd[1]: Finished Create List of Static Device Nodes.
[    3.987186] loop: module loaded
[    3.987413] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.987574] systemd[1]: Finished Load Kernel Module configfs.
[    3.988039] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.988191] systemd[1]: Finished Load Kernel Module drm.
[    3.988608] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.988755] systemd[1]: Finished Load Kernel Module fuse.
[    3.989159] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.989313] systemd[1]: Finished Load Kernel Module loop.
[    3.992686] systemd[1]: Finished Generate network units from Kernel command line.
[    3.992973] systemd-journald[273]: Collecting audit messages is disabled.
[    3.993600] systemd[1]: Finished Load udev Rules from Credentials.
[    3.993970] systemd[1]: Reached target Preparation for Network.
[    3.994958] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    3.997428] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    3.998300] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.998829] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    3.999598] systemd[1]: Starting Load/Save OS Random Seed...
[    3.999836] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.999966] systemd[1]: Started Journal Service.
[    4.004319] device-mapper: uevent: version 1.0.3
[    4.004391] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.011615] systemd-journald[273]: Received client request to flush runtime journal.
[    4.151549] i8042: PNP: No PS/2 controller found.
[    4.192426] asus_wmi: ASUS WMI generic driver loaded
[    4.198683] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.199009] asus_wmi: Initialization: 0x0
[    4.199061] asus_wmi: BIOS WMI version: 0.9
[    4.199380] asus_wmi: SFUN value: 0x0
[    4.199385] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.199531] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.199535] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.201856] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.202474] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.202612] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.209764] i2c i2c-3: Successfully instantiated SPD at 0x53
[    4.210342] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.211562] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.249610] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.254402] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.254597] ccp 0000:0c:00.1: psp enabled
[    4.255194] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.255197] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.255199] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.287337] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.294467] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.297064] mc: Linux media interface: v0.10
[    4.304575] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.304580] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.307165] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.337408] videodev: Linux video capture interface: v2.00
[    4.362927] usbcore: registered new interface driver usbhid
[    4.362929] usbhid: USB HID core driver
[    4.500624] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.500797] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.504024] Bluetooth: Core ver 2.22
[    4.504052] NET: Registered PF_BLUETOOTH protocol family
[    4.504054] Bluetooth: HCI device and connection manager initialized
[    4.504059] Bluetooth: HCI socket layer initialized
[    4.504062] Bluetooth: L2CAP socket layer initialized
[    4.504066] Bluetooth: SCO socket layer initialized
[    4.522381] kvm_amd: TSC scaling supported
[    4.522383] kvm_amd: Nested Virtualization enabled
[    4.522384] kvm_amd: Nested Paging enabled
[    4.522386] kvm_amd: LBR virtualization supported
[    4.522392] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.522393] kvm_amd: Virtual GIF supported
[    4.537460] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.537565] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.537568] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.538240] intel_rapl_common: Found RAPL domain package
[    4.538242] intel_rapl_common: Found RAPL domain core
[    4.538592] amd_atl: AMD Address Translation Library initialized
[    4.541310] usbcore: registered new interface driver btusb
[    4.543705] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.544704] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.544708] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.546132] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.546215] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.552933] 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/card0/input5
[    4.579336] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.579363] 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/card0/input6
[    4.579420] 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/card0/input7
[    4.579480] 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/card0/input8
[    4.579483] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.579649] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.619274] usbcore: registered new interface driver snd-usb-audio
[    4.619655] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.627283] usbcore: registered new interface driver uvcvideo
[    4.630391] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.630528] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.630704] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.630862] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.694698] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.713318] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.713415] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.764308] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.764394] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.764467] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.764526] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    5.437626] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.458535] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.500381] mousedev: PS/2 mouse device common for all mice
[    5.509820] ntfs3: Enabled Linux POSIX ACLs support
[    5.509822] ntfs3: Read-only LZX/Xpress compression included
[    6.207618] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    6.311829] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    6.311943] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    6.313907] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    6.953349] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.114866] [drm] amdgpu kernel modesetting enabled.
[    7.124741] amdgpu: Virtual CRAT table created for CPU
[    7.124755] amdgpu: Topology: Add CPU node
[    7.124849] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.124885] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.124895] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.124896] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.129580] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.129583] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.129585] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.129587] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.129588] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.129590] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.129592] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.129593] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.129595] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.129597] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.129598] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.129615] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.129618] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.168304] Console: switching to colour dummy device 80x25
[    7.179739] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.179823] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.184525] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.184529] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.184602] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.184610] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.184613] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.184618] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.184620] [drm] RAM width 128bits GDDR6
[    7.184724] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.184726] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.184740] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.184804] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.185327] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.185669] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.263828] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.300309] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.405195] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.408361] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.408364] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.408442] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.408446] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.434688] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.435696] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.435699] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.439841] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.504794] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.732759] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.754940] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.781876] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.782267] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.782271] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    7.852231] amdgpu: HMM registered 16304MB device memory
[    7.853672] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.853685] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.853726] amdgpu: Virtual CRAT table created for GPU
[    7.853865] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    7.853867] kfd kfd: amdgpu: added device 1002:7590
[    7.853876] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    7.853880] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.853882] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.853884] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.853885] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    7.853887] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    7.853888] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    7.853890] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    7.853891] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    7.853893] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    7.855885] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    7.856414] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    7.856416] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    7.895170] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    7.913572] fbcon: amdgpudrmfb (fb0) is primary device
[    7.916212] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.221920] Console: switching to colour frame buffer device 160x64
[    8.239220] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    8.271736] i2c_dev: i2c /dev entries driver
[    8.408958] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.409102] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.409244] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.409586] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.409590] cfg80211: failed to load regulatory.db
[    8.442697] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.443244] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.443245] Bluetooth: BNEP filters: protocol multicast
[    8.443248] Bluetooth: BNEP socket layer initialized
[    8.444283] Bluetooth: MGMT ver 1.23
[    8.451539] NET: Registered PF_ALG protocol family
[    8.454257] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.599382] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.632891] 8021q: 802.1Q VLAN Support v1.8
[   11.825537] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   13.900534] Bluetooth: RFCOMM TTY layer initialized
[   13.900539] Bluetooth: RFCOMM socket layer initialized
[   13.900542] Bluetooth: RFCOMM ver 1.11
[   26.346722] PM: suspend entry (deep)
[   26.356333] Filesystems sync: 0.009 seconds
[   26.411139] Freezing user space processes
[   26.412216] Freezing user space processes completed (elapsed 0.001 seconds)
[   26.412219] OOM killer disabled.
[   26.412220] Freezing remaining freezable tasks
[   26.413255] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[   26.413286] printk: Suspending console(s) (use no_console_suspend to debug)
[   26.651451] r8169 0000:07:00.0 ethrltk: Link is Down
[   26.749592] PM: suspend of devices complete after 184.320 msecs
[   26.749596] PM: start suspend of devices complete after 336.292 msecs
[   26.750159] PM: late suspend of devices complete after 0.560 msecs
[   26.763004] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   26.763107] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   26.763630] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   27.867131] PM: noirq suspend of devices complete after 1116.908 msecs
[   27.867138] ACPI: PM: Preparing to enter system sleep state S3
[   28.373378] ACPI: PM: Saving platform NVS memory
[   28.373453] Disabling non-boot CPUs ...
[   28.375086] smpboot: CPU 11 is now offline
[   28.377046] smpboot: CPU 10 is now offline
[   28.378896] smpboot: CPU 9 is now offline
[   28.380772] smpboot: CPU 8 is now offline
[   28.382624] smpboot: CPU 7 is now offline
[   28.385760] smpboot: CPU 6 is now offline
[   28.386164] Spectre V2 : Update user space SMT mitigation: STIBP off
[   28.387619] smpboot: CPU 5 is now offline
[   28.389619] smpboot: CPU 4 is now offline
[   28.391389] smpboot: CPU 3 is now offline
[   28.393209] smpboot: CPU 2 is now offline
[   28.394952] smpboot: CPU 1 is now offline
[   28.395891] Checking wakeup interrupts
[   28.395892] Calling mce_syscore_suspend+0x0/0x20
[   28.395897] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   28.395900] Calling timekeeping_suspend+0x0/0x300
[   28.395931] Calling save_ioapic_entries+0x0/0xe0
[   28.396063] Calling i8259A_suspend+0x0/0x30
[   28.396067] Calling perf_ibs_suspend+0x0/0x40
[   28.396070] Calling amd_iommu_suspend+0x0/0x50
[   28.396087] Calling fw_suspend+0x0/0x20
[   28.396091] Calling acpi_save_bm_rld+0x0/0x30
[   28.396096] Calling lapic_suspend+0x0/0x1a0
[   28.396216] ACPI: PM: Low-level resume complete
[   28.396234] ACPI: PM: Restoring platform NVS memory
[   28.396264] Calling lapic_resume+0x0/0x230
[   28.396326] Calling acpi_restore_bm_rld+0x0/0x70
[   28.396330] Calling irqrouter_resume+0x0/0x90
[   28.396333] Calling amd_iommu_resume+0x0/0x60
[   28.396384] Calling perf_ibs_resume+0x0/0x30
[   28.396387] LVT offset 0 assigned for vector 0x400
[   28.396389] Calling i8259A_resume+0x0/0x40
[   28.396527] Calling ioapic_resume+0x0/0xd0
[   28.396590] Calling irq_pm_syscore_resume+0x0/0x20
[   28.396635] Calling timekeeping_resume+0x0/0x190
[   28.396669] Timekeeping suspended for 10.867 seconds
[   28.396680] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   28.396684] Calling init_counter_refs+0x0/0x40
[   28.396687] Calling mce_syscore_resume+0x0/0x30
[   28.396871] Calling microcode_bsp_resume+0x0/0xf0
[   28.396874] Enabling non-boot CPUs ...
[   28.397007] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   28.400248] CPU1 is up
[   28.400275] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   28.403291] CPU2 is up
[   28.403312] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   28.407401] CPU3 is up
[   28.407425] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   28.410374] CPU4 is up
[   28.410395] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   28.413322] CPU5 is up
[   28.413343] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   28.416373] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   28.416401] CPU6 is up
[   28.416419] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   28.419335] CPU7 is up
[   28.419364] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   28.422334] CPU8 is up
[   28.422360] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   28.425356] CPU9 is up
[   28.425377] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   28.429203] CPU10 is up
[   28.429228] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   28.432325] CPU11 is up
[   28.433454] ACPI: PM: Waking up from system sleep state S3
[   28.435598] PM: noirq resume of devices complete after 1.527 msecs
[   28.435945] PM: early resume of devices complete after 0.296 msecs
[   28.436075] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   28.436078] usb usb1: root hub lost power or was reset
[   28.436080] usb usb2: root hub lost power or was reset
[   28.436223] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   28.436257] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   28.491641] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   28.491648] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   28.494138] nvme nvme0: D3 entry latency set to 8 seconds
[   28.499635] nvme nvme1: D3 entry latency set to 8 seconds
[   28.560999] nvme nvme1: 12/0/0 default/read/poll queues
[   28.596056] r8169 0000:07:00.0 ethrltk: Link is Down
[   28.655931] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   28.659100] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   28.659101] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   28.659104] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   28.659107] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   28.659110] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   28.688952] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   28.689150] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   28.689154] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   28.698893] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   28.758394] nvme nvme0: 12/0/0 default/read/poll queues
[   28.892004] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   29.248610] usb 1-6: WARN: invalid context state for evaluate context command.
[   29.294751] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   29.294754] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   29.294756] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   29.294757] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   29.294758] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   29.294759] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   29.294761] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   29.294762] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   29.294763] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   29.421013] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   29.861313] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   30.308313] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   30.837307] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   31.311358] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   31.381332] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   31.484329] usb 1-1.3: device descriptor read/64, error -32
[   31.683388] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   31.733049] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   31.814327] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   32.070551] PM: resume of devices complete after 3634.601 msecs
[   32.071487] OOM killer enabled.
[   32.071489] Restarting tasks: Starting
[   32.071764] Restarting tasks: Done
[   32.071782] random: crng reseeded on system resumption
[   32.071786] PM: suspend exit
[   32.073043] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   32.074036] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   32.074039] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   32.074070] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   32.074078] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   32.224062] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   32.291155] Bluetooth: MGMT ver 1.23

[-- Attachment #3: dmesg_dp_audio_good_v2.txt --]
[-- Type: text/plain, Size: 134592 bytes --]

[    0.557329] pci 0000:02:00.0: enabling Extended Tags
[    0.557386] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.557557] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.557582] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.557588] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.557592] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.557612] pci 0000:02:00.2: enabling Extended Tags
[    0.557660] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.557799] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.557934] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557960] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.557989] pci 0000:03:00.0: enabling Extended Tags
[    0.558049] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.558179] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558204] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.558213] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.558235] pci 0000:03:04.0: enabling Extended Tags
[    0.558293] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.558422] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558448] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.558478] pci 0000:03:08.0: enabling Extended Tags
[    0.558536] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.558659] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558685] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.558691] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.558694] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.558717] pci 0000:03:09.0: enabling Extended Tags
[    0.558775] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.558903] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.558959] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.559041] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.559102] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.559448] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.559505] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.559596] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.559673] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.559681] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.559686] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.559837] pci 0000:07:00.0: supports D1 D2
[    0.559838] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.560087] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.560188] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.560207] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.560211] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.560217] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.560220] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560228] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560308] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.560384] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.560496] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.560563] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.560584] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.560590] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.560593] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560601] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560679] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.561467] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.561543] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.561575] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.561578] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.561580] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.561583] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.561586] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.561671] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.561748] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.561860] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.561889] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.561948] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.562094] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.562154] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.562176] pci 0000:0b:00.0: enabling Extended Tags
[    0.562311] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.562368] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.562393] pci 0000:0c:00.0: enabling Extended Tags
[    0.562513] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.562534] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.562537] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.562542] pci 0000:0c:00.1: enabling Extended Tags
[    0.562652] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.562673] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.562680] pci 0000:0c:00.3: enabling Extended Tags
[    0.562717] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.562841] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.563421] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.563485] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.563541] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.563608] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.563669] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.563720] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.563772] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.563823] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.565001] iommu: Default domain type: Translated
[    0.565001] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.565134] SCSI subsystem initialized
[    0.565142] libata version 3.00 loaded.
[    0.565142] ACPI: bus type USB registered
[    0.565142] usbcore: registered new interface driver usbfs
[    0.565142] usbcore: registered new interface driver hub
[    0.565142] usbcore: registered new device driver usb
[    0.568140] EDAC MC: Ver: 3.0.0
[    0.568408] efivars: Registered efivars operations
[    0.568408] NetLabel: Initializing
[    0.568408] NetLabel:  domain hash size = 128
[    0.568408] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.568408] NetLabel:  unlabeled traffic allowed by default
[    0.568408] mctp: management component transport protocol core
[    0.568408] NET: Registered PF_MCTP protocol family
[    0.568408] PCI: Using ACPI for IRQ routing
[    0.571884] PCI: pci_cache_line_size set to 64 bytes
[    0.572278] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.572290] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.572292] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.572293] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.572294] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.572296] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.572297] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.572298] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.572365] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.572365] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.572365] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.572365] vgaarb: loaded
[    0.572365] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.572365] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.574052] clocksource: Switched to clocksource tsc-early
[    0.574170] VFS: Disk quotas dquot_6.6.0
[    0.574177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.574194] pnp: PnP ACPI init
[    0.574283] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.574367] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.574589] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.574592] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.575063] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.575065] system 00:04: [io  0x040b] has been reserved
[    0.575067] system 00:04: [io  0x04d6] has been reserved
[    0.575068] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.575070] system 00:04: [io  0x0c14] has been reserved
[    0.575072] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.575073] system 00:04: [io  0x0c52] has been reserved
[    0.575075] system 00:04: [io  0x0c6c] has been reserved
[    0.575076] system 00:04: [io  0x0c6f] has been reserved
[    0.575078] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.575080] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.575081] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.575083] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.575085] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.575086] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.575088] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.575090] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.575092] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.575094] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.575096] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.575098] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.575100] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.575859] pnp: PnP ACPI: found 5 devices
[    0.581669] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.581728] NET: Registered PF_INET protocol family
[    0.581834] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.583892] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.583927] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.584120] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.584485] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.584568] TCP: Hash tables configured (established 524288 bind 65536)
[    0.584725] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.584875] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.585072] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.585205] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.585210] NET: Registered PF_XDP protocol family
[    0.585220] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.585224] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.585231] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.585241] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.585246] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.585253] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.585264] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.585266] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.585271] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.585278] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.585280] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.585285] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.585292] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.585294] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.585297] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.585303] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.585309] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.585313] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585316] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585321] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.585323] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.585327] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585330] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585335] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.585336] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.585339] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.585342] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585346] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.585351] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.585354] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.585359] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.585361] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.585362] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.585364] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.585365] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.585367] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.585368] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.585370] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.585371] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.585373] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.585374] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.585376] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.585377] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.585379] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.585380] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.585382] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.585383] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.585385] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585386] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.585388] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585391] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585393] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.585394] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585396] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585398] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.585812] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.585976] PCI: CLS 64 bytes, default 64
[    0.585985] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.586020] Unpacking initramfs...
[    0.586038] pci 0000:00:00.0: Adding to iommu group 0
[    0.586062] pci 0000:00:01.0: Adding to iommu group 1
[    0.586076] pci 0000:00:01.1: Adding to iommu group 2
[    0.586090] pci 0000:00:01.2: Adding to iommu group 3
[    0.586110] pci 0000:00:02.0: Adding to iommu group 4
[    0.586130] pci 0000:00:03.0: Adding to iommu group 5
[    0.586145] pci 0000:00:03.1: Adding to iommu group 6
[    0.586166] pci 0000:00:04.0: Adding to iommu group 7
[    0.586186] pci 0000:00:05.0: Adding to iommu group 8
[    0.586206] pci 0000:00:07.0: Adding to iommu group 9
[    0.586220] pci 0000:00:07.1: Adding to iommu group 10
[    0.586240] pci 0000:00:08.0: Adding to iommu group 11
[    0.586255] pci 0000:00:08.1: Adding to iommu group 12
[    0.586280] pci 0000:00:14.0: Adding to iommu group 13
[    0.586293] pci 0000:00:14.3: Adding to iommu group 13
[    0.586355] pci 0000:00:18.0: Adding to iommu group 14
[    0.586368] pci 0000:00:18.1: Adding to iommu group 14
[    0.586382] pci 0000:00:18.2: Adding to iommu group 14
[    0.586398] pci 0000:00:18.3: Adding to iommu group 14
[    0.586411] pci 0000:00:18.4: Adding to iommu group 14
[    0.586425] pci 0000:00:18.5: Adding to iommu group 14
[    0.586438] pci 0000:00:18.6: Adding to iommu group 14
[    0.586451] pci 0000:00:18.7: Adding to iommu group 14
[    0.586466] pci 0000:01:00.0: Adding to iommu group 15
[    0.586492] pci 0000:02:00.0: Adding to iommu group 16
[    0.586508] pci 0000:02:00.2: Adding to iommu group 16
[    0.586513] pci 0000:03:00.0: Adding to iommu group 16
[    0.586517] pci 0000:03:04.0: Adding to iommu group 16
[    0.586523] pci 0000:03:08.0: Adding to iommu group 16
[    0.586528] pci 0000:03:09.0: Adding to iommu group 16
[    0.586533] pci 0000:05:00.0: Adding to iommu group 16
[    0.586538] pci 0000:07:00.0: Adding to iommu group 16
[    0.586552] pci 0000:08:00.0: Adding to iommu group 17
[    0.586566] pci 0000:09:00.0: Adding to iommu group 18
[    0.586589] pci 0000:0a:00.0: Adding to iommu group 19
[    0.586606] pci 0000:0a:00.1: Adding to iommu group 20
[    0.586619] pci 0000:0b:00.0: Adding to iommu group 21
[    0.586634] pci 0000:0c:00.0: Adding to iommu group 22
[    0.586649] pci 0000:0c:00.1: Adding to iommu group 23
[    0.586664] pci 0000:0c:00.3: Adding to iommu group 24
[    0.588231] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.588238] AMD-Vi: Interrupt remapping enabled
[    0.588302] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.588303] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.588357] LVT offset 0 assigned for vector 0x400
[    0.589049] perf: AMD IBS detected (0x000003ff)
[    0.589053] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.616436] Initialise system trusted keyrings
[    0.616445] Key type blacklist registered
[    0.616484] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.616704] fuse: init (API version 7.44)
[    0.616773] integrity: Platform Keyring initialized
[    0.616775] integrity: Machine keyring initialized
[    0.618016] Freeing initrd memory: 12596K
[    0.624826] xor: automatically using best checksumming function   avx       
[    0.624828] Key type asymmetric registered
[    0.624829] Asymmetric key parser 'x509' registered
[    0.624842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.624882] io scheduler mq-deadline registered
[    0.624883] io scheduler kyber registered
[    0.624893] io scheduler bfq registered
[    0.625746] ledtrig-cpu: registered to indicate activity on CPUs
[    0.626242] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.626369] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.627511] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.627534] ACPI: button: Power Button [PWRB]
[    0.627569] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.628165] ACPI: button: Power Button [PWRF]
[    0.628460] Monitor-Mwait will be used to enter C-1 state
[    0.632412] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.632630] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.634624] Non-volatile memory driver v1.3
[    0.634626] Linux agpgart interface v0.103
[    0.692423] tpm_crb MSFT0101:00: Disabling hwrng
[    0.692642] ACPI: bus type drm_connector registered
[    0.693575] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.693582] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.749000] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.749277] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.749280] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.749282] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.749339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.749341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.749343] usb usb1: Product: xHCI Host Controller
[    0.749345] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.749346] usb usb1: SerialNumber: 0000:02:00.0
[    0.749470] hub 1-0:1.0: USB hub found
[    0.749486] hub 1-0:1.0: 10 ports detected
[    0.763229] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.763249] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.763252] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.763253] usb usb2: Product: xHCI Host Controller
[    0.763255] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.763256] usb usb2: SerialNumber: 0000:02:00.0
[    0.763336] hub 2-0:1.0: USB hub found
[    0.763345] hub 2-0:1.0: 4 ports detected
[    0.769533] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769538] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.769637] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.769871] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769874] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.769877] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.769907] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.769909] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.769910] usb usb3: Product: xHCI Host Controller
[    0.769912] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.769913] usb usb3: SerialNumber: 0000:0c:00.3
[    0.769999] hub 3-0:1.0: USB hub found
[    0.770009] hub 3-0:1.0: 4 ports detected
[    0.770183] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.770203] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.770205] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.770207] usb usb4: Product: xHCI Host Controller
[    0.770208] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.770209] usb usb4: SerialNumber: 0000:0c:00.3
[    0.770287] hub 4-0:1.0: USB hub found
[    0.770293] hub 4-0:1.0: 4 ports detected
[    0.770501] usbcore: registered new interface driver usbserial_generic
[    0.770506] usbserial: USB Serial support registered for generic
[    0.770562] rtc_cmos 00:02: RTC can wake from S4
[    0.770748] rtc_cmos 00:02: registered as rtc0
[    0.770772] rtc_cmos 00:02: setting system clock to 2025-09-04T11:56:45 UTC (1756987005)
[    0.770796] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.830961] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.830963] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.831792] fbcon: Deferring console take-over
[    0.831794] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.831836] hid: raw HID events driver (C) Jiri Kosina
[    0.831894] drop_monitor: Initializing network drop monitor service
[    0.831979] NET: Registered PF_INET6 protocol family
[    0.832181] Segment Routing with IPv6
[    0.832182] RPL Segment Routing with IPv6
[    0.832192] In-situ OAM (IOAM) with IPv6
[    0.832209] NET: Registered PF_PACKET protocol family
[    0.833204] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.833214] microcode: Current revision: 0x0a201030
[    0.833409] resctrl: L3 allocation detected
[    0.833411] resctrl: MB allocation detected
[    0.833412] resctrl: L3 monitoring detected
[    0.833429] IPI shorthand broadcast: enabled
[    0.836355] sched_clock: Marking stable (669143752, 166236539)->(940783533, -105403242)
[    0.836476] registered taskstats version 1
[    0.836827] Loading compiled-in X.509 certificates
[    0.841989] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.845449] zswap: loaded using pool zstd/zsmalloc
[    0.845492] Demotion targets for Node 0: null
[    0.845609] Key type .fscrypt registered
[    0.845611] Key type fscrypt-provisioning registered
[    0.846140] Btrfs loaded, zoned=yes, fsverity=yes
[    0.846239] integrity: Loading X.509 certificate: UEFI:db
[    0.848842] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.848844] integrity: Loading X.509 certificate: UEFI:db
[    0.848971] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.848972] integrity: Loading X.509 certificate: UEFI:db
[    0.848988] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.848989] integrity: Loading X.509 certificate: UEFI:db
[    0.849002] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.849003] integrity: Loading X.509 certificate: UEFI:db
[    0.849129] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.850713] PM:   Magic number: 9:375:933
[    0.850739] acpi AMDI0010:02: hash matches
[    0.851484] RAS: Correctable Errors collector initialized.
[    0.854587] clk: Disabling unused clocks
[    0.854589] PM: genpd: Disabling unused power domains
[    0.855484] Freeing unused decrypted memory: 2036K
[    0.855953] Freeing unused kernel image (initmem) memory: 4504K
[    0.855966] Write protecting the kernel read-only data: 36864k
[    0.856318] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.856510] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.896302] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.896306] rodata_test: all tests were successful
[    0.896309] Run /init as init process
[    0.896310]   with arguments:
[    0.896311]     /init
[    0.896313]   with environment:
[    0.896314]     HOME=/
[    0.896315]     TERM=linux
[    0.896316]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.904166] systemd[1]: Successfully made /usr/ read-only.
[    0.904296] systemd[1]: systemd 257.8-2-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)
[    0.904301] systemd[1]: Detected architecture x86-64.
[    0.904303] systemd[1]: Running in initrd.
[    0.904484] systemd[1]: Initializing machine ID from random generator.
[    0.927208] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.936500] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.936540] systemd[1]: Reached target Path Units.
[    0.936577] systemd[1]: Reached target Slice Units.
[    0.936587] systemd[1]: Reached target Swaps.
[    0.936597] systemd[1]: Reached target Timer Units.
[    0.936677] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.936745] systemd[1]: Listening on Journal Sockets.
[    0.936806] systemd[1]: Listening on udev Control Socket.
[    0.936843] systemd[1]: Listening on udev Kernel Socket.
[    0.936853] systemd[1]: Reached target Socket Units.
[    0.936875] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.936919] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.937710] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.939115] systemd[1]: Starting Journal Service...
[    0.939922] systemd[1]: Starting Load Kernel Modules...
[    0.939949] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.940606] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.941271] systemd[1]: Starting Coldplug All udev Devices...
[    0.945613] systemd[1]: Finished Load Kernel Modules.
[    0.946645] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.946781] systemd[1]: Reached target Preparation for Local File Systems.
[    0.946789] systemd[1]: Reached target Local File Systems.
[    0.947419] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.950408] systemd-journald[154]: Collecting audit messages is disabled.
[    0.959218] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    0.996236] systemd[1]: Started Journal Service.
[    1.008183] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.051400] Key type psk registered
[    1.062181] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.083681] nvme nvme0: pci function 0000:01:00.0
[    1.094207] nvme nvme1: pci function 0000:05:00.0
[    1.098297] nvme nvme0: D3 entry latency set to 8 seconds
[    1.107913] nvme nvme1: D3 entry latency set to 8 seconds
[    1.120926] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.131112] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.148524] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.148528] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.148530] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.148532] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.148534] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.169585] nvme nvme0: 12/0/0 default/read/poll queues
[    1.177772] nvme nvme1: 12/0/0 default/read/poll queues
[    1.178109]  nvme0n1: p1 p2 p3 p4 p5
[    1.186208]  nvme1n1: p1
[    1.269666] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.269670] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.269673] usb 1-1: Product: USB2.0 Hub
[    1.278547] hub 1-1:1.0: USB hub found
[    1.281656] hub 1-1:1.0: 4 ports detected
[    1.481545] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.640533] tsc: Refined TSC clocksource calibration: 3499.997 MHz
[    1.640541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734e5ebc4, max_idle_ns: 440795265422 ns
[    1.640569] clocksource: Switched to clocksource tsc
[    1.820536] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.838767] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.838773] usb 1-6: config 1 has no interface number 1
[    1.850458] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.850463] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.850465] usb 1-6: Product: AURA LED Controller
[    1.850467] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.850469] usb 1-6: SerialNumber: 9876543210
[    1.974232] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.047663] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.047668] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.047670] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.047672] usb 1-1.3: Manufacturer:  
[    2.047674] usb 1-1.3: SerialNumber: E848B8C82000
[    2.180247] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.388977] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.388984] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.388986] usb 1-7: Product: USB2.0 Hub
[    2.398734] hub 1-7:1.0: USB hub found
[    2.402675] hub 1-7:1.0: 4 ports detected
[    2.446558] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.685796] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.685803] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.685805] usb 1-1.4: Product: USB Receiver
[    2.685807] usb 1-1.4: Manufacturer: Logitech
[    2.774539] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.075554] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.075560] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.075562] usb 1-9: Product: USB Keyboard
[    3.075564] usb 1-9: Manufacturer: Logitech
[    3.283534] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.581549] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.581556] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.581558] usb 1-10: Product: USB Optical Mouse
[    3.581560] usb 1-10: Manufacturer: Logitech
[    3.673508] systemd-journald[154]: Received SIGTERM from PID 1 (systemd).
[    3.718397] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.718402] systemd[1]: Detected architecture x86-64.
[    3.719125] systemd[1]: Hostname set to <pdesktop>.
[    3.831053] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.969156] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.969291] systemd[1]: Stopped Switch Root.
[    3.969754] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.970141] systemd[1]: Created slice CUPS Slice.
[    3.970448] systemd[1]: Created slice Slice /system/dirmngr.
[    3.970730] systemd[1]: Created slice Slice /system/getty.
[    3.971005] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.971314] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.971595] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.971869] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.972150] systemd[1]: Created slice Slice /system/keyboxd.
[    3.972436] systemd[1]: Created slice Slice /system/modprobe.
[    3.972712] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.973006] systemd[1]: Created slice Slice /system/wol_disable.
[    3.973217] systemd[1]: Created slice User and Session Slice.
[    3.973270] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.973308] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.973431] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.973443] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    3.973448] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    3.973456] systemd[1]: Reached target Local Encrypted Volumes.
[    3.973466] systemd[1]: Stopped target Switch Root.
[    3.973475] systemd[1]: Stopped target Initrd File Systems.
[    3.973481] systemd[1]: Stopped target Initrd Root File System.
[    3.973489] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.973503] systemd[1]: Reached target Remote File Systems.
[    3.973510] systemd[1]: Reached target Slice Units.
[    3.973527] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.973584] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.973690] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.974398] systemd[1]: Listening on Process Core Dump Socket.
[    3.974844] systemd[1]: Listening on Credential Encryption/Decryption.
[    3.974938] systemd[1]: Listening on Network Service Netlink Socket.
[    3.974960] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.974969] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.975013] systemd[1]: Listening on udev Control Socket.
[    3.975050] systemd[1]: Listening on udev Kernel Socket.
[    3.975734] systemd[1]: Mounting Huge Pages File System...
[    3.976250] systemd[1]: Mounting POSIX Message Queue File System...
[    3.976795] systemd[1]: Mounting Kernel Debug File System...
[    3.977306] systemd[1]: Mounting Kernel Trace File System...
[    3.977916] systemd[1]: Starting Create List of Static Device Nodes...
[    3.978503] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.983473] systemd[1]: Starting Load Kernel Module configfs...
[    3.984269] systemd[1]: Starting Load Kernel Module dm_mod...
[    3.985137] systemd[1]: Starting Load Kernel Module drm...
[    3.985965] systemd[1]: Starting Load Kernel Module fuse...
[    3.986785] systemd[1]: Starting Load Kernel Module loop...
[    3.986835] 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).
[    3.988360] systemd[1]: Starting Journal Service...
[    3.989803] systemd[1]: Starting Load Kernel Modules...
[    3.990539] systemd[1]: Starting Generate network units from Kernel command line...
[    3.990561] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.991255] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.991303] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.992016] systemd[1]: Starting Load udev Rules from Credentials...
[    3.992708] systemd[1]: Starting Coldplug All udev Devices...
[    3.994708] systemd[1]: Mounted Huge Pages File System.
[    3.995100] systemd[1]: Mounted POSIX Message Queue File System.
[    3.995189] systemd[1]: Mounted Kernel Debug File System.
[    3.995284] systemd[1]: Mounted Kernel Trace File System.
[    3.995581] systemd[1]: Finished Create List of Static Device Nodes.
[    3.995881] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.996087] systemd[1]: Finished Load Kernel Module configfs.
[    3.996144] loop: module loaded
[    3.996583] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.996722] systemd[1]: Finished Load Kernel Module drm.
[    3.996959] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.997115] systemd[1]: Finished Load Kernel Module fuse.
[    3.997393] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.997544] systemd[1]: Finished Load Kernel Module loop.
[    4.001884] systemd-journald[290]: Collecting audit messages is disabled.
[    4.003916] systemd[1]: Finished Generate network units from Kernel command line.
[    4.003940] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    4.004891] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.005206] systemd[1]: Finished Load udev Rules from Credentials.
[    4.005411] systemd[1]: Reached target Preparation for Network.
[    4.005730] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    4.006582] systemd[1]: Starting Load/Save OS Random Seed...
[    4.007328] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.007344] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.007498] systemd[1]: Started Journal Service.
[    4.008952] device-mapper: uevent: version 1.0.3
[    4.009017] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.018502] systemd-journald[290]: Received client request to flush runtime journal.
[    4.159020] i8042: PNP: No PS/2 controller found.
[    4.169924] asus_wmi: ASUS WMI generic driver loaded
[    4.174602] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.174882] asus_wmi: Initialization: 0x0
[    4.174924] asus_wmi: BIOS WMI version: 0.9
[    4.175223] asus_wmi: SFUN value: 0x0
[    4.175228] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.178785] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.211155] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.211159] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.213133] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.213711] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.213770] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.216180] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.218727] i2c i2c-3: Successfully instantiated SPD at 0x50
[    4.237594] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.237598] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.237600] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.237912] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.238071] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.238157] ccp 0000:0c:00.1: psp enabled
[    4.258838] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.260791] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.262095] ee1004 3-0050: probe with driver ee1004 failed with error -5
[    4.270593] mc: Linux media interface: v0.10
[    4.293287] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.293292] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.295737] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.305220] videodev: Linux video capture interface: v2.00
[    4.322320] usbcore: registered new interface driver usbhid
[    4.322323] usbhid: USB HID core driver
[    4.333965] Bluetooth: Core ver 2.22
[    4.333989] NET: Registered PF_BLUETOOTH protocol family
[    4.333991] Bluetooth: HCI device and connection manager initialized
[    4.333995] Bluetooth: HCI socket layer initialized
[    4.333997] Bluetooth: L2CAP socket layer initialized
[    4.334002] Bluetooth: SCO socket layer initialized
[    4.341586] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.341707] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.384695] kvm_amd: TSC scaling supported
[    4.384698] kvm_amd: Nested Virtualization enabled
[    4.384700] kvm_amd: Nested Paging enabled
[    4.384701] kvm_amd: LBR virtualization supported
[    4.384707] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.384707] kvm_amd: Virtual GIF supported
[    4.392794] usbcore: registered new interface driver btusb
[    4.395067] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.396063] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.396066] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.397320] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.397401] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.398679] intel_rapl_common: Found RAPL domain package
[    4.398681] intel_rapl_common: Found RAPL domain core
[    4.400698] amd_atl: AMD Address Translation Library initialized
[    4.401472] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.401579] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.401583] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.416050] 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/card0/input5
[    4.432359] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.432386] 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/card0/input6
[    4.432445] 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/card0/input7
[    4.432497] 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/card0/input8
[    4.432589] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.432706] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.455331] usbcore: registered new interface driver snd-usb-audio
[    4.455655] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.463309] usbcore: registered new interface driver uvcvideo
[    4.483331] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.483451] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.483590] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.483732] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.546058] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.562356] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.562481] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.613324] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.613436] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.613535] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.613609] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    4.706366] mousedev: PS/2 mouse device common for all mice
[    5.415324] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.435224] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.449636] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    5.485443] ntfs3: Enabled Linux POSIX ACLs support
[    5.485445] ntfs3: Read-only LZX/Xpress compression included
[    5.554189] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    5.554292] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    5.556248] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    6.121338] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.076756] [drm] amdgpu kernel modesetting enabled.
[    7.088036] amdgpu: Virtual CRAT table created for CPU
[    7.088062] amdgpu: Topology: Add CPU node
[    7.088094] amdgpu: Overdrive is enabled, please disable it before reporting any bugs unrelated to overdrive.
[    7.088167] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.088212] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.088224] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.088225] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.092772] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.092776] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.092778] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.092779] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.092781] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.092782] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.092784] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.092786] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.092787] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.092789] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.092790] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.092803] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.092806] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.142099] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.142186] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.143527] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.143533] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.143613] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.143620] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.143623] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.143629] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.143631] [drm] RAM width 128bits GDDR6
[    7.143756] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.143760] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.143776] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.143842] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.144400] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.144739] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.204177] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.244400] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.364572] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.367780] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.367783] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.367812] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.367815] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.397027] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.398139] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.398141] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.402284] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.459629] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.687905] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.710151] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.710181] [drm] forcing HDMI-A-1 connector on
[    7.721720] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.722113] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.722117] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    7.791032] amdgpu: HMM registered 16304MB device memory
[    7.792477] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.792489] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.792530] amdgpu: Virtual CRAT table created for GPU
[    7.792669] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    7.792671] kfd kfd: amdgpu: added device 1002:7590
[    7.792680] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    7.792683] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.792685] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.792687] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.792688] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    7.792690] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    7.792691] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    7.792693] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    7.792694] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    7.792696] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    7.796273] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    7.796810] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    7.796813] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    7.835772] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    7.854515] fbcon: amdgpudrmfb (fb0) is primary device
[    7.854517] fbcon: Deferring console take-over
[    7.854519] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    7.891838] i2c_dev: i2c /dev entries driver
[    8.017245] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.017353] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.017443] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.017486] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.017488] cfg80211: failed to load regulatory.db
[    8.055993] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.062210] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.062212] Bluetooth: BNEP filters: protocol multicast
[    8.062215] Bluetooth: BNEP socket layer initialized
[    8.063265] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.063322] Bluetooth: MGMT ver 1.23
[    8.070402] NET: Registered PF_ALG protocol family
[    8.220396] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.255085] 8021q: 802.1Q VLAN Support v1.8
[    8.271302] fbcon: Taking over console
[    8.274343] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.581915] Console: switching to colour frame buffer device 160x64
[   11.450556] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   14.511549] Bluetooth: RFCOMM TTY layer initialized
[   14.511555] Bluetooth: RFCOMM socket layer initialized
[   14.511557] Bluetooth: RFCOMM ver 1.11
[   23.293537] PM: suspend entry (deep)
[   23.303551] Filesystems sync: 0.010 seconds
[   23.359355] Freezing user space processes
[   23.360263] Freezing user space processes completed (elapsed 0.000 seconds)
[   23.360266] OOM killer disabled.
[   23.360267] Freezing remaining freezable tasks
[   23.361259] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[   23.361291] printk: Suspending console(s) (use no_console_suspend to debug)
[   23.514408] snd_hda_codec_atihdmi hdaudioC0D0: PM: calling hda_codec_pm_suspend [snd_hda_codec] @ 936, parent: 0000:0a:00.1
[   23.514546] nct6775 nct6775.656: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.514559] pci 0000:0b:00.0: PM: calling pci_pm_suspend @ 13, parent: 0000:00:07.1
[   23.514559] ccp 0000:0c:00.1: PM: calling pci_pm_suspend @ 230, parent: 0000:00:08.1
[   23.514559] pci 0000:0c:00.0: PM: calling pci_pm_suspend @ 12, parent: 0000:00:08.1
[   23.514564] pci 0000:0b:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514565] pci 0000:0c:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514566] ccp 0000:0c:00.1: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514709] usb 1-7: PM: calling usb_dev_suspend @ 1023, parent: usb1
[   23.514905] usb usb4: PM: calling usb_dev_suspend @ 1028, parent: 0000:0c:00.3
[   23.514953] usb usb2: PM: calling usb_dev_suspend @ 1030, parent: 0000:02:00.0
[   23.525290] snd_hda_codec_atihdmi hdaudioC0D0: PM: hda_codec_pm_suspend [snd_hda_codec] returned 0 after 10868 usecs
[   23.535302] usb usb2: PM: usb_dev_suspend returned 0 after 20344 usecs
[   23.548311] usb usb4: PM: usb_dev_suspend returned 0 after 33400 usecs
[   23.594922] nct6775 nct6775.656: PM: platform_pm_suspend returned 0 after 80370 usecs
[   23.594953] leds input26::kana: PM: calling led_suspend @ 1011, parent: input26
[   23.594956] leds input26::kana: PM: led_suspend returned 0 after 0 usecs
[   23.594959] leds input26::compose: PM: calling led_suspend @ 1011, parent: input26
[   23.594961] leds input26::compose: PM: led_suspend returned 0 after 0 usecs
[   23.594964] leds input26::scrolllock: PM: calling led_suspend @ 1011, parent: input26
[   23.594966] leds input26::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   23.594968] leds input26::capslock: PM: calling led_suspend @ 1011, parent: input26
[   23.594970] leds input26::capslock: PM: led_suspend returned 0 after 0 usecs
[   23.594973] leds input26::numlock: PM: calling led_suspend @ 1011, parent: input26
[   23.594975] leds input26::numlock: PM: led_suspend returned 0 after 0 usecs
[   23.594978] input input26: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:2007.0009
[   23.594997] input input26: PM: input_dev_suspend returned 0 after 16 usecs
[   23.595002] input input25: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:400A.0008
[   23.595004] input input25: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595009] input input16: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C077.0007
[   23.595011] input input16: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595016] input input15: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0006
[   23.595019] input input15: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595022] input input14: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0006
[   23.595024] input input14: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595027] leds input13::kana: PM: calling led_suspend @ 1011, parent: input13
[   23.595030] leds input13::kana: PM: led_suspend returned 0 after 0 usecs
[   23.595032] leds input13::compose: PM: calling led_suspend @ 1011, parent: input13
[   23.595034] leds input13::compose: PM: led_suspend returned 0 after 0 usecs
[   23.595037] leds input13::scrolllock: PM: calling led_suspend @ 1011, parent: input13
[   23.595039] leds input13::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   23.595041] leds input13::capslock: PM: calling led_suspend @ 1011, parent: input13
[   23.595043] leds input13::capslock: PM: led_suspend returned 0 after 0 usecs
[   23.595046] leds input13::numlock: PM: calling led_suspend @ 1011, parent: input13
[   23.595048] leds input13::numlock: PM: led_suspend returned 0 after 0 usecs
[   23.595050] input input13: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0005
[   23.595061] input input13: PM: input_dev_suspend returned 0 after 8 usecs
[   23.595066] sound pcmC1D0c: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card1
[   23.595073] sound pcmC1D0c: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595079] input input8: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595082] input input8: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595084] input input7: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595086] input input7: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595089] input input6: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595091] input input6: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595094] input input5: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595096] input input5: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595099] sound pcmC0D9p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595103] sound pcmC0D9p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595108] sound pcmC0D8p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595113] sound pcmC0D8p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595117] sound pcmC0D7p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595122] sound pcmC0D7p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595126] sound pcmC0D3p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595138] sound pcmC0D3p: PM: do_pcm_suspend [snd_pcm] returned 0 after 7 usecs
[   23.595145] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595147] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595150] rfkill rfkill0: PM: calling rfkill_suspend [rfkill] @ 1011, parent: hci0
[   23.595154] rfkill rfkill0: PM: rfkill_suspend [rfkill] returned 0 after 0 usecs
[   23.595153] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend @ 1043, parent: platform
[   23.595160] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend @ 936, parent: 0000:09:00.0
[   23.595161] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_suspend [libphy] @ 1011, parent: r8169-0-700
[   23.595167] usb 3-1: PM: calling usb_dev_suspend @ 1026, parent: usb3
[   23.595172] usb 3-1: PM: usb_dev_suspend returned 0 after 0 usecs
[   23.595172] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_suspend [libphy] returned 0 after 0 usecs
[   23.595176] usb 1-1.3: PM: calling usb_dev_suspend @ 691, parent: 1-1
[   23.595176] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend returned 0 after 15 usecs
[   23.595177] usb 1-6: PM: calling usb_dev_suspend @ 228, parent: usb1
[   23.595180] usb 1-9: PM: calling usb_dev_suspend @ 1015, parent: usb1
[   23.595181] usb 1-10: PM: calling usb_dev_suspend @ 13, parent: usb1
[   23.595183] usb 1-6: PM: usb_dev_suspend returned 0 after 0 usecs
[   23.595183] usb usb3: PM: calling usb_dev_suspend @ 1029, parent: 0000:0c:00.3
[   23.595192] input input3: PM: calling input_dev_suspend @ 1011, parent: pcspkr
[   23.595191] usb 1-1.4: PM: calling usb_dev_suspend @ 1019, parent: 1-1
[   23.595191] r8169 0000:07:00.0: PM: calling pci_pm_suspend @ 1021, parent: 0000:03:09.0
[   23.595194] input input3: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595199] input input2: PM: calling input_dev_suspend @ 1011, parent: eeepc-wmi
[   23.595200] r8169 0000:07:00.0 ethrltk: Link is Down
[   23.595200] k10temp 0000:00:18.3: PM: calling pci_pm_suspend @ 96, parent: pci0000:00
[   23.595202] input input2: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595204] eeepc-wmi eeepc-wmi: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595205] k10temp 0000:00:18.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595207] eeepc-wmi eeepc-wmi: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595219] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend returned 0 after 52 usecs
[   23.595225] nvme 0000:05:00.0: PM: calling pci_pm_suspend @ 12, parent: 0000:03:04.0
[   23.595225] nvme 0000:01:00.0: PM: calling pci_pm_suspend @ 96, parent: 0000:00:01.1
[   23.595229] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_suspend @ 1011, parent: rtc0
[   23.595232] alarmtimer alarmtimer.0.auto: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595233] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend @ 1044, parent: pci0000:00
[   23.595235] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend @ 230, parent: 0000:09:00.0
[   23.595235] rtc rtc0: PM: calling rtc_suspend @ 1011, parent: 00:02
[   23.595236] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595257] rtc rtc0: PM: rtc_suspend returned 0 after 0 usecs
[   23.595265] port serial8250:0.31: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595269] port serial8250:0.31: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595272] port serial8250:0.30: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595275] port serial8250:0.30: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595278] port serial8250:0.29: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595281] port serial8250:0.29: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595284] port serial8250:0.28: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595286] port serial8250:0.28: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595289] port serial8250:0.27: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595292] port serial8250:0.27: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595295] port serial8250:0.26: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595297] port serial8250:0.26: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595301] port serial8250:0.25: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595303] port serial8250:0.25: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595306] port serial8250:0.24: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595309] port serial8250:0.24: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595312] port serial8250:0.23: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595314] port serial8250:0.23: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595317] port serial8250:0.22: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595320] port serial8250:0.22: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595323] port serial8250:0.21: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595325] port serial8250:0.21: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595328] port serial8250:0.20: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595331] port serial8250:0.20: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595334] port serial8250:0.19: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595337] port serial8250:0.19: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595340] port serial8250:0.18: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595342] port serial8250:0.18: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595345] port serial8250:0.17: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595348] port serial8250:0.17: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595351] port serial8250:0.16: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595353] port serial8250:0.16: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595356] port serial8250:0.15: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595359] port serial8250:0.15: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595362] port serial8250:0.14: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595365] port serial8250:0.14: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595368] port serial8250:0.13: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595370] port serial8250:0.13: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595373] port serial8250:0.12: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595376] port serial8250:0.12: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595379] port serial8250:0.11: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595381] port serial8250:0.11: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595384] port serial8250:0.10: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595387] port serial8250:0.10: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595390] port serial8250:0.9: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595393] port serial8250:0.9: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595396] port serial8250:0.8: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595398] port serial8250:0.8: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595401] port serial8250:0.7: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595404] port serial8250:0.7: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595407] port serial8250:0.6: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595409] port serial8250:0.6: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595412] port serial8250:0.5: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595415] port serial8250:0.5: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595418] port serial8250:0.4: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595420] port serial8250:0.4: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595424] port serial8250:0.3: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595426] port serial8250:0.3: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595429] port serial8250:0.2: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595432] port serial8250:0.2: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595435] port serial8250:0.1: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595437] port serial8250:0.1: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595440] port serial8250:0.0: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595443] port serial8250:0.0: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595448] serial8250 serial8250: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595451] serial8250 serial8250: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595458] input input1: PM: calling input_dev_suspend @ 1011, parent: LNXPWRBN:00
[   23.595461] input input1: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595464] input input0: PM: calling input_dev_suspend @ 1011, parent: PNP0C0C:00
[   23.595467] input input0: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595481] pcspkr pcspkr: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595499] pcspkr pcspkr: PM: platform_pm_suspend returned 0 after 14 usecs
[   23.595501] usb usb3: PM: usb_dev_suspend returned 0 after 311 usecs
[   23.595509] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend @ 1028, parent: 0000:00:08.1
[   23.595547] system 00:04: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595552] system 00:04: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595555] system 00:03: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595558] system 00:03: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595562] rtc_cmos 00:02: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595640] rtc_cmos 00:02: PM: pnp_bus_suspend returned 0 after 74 usecs
[   23.595643] system 00:01: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595645] system 00:01: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595648] system 00:00: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595651] system 00:00: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595655] platform efivars.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595658] platform efivars.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595660] platform rtc-efi.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595663] platform rtc-efi.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595666] button LNXPWRBN:00: PM: calling acpi_button_suspend @ 1011, parent: LNXSYSTM:00
[   23.595670] button LNXPWRBN:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   23.595672] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595676] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595679] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595681] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend returned 0 after 163 usecs
[   23.595682] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595686] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595689] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595692] platform PNP0103:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595694] platform PNP0103:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595697] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595700] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595703] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595706] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595710] platform acpi-cpufreq: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595712] platform acpi-cpufreq: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595714] platform MSFT0101:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595716] platform MSFT0101:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595719] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595722] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595725] platform PNP0C0C:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595727] platform PNP0C0C:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595730] platform PNP0800:00: PM: calling platform_pm_suspend @ 1011, parent: 0000:00:14.3
[   23.595732] platform PNP0800:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595739] pci 0000:00:14.3: PM: calling pci_pm_suspend @ 1028, parent: pci0000:00
[   23.595739] pcieport 0000:00:08.1: PM: calling pci_pm_suspend @ 1037, parent: pci0000:00
[   23.595743] pci 0000:00:14.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595744] pcieport 0000:00:07.1: PM: calling pci_pm_suspend @ 1038, parent: pci0000:00
[   23.595747] pcieport 0000:03:08.0: PM: calling pci_pm_suspend @ 1035, parent: 0000:02:00.2
[   23.595747] pcieport 0000:00:08.1: PM: pci_pm_suspend returned 0 after 4 usecs
[   23.595749] pcieport 0000:03:00.0: PM: calling pci_pm_suspend @ 1036, parent: 0000:02:00.2
[   23.595768] tpm_crb MSFT0101:00: PM: calling tpm_pm_suspend @ 1011, parent: LNXSYBUS:00
[   23.596448] usb 1-1.4: PM: usb_dev_suspend returned 0 after 1252 usecs
[   23.597185] usb 1-1.3: PM: usb_dev_suspend returned 0 after 2004 usecs
[   23.597193] usb 1-1: PM: calling usb_dev_suspend @ 1025, parent: usb1
[   23.597519] usb 1-1: PM: usb_dev_suspend returned 0 after 322 usecs
[   23.599602] usb 1-9: PM: usb_dev_suspend returned 0 after 4416 usecs
[   23.600274] r8169 0000:07:00.0: PM: pci_pm_suspend returned 0 after 5077 usecs
[   23.600285] pcieport 0000:03:09.0: PM: calling pci_pm_suspend @ 1033, parent: 0000:02:00.2
[   23.600293] pcieport 0000:03:09.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.607344] pcieport 0000:00:07.1: PM: pci_pm_suspend returned 0 after 11593 usecs
[   23.607346] pcieport 0000:03:08.0: PM: pci_pm_suspend returned 0 after 11595 usecs
[   23.607833] pcieport 0000:03:00.0: PM: pci_pm_suspend returned 0 after 12079 usecs
[   23.621601] usb 1-10: PM: usb_dev_suspend returned 0 after 26414 usecs
[   23.630026] usb 1-7: PM: usb_dev_suspend returned 0 after 115310 usecs
[   23.630042] usb usb1: PM: calling usb_dev_suspend @ 1031, parent: 0000:02:00.0
[   23.640243] usb usb1: PM: usb_dev_suspend returned 0 after 10197 usecs
[   23.640254] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend @ 1030, parent: 0000:00:01.2
[   23.641369] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend returned 0 after 1110 usecs
[   23.654121] tpm_crb MSFT0101:00: PM: tpm_pm_suspend returned 0 after 58348 usecs
[   23.654139] button PNP0C0C:00: PM: calling acpi_button_suspend @ 1011, parent: LNXSYBUS:00
[   23.654143] button PNP0C0C:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   23.654214] PCCT PCCT: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.654218] PCCT PCCT: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.654222] regulator regulator.0: PM: calling regulator_suspend @ 1011, parent: reg-dummy
[   23.654226] regulator regulator.0: PM: regulator_suspend returned 0 after 0 usecs
[   23.670689] nvme 0000:01:00.0: PM: pci_pm_suspend returned 0 after 75460 usecs
[   23.670711] pcieport 0000:00:01.1: PM: calling pci_pm_suspend @ 1041, parent: pci0000:00
[   23.670719] pcieport 0000:00:01.1: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.670742] nvme 0000:05:00.0: PM: pci_pm_suspend returned 0 after 75513 usecs
[   23.670753] pcieport 0000:03:04.0: PM: calling pci_pm_suspend @ 1034, parent: 0000:02:00.2
[   23.670761] pcieport 0000:03:04.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.670782] pcieport 0000:02:00.2: PM: calling pci_pm_suspend @ 1037, parent: 0000:00:01.2
[   23.670787] pcieport 0000:02:00.2: PM: pci_pm_suspend returned 0 after 1 usecs
[   23.670795] pcieport 0000:00:01.2: PM: calling pci_pm_suspend @ 1040, parent: pci0000:00
[   23.670800] pcieport 0000:00:01.2: PM: pci_pm_suspend returned 0 after 2 usecs
[   23.684269] amdgpu 0000:0a:00.0: PM: pci_pm_suspend returned 0 after 89030 usecs
[   23.684277] pcieport 0000:09:00.0: PM: calling pci_pm_suspend @ 1032, parent: 0000:08:00.0
[   23.684284] pcieport 0000:09:00.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.684293] pcieport 0000:08:00.0: PM: calling pci_pm_suspend @ 1028, parent: 0000:00:03.1
[   23.684296] pcieport 0000:08:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.684303] pcieport 0000:00:03.1: PM: calling pci_pm_suspend @ 1039, parent: pci0000:00
[   23.684307] pcieport 0000:00:03.1: PM: pci_pm_suspend returned 0 after 1 usecs
[   23.684317] PM: suspend of devices complete after 175.141 msecs
[   23.684319] PM: start suspend of devices complete after 323.012 msecs
[   23.684541] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_late @ 1034, parent: 0000:00:08.1
[   23.684542] pci 0000:0b:00.0: PM: calling pci_pm_suspend_late @ 1028, parent: 0000:00:07.1
[   23.684542] pci 0000:0c:00.0: PM: calling pci_pm_suspend_late @ 1037, parent: 0000:00:08.1
[   23.684546] ccp 0000:0c:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684547] pci 0000:0b:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684548] pci 0000:0c:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684641] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_late @ 1024, parent: platform
[   23.684654] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_late returned 0 after 9 usecs
[   23.684667] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_late @ 1032, parent: 0000:09:00.0
[   23.684671] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_late @ 1020, parent: 0000:00:08.1
[   23.684672] r8169 0000:07:00.0: PM: calling pci_pm_suspend_late @ 1038, parent: 0000:03:09.0
[   23.684673] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684674] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684677] r8169 0000:07:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684680] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_late @ 1020, parent: pci0000:00
[   23.684681] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_late @ 1026, parent: 0000:09:00.0
[   23.684684] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684684] k10temp 0000:00:18.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684684] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_late @ 1045, parent: 0000:00:01.2
[   23.684684] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_late @ 1022, parent: pci0000:00
[   23.684688] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684688] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684701] nvme 0000:05:00.0: PM: calling pci_pm_suspend_late @ 1046, parent: 0000:03:04.0
[   23.684703] nvme 0000:01:00.0: PM: calling pci_pm_suspend_late @ 1027, parent: 0000:00:01.1
[   23.684704] nvme 0000:05:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684707] nvme 0000:01:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684789] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684792] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684795] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684797] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684800] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684802] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684805] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684807] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684810] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684812] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684815] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684825] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_late returned 0 after 7 usecs
[   23.684832] pci 0000:00:14.3: PM: calling pci_pm_suspend_late @ 1027, parent: pci0000:00
[   23.684833] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_late @ 1044, parent: pci0000:00
[   23.684834] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_late @ 1029, parent: pci0000:00
[   23.684835] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_late @ 1033, parent: 0000:08:00.0
[   23.684835] pci 0000:00:14.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_late @ 1015, parent: 0000:02:00.2
[   23.684838] pcieport 0000:00:08.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:09:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:00:07.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_late @ 691, parent: 0000:02:00.2
[   23.684839] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_late @ 1025, parent: 0000:02:00.2
[   23.684841] pcieport 0000:03:09.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684841] pcieport 0000:03:04.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684841] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_late @ 1021, parent: 0000:02:00.2
[   23.684842] pcieport 0000:03:08.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684846] pcieport 0000:03:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684847] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_late @ 1043, parent: pci0000:00
[   23.684847] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_late @ 1046, parent: 0000:00:03.1
[   23.684850] pcieport 0000:00:01.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684851] pcieport 0000:08:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684852] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_late @ 1029, parent: 0000:00:01.2
[   23.684855] pcieport 0000:02:00.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684858] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_late @ 936, parent: pci0000:00
[   23.684860] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_late @ 228, parent: pci0000:00
[   23.684861] pcieport 0000:00:03.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684863] pcieport 0000:00:01.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684933] PM: late suspend of devices complete after 0.611 msecs
[   23.685156] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_noirq @ 936, parent: 0000:00:08.1
[   23.685157] pci 0000:0c:00.0: PM: calling pci_pm_suspend_noirq @ 1029, parent: 0000:00:08.1
[   23.685157] pci 0000:0b:00.0: PM: calling pci_pm_suspend_noirq @ 1019, parent: 0000:00:07.1
[   23.685218] pci 0000:0c:00.0: PM: pci_pm_suspend_noirq returned 0 after 58 usecs
[   23.685220] pci 0000:0b:00.0: PM: pci_pm_suspend_noirq returned 0 after 59 usecs
[   23.685232] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_noirq @ 1028, parent: platform
[   23.685236] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685262] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_noirq @ 1043, parent: 0000:09:00.0
[   23.685267] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_noirq @ 1042, parent: 0000:00:08.1
[   23.685269] r8169 0000:07:00.0: PM: calling pci_pm_suspend_noirq @ 1026, parent: 0000:03:09.0
[   23.685276] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_noirq @ 1035, parent: pci0000:00
[   23.685279] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_noirq @ 1018, parent: 0000:00:01.2
[   23.685280] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_noirq @ 1019, parent: pci0000:00
[   23.685292] nvme 0000:05:00.0: PM: calling pci_pm_suspend_noirq @ 96, parent: 0000:03:04.0
[   23.685296] nvme 0000:01:00.0: PM: calling pci_pm_suspend_noirq @ 1047, parent: 0000:00:01.1
[   23.685345] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685349] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685351] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685354] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685357] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685359] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685363] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685365] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685368] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685370] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685374] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685376] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685382] pci 0000:00:14.3: PM: calling pci_pm_suspend_noirq @ 691, parent: pci0000:00
[   23.685384] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_noirq @ 230, parent: pci0000:00
[   23.685386] k10temp 0000:00:18.3: PM: pci_pm_suspend_noirq returned 0 after 106 usecs
[   23.685393] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_noirq @ 1036, parent: 0000:02:00.2
[   23.685591] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_noirq returned 0 after 307 usecs
[   23.685608] pci 0000:00:14.3: PM: pci_pm_suspend_noirq returned 0 after 223 usecs
[   23.685615] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_noirq @ 1040, parent: 0000:02:00.2
[   23.697227] ccp 0000:0c:00.1: PM: pci_pm_suspend_noirq returned 0 after 12066 usecs
[   23.697227] pcieport 0000:00:07.1: PM: pci_pm_suspend_noirq returned 0 after 11839 usecs
[   23.697434] r8169 0000:07:00.0: PM: pci_pm_suspend_noirq returned 0 after 12161 usecs
[   23.697440] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_noirq @ 1023, parent: 0000:02:00.2
[   23.697651] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_noirq returned 0 after 12385 usecs
[   23.697654] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_noirq returned 0 after 12382 usecs
[   23.697659] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_noirq @ 1034, parent: 0000:09:00.0
[   23.697661] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_noirq @ 12, parent: pci0000:00
[   23.697662] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   23.697789] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   23.697794] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_noirq returned 0 after 12511 usecs
[   23.698148] nvme 0000:05:00.0: PM: pci_pm_suspend_noirq returned 0 after 12853 usecs
[   23.698156] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_noirq @ 1031, parent: 0000:02:00.2
[   23.698369] nvme 0000:01:00.0: PM: pci_pm_suspend_noirq returned 0 after 13069 usecs
[   23.698370] pcieport 0000:03:00.0: PM: pci_pm_suspend_noirq returned 0 after 12973 usecs
[   23.698374] pcieport 0000:03:08.0: PM: pci_pm_suspend_noirq returned 0 after 12755 usecs
[   23.698378] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_noirq @ 1029, parent: pci0000:00
[   23.698503] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   23.710413] pcieport 0000:03:09.0: PM: pci_pm_suspend_noirq returned 0 after 12969 usecs
[   23.710486] pcieport 0000:03:04.0: PM: pci_pm_suspend_noirq returned 0 after 12326 usecs
[   23.710493] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_noirq @ 1019, parent: 0000:00:01.2
[   23.710494] pcieport 0000:00:08.1: PM: pci_pm_suspend_noirq returned 0 after 12829 usecs
[   23.710510] pcieport 0000:00:01.1: PM: pci_pm_suspend_noirq returned 0 after 12129 usecs
[   23.722730] pcieport 0000:02:00.2: PM: pci_pm_suspend_noirq returned 0 after 12234 usecs
[   23.722753] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_noirq @ 1024, parent: pci0000:00
[   23.734825] pcieport 0000:00:01.2: PM: pci_pm_suspend_noirq returned 0 after 12066 usecs
[   24.757416] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_noirq returned 0 after 1059752 usecs
[   24.757438] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_noirq @ 1032, parent: 0000:08:00.0
[   24.769987] pcieport 0000:09:00.0: PM: pci_pm_suspend_noirq returned 0 after 12540 usecs
[   24.770007] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_noirq @ 1035, parent: 0000:00:03.1
[   24.782740] pcieport 0000:08:00.0: PM: pci_pm_suspend_noirq returned 0 after 12727 usecs
[   24.782775] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_noirq @ 13, parent: pci0000:00
[   24.795143] pcieport 0000:00:03.1: PM: pci_pm_suspend_noirq returned 0 after 12360 usecs
[   24.795191] PM: noirq suspend of devices complete after 1110.186 msecs
[   24.795197] ACPI: PM: Preparing to enter system sleep state S3
[   25.301421] ACPI: PM: Saving platform NVS memory
[   25.301498] Disabling non-boot CPUs ...
[   25.303138] smpboot: CPU 11 is now offline
[   25.306565] smpboot: CPU 10 is now offline
[   25.308400] smpboot: CPU 9 is now offline
[   25.310316] smpboot: CPU 8 is now offline
[   25.312215] smpboot: CPU 7 is now offline
[   25.314194] smpboot: CPU 6 is now offline
[   25.314661] Spectre V2 : Update user space SMT mitigation: STIBP off
[   25.316097] smpboot: CPU 5 is now offline
[   25.318140] smpboot: CPU 4 is now offline
[   25.319901] smpboot: CPU 3 is now offline
[   25.321662] smpboot: CPU 2 is now offline
[   25.323639] smpboot: CPU 1 is now offline
[   25.324179] Checking wakeup interrupts
[   25.324180] Calling mce_syscore_suspend+0x0/0x20
[   25.324185] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   25.324189] Calling timekeeping_suspend+0x0/0x300
[   25.324220] Calling save_ioapic_entries+0x0/0xe0
[   25.324352] Calling i8259A_suspend+0x0/0x30
[   25.324357] Calling perf_ibs_suspend+0x0/0x40
[   25.324360] Calling amd_iommu_suspend+0x0/0x50
[   25.324376] Calling fw_suspend+0x0/0x20
[   25.324381] Calling acpi_save_bm_rld+0x0/0x30
[   25.324386] Calling lapic_suspend+0x0/0x1a0
[   25.324505] ACPI: PM: Low-level resume complete
[   25.324523] ACPI: PM: Restoring platform NVS memory
[   25.324561] Calling lapic_resume+0x0/0x230
[   25.324623] Calling acpi_restore_bm_rld+0x0/0x70
[   25.324628] Calling irqrouter_resume+0x0/0x90
[   25.324631] Calling amd_iommu_resume+0x0/0x60
[   25.324682] Calling perf_ibs_resume+0x0/0x30
[   25.324685] LVT offset 0 assigned for vector 0x400
[   25.324687] Calling i8259A_resume+0x0/0x40
[   25.324825] Calling ioapic_resume+0x0/0xd0
[   25.324888] Calling irq_pm_syscore_resume+0x0/0x20
[   25.324932] Calling timekeeping_resume+0x0/0x190
[   25.324966] Timekeeping suspended for 8.946 seconds
[   25.324978] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   25.324981] Calling init_counter_refs+0x0/0x40
[   25.324984] Calling mce_syscore_resume+0x0/0x30
[   25.325197] Calling microcode_bsp_resume+0x0/0xf0
[   25.325305] Enabling non-boot CPUs ...
[   25.325411] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   25.328296] CPU1 is up
[   25.328322] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   25.331244] CPU2 is up
[   25.331265] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   25.334243] CPU3 is up
[   25.334262] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   25.337244] CPU4 is up
[   25.337267] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   25.340266] CPU5 is up
[   25.340289] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   25.343300] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   25.343329] CPU6 is up
[   25.343349] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   25.346259] CPU7 is up
[   25.346294] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   25.349273] CPU8 is up
[   25.349292] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   25.352281] CPU9 is up
[   25.352304] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   25.355287] CPU10 is up
[   25.355305] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   25.358299] CPU11 is up
[   25.359355] ACPI: PM: Waking up from system sleep state S3
[   25.360065] pcieport 0000:00:01.2: PM: calling pci_pm_resume_noirq @ 13, parent: pci0000:00
[   25.360065] pcieport 0000:00:01.1: PM: calling pci_pm_resume_noirq @ 1032, parent: pci0000:00
[   25.360068] pcieport 0000:00:03.1: PM: calling pci_pm_resume_noirq @ 1039, parent: pci0000:00
[   25.360071] pcieport 0000:00:07.1: PM: calling pci_pm_resume_noirq @ 1035, parent: pci0000:00
[   25.360074] pcieport 0000:00:08.1: PM: calling pci_pm_resume_noirq @ 1019, parent: pci0000:00
[   25.360103] k10temp 0000:00:18.3: PM: calling pci_pm_resume_noirq @ 1031, parent: pci0000:00
[   25.360105] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_noirq @ 1034, parent: pci0000:00
[   25.360110] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_noirq @ 12, parent: platform
[   25.360115] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360117] pci 0000:00:14.3: PM: calling pci_pm_resume_noirq @ 1024, parent: pci0000:00
[   25.360118] k10temp 0000:00:18.3: PM: pci_pm_resume_noirq returned 0 after 11 usecs
[   25.360231] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_noirq returned 0 after 122 usecs
[   25.360241] pci 0000:00:14.3: PM: pci_pm_resume_noirq returned 0 after 120 usecs
[   25.360250] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360254] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360257] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360260] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360263] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360266] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360269] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360271] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360274] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360276] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360279] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360282] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360310] pcieport 0000:00:01.1: PM: pci_pm_resume_noirq returned 0 after 238 usecs
[   25.360318] nvme 0000:01:00.0: PM: calling pci_pm_resume_noirq @ 1034, parent: 0000:00:01.1
[   25.360330] pcieport 0000:00:07.1: PM: pci_pm_resume_noirq returned 0 after 255 usecs
[   25.360337] pcieport 0000:00:01.2: PM: pci_pm_resume_noirq returned 0 after 265 usecs
[   25.360338] pcieport 0000:00:03.1: PM: pci_pm_resume_noirq returned 0 after 264 usecs
[   25.360341] pcieport 0000:00:08.1: PM: pci_pm_resume_noirq returned 0 after 262 usecs
[   25.360343] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_noirq @ 1024, parent: 0000:00:01.2
[   25.360346] pcieport 0000:02:00.2: PM: calling pci_pm_resume_noirq @ 1032, parent: 0000:00:01.2
[   25.360418] pcieport 0000:08:00.0: PM: calling pci_pm_resume_noirq @ 12, parent: 0000:00:03.1
[   25.360431] pci 0000:0b:00.0: PM: calling pci_pm_resume_noirq @ 1040, parent: 0000:00:07.1
[   25.360433] pci 0000:0c:00.0: PM: calling pci_pm_resume_noirq @ 1036, parent: 0000:00:08.1
[   25.360437] ccp 0000:0c:00.1: PM: calling pci_pm_resume_noirq @ 96, parent: 0000:00:08.1
[   25.360442] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_noirq @ 1018, parent: 0000:00:08.1
[   25.360608] pcieport 0000:02:00.2: PM: pci_pm_resume_noirq returned 0 after 259 usecs
[   25.360615] pcieport 0000:03:00.0: PM: calling pci_pm_resume_noirq @ 1035, parent: 0000:02:00.2
[   25.360617] pcieport 0000:03:08.0: PM: calling pci_pm_resume_noirq @ 1023, parent: 0000:02:00.2
[   25.360648] nvme 0000:01:00.0: PM: pci_pm_resume_noirq returned 0 after 327 usecs
[   25.360719] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_noirq returned 0 after 373 usecs
[   25.360729] pcieport 0000:03:09.0: PM: calling pci_pm_resume_noirq @ 1039, parent: 0000:02:00.2
[   25.360739] pci 0000:0b:00.0: PM: pci_pm_resume_noirq returned 0 after 304 usecs
[   25.360746] pci 0000:0c:00.0: PM: pci_pm_resume_noirq returned 0 after 308 usecs
[   25.360803] pcieport 0000:03:04.0: PM: calling pci_pm_resume_noirq @ 1047, parent: 0000:02:00.2
[   25.360830] ccp 0000:0c:00.1: PM: pci_pm_resume_noirq returned 0 after 388 usecs
[   25.360853] pcieport 0000:08:00.0: PM: pci_pm_resume_noirq returned 0 after 431 usecs
[   25.360857] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_noirq returned 0 after 412 usecs
[   25.360858] pcieport 0000:09:00.0: PM: calling pci_pm_resume_noirq @ 1031, parent: 0000:08:00.0
[   25.360984] pcieport 0000:03:00.0: PM: pci_pm_resume_noirq returned 0 after 362 usecs
[   25.360992] pcieport 0000:03:08.0: PM: pci_pm_resume_noirq returned 0 after 371 usecs
[   25.361037] pcieport 0000:03:09.0: PM: pci_pm_resume_noirq returned 0 after 304 usecs
[   25.361042] r8169 0000:07:00.0: PM: calling pci_pm_resume_noirq @ 13, parent: 0000:03:09.0
[   25.361071] pcieport 0000:03:04.0: PM: pci_pm_resume_noirq returned 0 after 265 usecs
[   25.361076] nvme 0000:05:00.0: PM: calling pci_pm_resume_noirq @ 1029, parent: 0000:03:04.0
[   25.361156] pcieport 0000:09:00.0: PM: pci_pm_resume_noirq returned 0 after 294 usecs
[   25.361161] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_noirq @ 1019, parent: 0000:09:00.0
[   25.361322] nvme 0000:05:00.0: PM: pci_pm_resume_noirq returned 0 after 243 usecs
[   25.361343] r8169 0000:07:00.0: PM: pci_pm_resume_noirq returned 0 after 297 usecs
[   25.361387] amdgpu 0000:0a:00.0: PM: pci_pm_resume_noirq returned 0 after 222 usecs
[   25.361392] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_noirq @ 1042, parent: 0000:09:00.0
[   25.361458] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_noirq returned 0 after 63 usecs
[   25.361490] PM: noirq resume of devices complete after 1.528 msecs
[   25.361567] pcieport 0000:00:01.1: PM: calling pci_pm_resume_early @ 13, parent: pci0000:00
[   25.361567] pcieport 0000:00:01.2: PM: calling pci_pm_resume_early @ 1019, parent: pci0000:00
[   25.361568] pcieport 0000:00:03.1: PM: calling pci_pm_resume_early @ 1029, parent: pci0000:00
[   25.361570] pcieport 0000:00:01.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361569] pcieport 0000:00:07.1: PM: calling pci_pm_resume_early @ 1042, parent: pci0000:00
[   25.361570] pcieport 0000:00:01.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361570] pcieport 0000:00:08.1: PM: calling pci_pm_resume_early @ 1047, parent: pci0000:00
[   25.361571] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_early @ 1031, parent: pci0000:00
[   25.361571] pcieport 0000:00:03.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361572] pcieport 0000:00:07.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361573] pcieport 0000:00:08.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361573] pci 0000:00:14.3: PM: calling pci_pm_resume_early @ 1039, parent: pci0000:00
[   25.361574] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361576] pci 0000:00:14.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361582] k10temp 0000:00:18.3: PM: calling pci_pm_resume_early @ 1029, parent: pci0000:00
[   25.361584] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_early @ 1047, parent: platform
[   25.361584] nvme 0000:01:00.0: PM: calling pci_pm_resume_early @ 1035, parent: 0000:00:01.1
[   25.361585] pcieport 0000:02:00.2: PM: calling pci_pm_resume_early @ 1042, parent: 0000:00:01.2
[   25.361585] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_early @ 1039, parent: 0000:00:01.2
[   25.361585] k10temp 0000:00:18.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361586] pcieport 0000:08:00.0: PM: calling pci_pm_resume_early @ 13, parent: 0000:00:03.1
[   25.361586] pci 0000:0b:00.0: PM: calling pci_pm_resume_early @ 1031, parent: 0000:00:07.1
[   25.361587] pci 0000:0c:00.0: PM: calling pci_pm_resume_early @ 1019, parent: 0000:00:08.1
[   25.361587] ccp 0000:0c:00.1: PM: calling pci_pm_resume_early @ 1023, parent: 0000:00:08.1
[   25.361588] pcieport 0000:08:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] pcieport 0000:02:00.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] pci 0000:0b:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] nvme 0000:01:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361590] pci 0000:0c:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361590] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_early @ 1029, parent: 0000:00:08.1
[   25.361590] ccp 0000:0c:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361593] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361600] pcieport 0000:09:00.0: PM: calling pci_pm_resume_early @ 1039, parent: 0000:08:00.0
[   25.361600] pcieport 0000:03:00.0: PM: calling pci_pm_resume_early @ 1035, parent: 0000:02:00.2
[   25.361600] pcieport 0000:03:04.0: PM: calling pci_pm_resume_early @ 1019, parent: 0000:02:00.2
[   25.361601] pcieport 0000:03:08.0: PM: calling pci_pm_resume_early @ 1023, parent: 0000:02:00.2
[   25.361601] pcieport 0000:03:09.0: PM: calling pci_pm_resume_early @ 1042, parent: 0000:02:00.2
[   25.361601] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_early returned 0 after 13 usecs
[   25.361602] pcieport 0000:09:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:08.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:04.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:09.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361624] nvme 0000:05:00.0: PM: calling pci_pm_resume_early @ 1029, parent: 0000:03:04.0
[   25.361626] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_early @ 1047, parent: 0000:09:00.0
[   25.361626] nvme 0000:05:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361629] amdgpu 0000:0a:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361632] r8169 0000:07:00.0: PM: calling pci_pm_resume_early @ 1042, parent: 0000:03:09.0
[   25.361634] r8169 0000:07:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361635] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_early @ 1031, parent: 0000:09:00.0
[   25.361637] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361730] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361739] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_early returned 0 after 6 usecs
[   25.361743] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361745] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361748] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361751] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361754] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361756] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361759] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361761] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361764] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361767] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361860] PM: early resume of devices complete after 0.319 msecs
[   25.361886] pcieport 0000:00:01.1: PM: calling pci_pm_resume @ 1031, parent: pci0000:00
[   25.361887] pcieport 0000:00:01.2: PM: calling pci_pm_resume @ 1042, parent: pci0000:00
[   25.361888] pcieport 0000:00:03.1: PM: calling pci_pm_resume @ 1047, parent: pci0000:00
[   25.361890] pcieport 0000:00:07.1: PM: calling pci_pm_resume @ 1021, parent: pci0000:00
[   25.361891] pcieport 0000:00:08.1: PM: calling pci_pm_resume @ 1035, parent: pci0000:00
[   25.361891] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume @ 1019, parent: pci0000:00
[   25.361892] pci 0000:00:14.3: PM: calling pci_pm_resume @ 13, parent: pci0000:00
[   25.361895] piix4_smbus 0000:00:14.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361895] pci 0000:00:14.3: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361904] pcieport 0000:00:01.2: PM: pci_pm_resume returned 0 after 14 usecs
[   25.361907] pcieport 0000:00:01.1: PM: pci_pm_resume returned 0 after 18 usecs
[   25.361908] pcieport 0000:00:03.1: PM: pci_pm_resume returned 0 after 17 usecs
[   25.361908] k10temp 0000:00:18.3: PM: calling pci_pm_resume @ 1039, parent: pci0000:00
[   25.361911] k10temp 0000:00:18.3: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361912] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume @ 1029, parent: platform
[   25.361916] i2c_designware AMDI0010:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.361916] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume @ 13, parent: 0000:00:01.2
[   25.361917] pcieport 0000:00:07.1: PM: pci_pm_resume returned 0 after 24 usecs
[   25.361917] pcieport 0000:02:00.2: PM: calling pci_pm_resume @ 1031, parent: 0000:00:01.2
[   25.361919] nvme 0000:01:00.0: PM: calling pci_pm_resume @ 1047, parent: 0000:00:01.1
[   25.361919] pcieport 0000:00:08.1: PM: pci_pm_resume returned 0 after 24 usecs
[   25.361920] pcieport 0000:02:00.2: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361921] pcieport 0000:08:00.0: PM: calling pci_pm_resume @ 1039, parent: 0000:00:03.1
[   25.361921] pci 0000:0b:00.0: PM: calling pci_pm_resume @ 1042, parent: 0000:00:07.1
[   25.361923] nvme 0000:01:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   25.361924] pcieport 0000:08:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361923] regulator regulator.0: PM: calling regulator_resume @ 1011, parent: reg-dummy
[   25.361924] pci 0000:0b:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361927] regulator regulator.0: PM: regulator_resume returned 0 after 0 usecs
[   25.361928] pci 0000:0c:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:00:08.1
[   25.361928] ccp 0000:0c:00.1: PM: calling pci_pm_resume @ 1035, parent: 0000:00:08.1
[   25.361929] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume @ 1019, parent: 0000:00:08.1
[   25.361931] pci 0000:0c:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361932] ccp 0000:0c:00.1: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361931] PCCT PCCT: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.361933] pcieport 0000:03:00.0: PM: calling pci_pm_resume @ 1047, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:04.0: PM: calling pci_pm_resume @ 1042, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:08.0: PM: calling pci_pm_resume @ 1031, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:09.0: PM: calling pci_pm_resume @ 1039, parent: 0000:02:00.2
[   25.361934] pcieport 0000:09:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:08:00.0
[   25.361935] PCCT PCCT: PM: platform_pm_resume returned 0 after 0 usecs
[   25.361958] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   25.361960] usb usb1: root hub lost power or was reset
[   25.361961] usb usb2: root hub lost power or was reset
[   25.361969] pcieport 0000:03:00.0: PM: pci_pm_resume returned 0 after 33 usecs
[   25.361970] pcieport 0000:03:04.0: PM: pci_pm_resume returned 0 after 34 usecs
[   25.361972] pcieport 0000:03:09.0: PM: pci_pm_resume returned 0 after 35 usecs
[   25.361973] pcieport 0000:03:08.0: PM: pci_pm_resume returned 0 after 36 usecs
[   25.361973] pcieport 0000:09:00.0: PM: pci_pm_resume returned 0 after 37 usecs
[   25.361979] nvme 0000:05:00.0: PM: calling pci_pm_resume @ 1042, parent: 0000:03:04.0
[   25.361980] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume @ 1039, parent: 0000:09:00.0
[   25.361980] r8169 0000:07:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:03:09.0
[   25.361984] nvme 0000:05:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   25.361994] button PNP0C0C:00: PM: calling acpi_button_resume @ 1011, parent: LNXSYBUS:00
[   25.362006] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume returned 0 after 73 usecs
[   25.362010] usb usb3: PM: calling usb_dev_resume @ 1019, parent: 0000:0c:00.3
[   25.362012] usb usb4: PM: calling usb_dev_resume @ 1042, parent: 0000:0c:00.3
[   25.362025] button PNP0C0C:00: PM: acpi_button_resume returned 0 after 26 usecs
[   25.362032] tpm_crb MSFT0101:00: PM: calling tpm_pm_resume @ 1011, parent: LNXSYBUS:00
[   25.362035] tpm_crb MSFT0101:00: PM: tpm_pm_resume returned 0 after 0 usecs
[   25.362049] platform PNP0800:00: PM: calling platform_pm_resume @ 1011, parent: 0000:00:14.3
[   25.362051] platform PNP0800:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362054] platform PNP0C0C:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362055] platform PNP0C0C:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362057] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362060] amd_gpio AMDI0030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362063] platform MSFT0101:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362065] platform MSFT0101:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362067] platform acpi-cpufreq: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362069] platform acpi-cpufreq: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362070] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362073] pt-gpio AMDIF030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362076] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362078] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362081] platform PNP0103:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362083] platform PNP0103:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362085] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362087] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362090] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362092] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362095] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362097] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362100] button LNXPWRBN:00: PM: calling acpi_button_resume @ 1011, parent: LNXSYSTM:00
[   25.362113] button LNXPWRBN:00: PM: acpi_button_resume returned 0 after 10 usecs
[   25.362116] platform rtc-efi.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362118] platform rtc-efi.0: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362119] platform efivars.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362121] platform efivars.0: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362124] system 00:00: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362127] system 00:00: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362130] system 00:01: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362132] system 00:01: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362134] rtc_cmos 00:02: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362137] rtc_cmos 00:02: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362139] system 00:03: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362141] system 00:03: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362143] system 00:04: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362145] system 00:04: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362147] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   25.362155] usb usb3: PM: usb_dev_resume returned 0 after 140 usecs
[   25.362167] usb 3-1: PM: calling usb_dev_resume @ 1019, parent: usb3
[   25.362177] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   25.362187] pcspkr pcspkr: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362189] pcspkr pcspkr: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362197] input input0: PM: calling input_dev_resume @ 1011, parent: PNP0C0C:00
[   25.362200] input input0: PM: input_dev_resume returned 0 after 0 usecs
[   25.362202] input input1: PM: calling input_dev_resume @ 1011, parent: LNXPWRBN:00
[   25.362204] input input1: PM: input_dev_resume returned 0 after 0 usecs
[   25.362209] serial8250 serial8250: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362211] serial8250 serial8250: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362216] port serial8250:0.0: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362219] port serial8250:0.0: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362221] port serial8250:0.1: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362223] port serial8250:0.1: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362226] port serial8250:0.2: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362228] port serial8250:0.2: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362230] port serial8250:0.3: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362232] port serial8250:0.3: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362234] port serial8250:0.4: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362236] port serial8250:0.4: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362239] port serial8250:0.5: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362241] port serial8250:0.5: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362243] port serial8250:0.6: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362245] port serial8250:0.6: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362247] port serial8250:0.7: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362249] port serial8250:0.7: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362252] port serial8250:0.8: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362254] port serial8250:0.8: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362256] port serial8250:0.9: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362258] port serial8250:0.9: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362260] port serial8250:0.10: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362262] port serial8250:0.10: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362265] port serial8250:0.11: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362267] port serial8250:0.11: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362269] port serial8250:0.12: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362271] port serial8250:0.12: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362273] port serial8250:0.13: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362275] port serial8250:0.13: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362277] port serial8250:0.14: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362279] port serial8250:0.14: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362282] port serial8250:0.15: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362284] port serial8250:0.15: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362286] port serial8250:0.16: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362288] port serial8250:0.16: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362291] port serial8250:0.17: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362293] port serial8250:0.17: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362295] port serial8250:0.18: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362297] port serial8250:0.18: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362299] port serial8250:0.19: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362301] port serial8250:0.19: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362303] port serial8250:0.20: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362305] port serial8250:0.20: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362308] port serial8250:0.21: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362310] port serial8250:0.21: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362312] port serial8250:0.22: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362314] port serial8250:0.22: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362316] port serial8250:0.23: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362318] port serial8250:0.23: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362321] port serial8250:0.24: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362323] port serial8250:0.24: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362325] port serial8250:0.25: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362327] port serial8250:0.25: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362329] port serial8250:0.26: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362331] port serial8250:0.26: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362333] port serial8250:0.27: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362335] port serial8250:0.27: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362338] port serial8250:0.28: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362340] port serial8250:0.28: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362342] port serial8250:0.29: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362344] port serial8250:0.29: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362346] port serial8250:0.30: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362348] port serial8250:0.30: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362350] port serial8250:0.31: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362352] port serial8250:0.31: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362365] rtc rtc0: PM: calling rtc_resume @ 1011, parent: 00:02
[   25.362368] rtc rtc0: PM: rtc_resume returned 0 after 0 usecs
[   25.362370] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_resume @ 1011, parent: rtc0
[   25.362372] alarmtimer alarmtimer.0.auto: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362401] eeepc-wmi eeepc-wmi: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362546] eeepc-wmi eeepc-wmi: PM: platform_pm_resume returned 0 after 141 usecs
[   25.362551] input input2: PM: calling input_dev_resume @ 1011, parent: eeepc-wmi
[   25.362553] input input2: PM: input_dev_resume returned 0 after 0 usecs
[   25.362557] input input3: PM: calling input_dev_resume @ 1011, parent: pcspkr
[   25.362572] input input3: PM: input_dev_resume returned 0 after 13 usecs
[   25.383022] usb usb4: PM: usb_dev_resume returned 0 after 21005 usecs
[   25.417481] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   25.417485] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   25.417809] xhci_hcd 0000:02:00.0: PM: pci_pm_resume returned 0 after 55890 usecs
[   25.417816] usb usb1: PM: calling usb_dev_resume @ 936, parent: 0000:02:00.0
[   25.417818] usb usb2: PM: calling usb_dev_resume @ 1025, parent: 0000:02:00.0
[   25.420202] nvme nvme0: D3 entry latency set to 8 seconds
[   25.424701] nvme nvme1: D3 entry latency set to 8 seconds
[   25.456762] usb 3-1: PM: usb_dev_resume returned 0 after 94591 usecs
[   25.483125] nvme nvme1: 12/0/0 default/read/poll queues
[   25.505000] r8169 0000:07:00.0: PM: pci_pm_resume returned 0 after 143017 usecs
[   25.505011] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_resume [libphy] @ 1011, parent: r8169-0-700
[   25.505025] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_resume [libphy] returned 0 after 0 usecs
[   25.505049] r8169 0000:07:00.0 ethrltk: Link is Down
[   25.521030] usb usb2: PM: usb_dev_resume returned 0 after 103208 usecs
[   25.552995] usb usb1: PM: usb_dev_resume returned 0 after 135174 usecs
[   25.553004] usb 1-1: PM: calling usb_dev_resume @ 1033, parent: usb1
[   25.553007] usb 1-10: PM: calling usb_dev_resume @ 1062, parent: usb1
[   25.553017] usb 1-6: PM: calling usb_dev_resume @ 1048, parent: usb1
[   25.553018] usb 1-7: PM: calling usb_dev_resume @ 1051, parent: usb1
[   25.553113] usb 1-9: PM: calling usb_dev_resume @ 1059, parent: usb1
[   25.581839] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   25.585011] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   25.585013] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   25.585015] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   25.585019] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   25.585022] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   25.615342] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   25.615538] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   25.615541] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   25.625141] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   25.685071] nvme nvme0: 12/0/0 default/read/poll queues
[   25.820026] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   26.176689] usb 1-6: WARN: invalid context state for evaluate context command.
[   26.187557] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   26.187559] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   26.187561] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   26.187562] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   26.187563] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   26.187564] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   26.187566] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   26.187567] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   26.187568] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   26.191560] amdgpu 0000:0a:00.0: PM: pci_pm_resume returned 0 after 829577 usecs
[   26.191568] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume @ 1031, parent: 0000:09:00.0
[   26.193846] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume returned 0 after 2274 usecs
[   26.193852] snd_hda_codec_atihdmi hdaudioC0D0: PM: calling hda_codec_pm_resume [snd_hda_codec] @ 1031, parent: 0000:0a:00.1
[   26.194633] snd_hda_codec_atihdmi hdaudioC0D0: PM: hda_codec_pm_resume [snd_hda_codec] returned 0 after 771 usecs
[   26.242337] usb 1-9: PM: usb_dev_resume returned 0 after 689217 usecs
[   26.349313] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   26.640558] usb 1-6: PM: usb_dev_resume returned 0 after 1087532 usecs
[   26.876333] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   27.260384] usb 1-10: PM: usb_dev_resume returned 0 after 1707370 usecs
[   27.405322] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   27.771322] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   27.865315] usb 1-1: PM: usb_dev_resume returned 0 after 2312304 usecs
[   27.865336] usb 1-1.4: PM: calling usb_dev_resume @ 1057, parent: 1-1
[   27.865336] usb 1-1.3: PM: calling usb_dev_resume @ 1049, parent: 1-1
[   27.964160] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   28.035319] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   28.113063] usb 1-7: PM: usb_dev_resume returned 0 after 2560036 usecs
[   28.217149] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   28.315354] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   28.440131] usb 1-1.4: PM: usb_dev_resume returned 0 after 574786 usecs
[   28.463347] usb 1-1.3: device descriptor read/64, error -32
[   28.746351] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   28.759148] usb 1-1.3: PM: usb_dev_resume returned 0 after 893804 usecs
[   28.759290] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   28.759296] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_resume returned 0 after 0 usecs
[   28.759306] input input5: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759310] input input5: PM: input_dev_resume returned 0 after 0 usecs
[   28.759314] input input6: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759316] input input6: PM: input_dev_resume returned 0 after 0 usecs
[   28.759319] input input7: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759322] input input7: PM: input_dev_resume returned 0 after 0 usecs
[   28.759325] input input8: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759327] input input8: PM: input_dev_resume returned 0 after 0 usecs
[   28.759334] input input13: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0005
[   28.759358] input input13: PM: input_dev_resume returned 0 after 21 usecs
[   28.759362] leds input13::numlock: PM: calling led_resume @ 1011, parent: input13
[   28.759366] leds input13::numlock: PM: led_resume returned 0 after 0 usecs
[   28.759369] leds input13::capslock: PM: calling led_resume @ 1011, parent: input13
[   28.759372] leds input13::capslock: PM: led_resume returned 0 after 0 usecs
[   28.759375] leds input13::scrolllock: PM: calling led_resume @ 1011, parent: input13
[   28.759377] leds input13::scrolllock: PM: led_resume returned 0 after 0 usecs
[   28.759380] leds input13::compose: PM: calling led_resume @ 1011, parent: input13
[   28.759383] leds input13::compose: PM: led_resume returned 0 after 0 usecs
[   28.759386] leds input13::kana: PM: calling led_resume @ 1011, parent: input13
[   28.759388] leds input13::kana: PM: led_resume returned 0 after 0 usecs
[   28.759392] input input14: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0006
[   28.759394] input input14: PM: input_dev_resume returned 0 after 0 usecs
[   28.759398] input input15: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0006
[   28.759400] input input15: PM: input_dev_resume returned 0 after 0 usecs
[   28.759404] input input16: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C077.0007
[   28.759406] input input16: PM: input_dev_resume returned 0 after 0 usecs
[   28.759412] input input25: PM: calling input_dev_resume @ 1011, parent: 0003:046D:400A.0008
[   28.759415] input input25: PM: input_dev_resume returned 0 after 0 usecs
[   28.759419] input input26: PM: calling input_dev_resume @ 1011, parent: 0003:046D:2007.0009
[   28.759436] input input26: PM: input_dev_resume returned 0 after 15 usecs
[   28.759440] leds input26::numlock: PM: calling led_resume @ 1011, parent: input26
[   28.759443] leds input26::numlock: PM: led_resume returned 0 after 0 usecs
[   28.759446] leds input26::capslock: PM: calling led_resume @ 1011, parent: input26
[   28.759448] leds input26::capslock: PM: led_resume returned 0 after 0 usecs
[   28.759452] leds input26::scrolllock: PM: calling led_resume @ 1011, parent: input26
[   28.759454] leds input26::scrolllock: PM: led_resume returned 0 after 0 usecs
[   28.759457] leds input26::compose: PM: calling led_resume @ 1011, parent: input26
[   28.759460] leds input26::compose: PM: led_resume returned 0 after 0 usecs
[   28.759463] leds input26::kana: PM: calling led_resume @ 1011, parent: input26
[   28.759465] leds input26::kana: PM: led_resume returned 0 after 0 usecs
[   28.759479] nct6775 nct6775.656: PM: calling platform_pm_resume @ 1011, parent: platform
[   28.780509] nct6775 nct6775.656: PM: platform_pm_resume returned 0 after 21027 usecs
[   28.780522] PM: resume of devices complete after 3418.659 msecs
[   28.782241] OOM killer enabled.
[   28.782243] Restarting tasks: Starting
[   28.782412] Restarting tasks: Done
[   28.782434] random: crng reseeded on system resumption
[   28.782440] PM: suspend exit
[   28.783129] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   28.784130] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   28.784134] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   28.784165] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   28.784173] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   28.933139] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   29.001245] Bluetooth: MGMT ver 1.23

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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-09-04 12:24       ` Przemysław Kopa
@ 2025-09-04 13:03         ` Przemysław Kopa
  2025-09-05  3:37           ` Mario Limonciello
  0 siblings, 1 reply; 7+ messages in thread
From: Przemysław Kopa @ 2025-09-04 13:03 UTC (permalink / raw)
  To: Mario Limonciello, Harry Wentland; +Cc: amd-gfx

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

> I'm attaching two new dmesg logs.

Sorry, I attached wrong files to my previous message. The proper ones 
are attached to this one.

[-- Attachment #2: dmesg_dp_audio_bad_v2.txt --]
[-- Type: text/plain, Size: 134688 bytes --]

[    0.556321] pci 0000:00:18.0: [1022:1440] type 00 class 0x060000 conventional PCI endpoint
[    0.556362] pci 0000:00:18.1: [1022:1441] type 00 class 0x060000 conventional PCI endpoint
[    0.556402] pci 0000:00:18.2: [1022:1442] type 00 class 0x060000 conventional PCI endpoint
[    0.556441] pci 0000:00:18.3: [1022:1443] type 00 class 0x060000 conventional PCI endpoint
[    0.556481] pci 0000:00:18.4: [1022:1444] type 00 class 0x060000 conventional PCI endpoint
[    0.556522] pci 0000:00:18.5: [1022:1445] type 00 class 0x060000 conventional PCI endpoint
[    0.556563] pci 0000:00:18.6: [1022:1446] type 00 class 0x060000 conventional PCI endpoint
[    0.556602] pci 0000:00:18.7: [1022:1447] type 00 class 0x060000 conventional PCI endpoint
[    0.556831] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.556868] pci 0000:01:00.0: BAR 0 [mem 0xfcf00000-0xfcf03fff 64bit]
[    0.557234] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.557308] pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330 PCIe Legacy Endpoint
[    0.557346] pci 0000:02:00.0: BAR 0 [mem 0xfcc00000-0xfcc07fff 64bit]
[    0.557358] pci 0000:02:00.0: enabling Extended Tags
[    0.557414] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.557586] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.557611] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.557617] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.557620] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.557641] pci 0000:02:00.2: enabling Extended Tags
[    0.557689] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.557828] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.557963] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557989] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.558020] pci 0000:03:00.0: enabling Extended Tags
[    0.558079] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.558208] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558234] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.558242] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.558265] pci 0000:03:04.0: enabling Extended Tags
[    0.558323] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.558452] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558478] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.558508] pci 0000:03:08.0: enabling Extended Tags
[    0.558566] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.558688] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558715] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.558721] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.558724] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.558747] pci 0000:03:09.0: enabling Extended Tags
[    0.558806] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.558934] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.558990] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.559073] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.559134] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.559481] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.559538] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.559630] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.559707] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.559714] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.559720] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.559869] pci 0000:07:00.0: supports D1 D2
[    0.559870] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.560118] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.560218] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.560237] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.560241] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.560246] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.560249] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560257] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560337] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.560412] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.560524] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.560591] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.560612] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.560617] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.560620] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560629] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560706] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.561496] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.561572] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.561604] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.561607] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.561610] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.561612] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.561614] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.561699] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.561775] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.561889] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.561918] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.561976] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.562130] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.562190] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.562213] pci 0000:0b:00.0: enabling Extended Tags
[    0.562347] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.562405] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.562430] pci 0000:0c:00.0: enabling Extended Tags
[    0.562550] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.562571] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.562574] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.562579] pci 0000:0c:00.1: enabling Extended Tags
[    0.562688] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.562710] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.562717] pci 0000:0c:00.3: enabling Extended Tags
[    0.562754] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.562879] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.563458] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.563522] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.563578] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.563645] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.563706] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.563757] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.563809] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.563860] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.565025] iommu: Default domain type: Translated
[    0.565025] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.565157] SCSI subsystem initialized
[    0.565164] libata version 3.00 loaded.
[    0.565164] ACPI: bus type USB registered
[    0.565164] usbcore: registered new interface driver usbfs
[    0.565164] usbcore: registered new interface driver hub
[    0.565164] usbcore: registered new device driver usb
[    0.568161] EDAC MC: Ver: 3.0.0
[    0.568430] efivars: Registered efivars operations
[    0.568430] NetLabel: Initializing
[    0.568430] NetLabel:  domain hash size = 128
[    0.568430] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.568430] NetLabel:  unlabeled traffic allowed by default
[    0.568430] mctp: management component transport protocol core
[    0.568430] NET: Registered PF_MCTP protocol family
[    0.568430] PCI: Using ACPI for IRQ routing
[    0.571904] PCI: pci_cache_line_size set to 64 bytes
[    0.572304] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.572317] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.572318] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.572320] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.572321] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.572322] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.572323] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.572325] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.572393] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.572393] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.572393] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.572393] vgaarb: loaded
[    0.572393] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.572393] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.574082] clocksource: Switched to clocksource tsc-early
[    0.574197] VFS: Disk quotas dquot_6.6.0
[    0.574205] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.574221] pnp: PnP ACPI init
[    0.574303] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.574387] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.574609] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.574613] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.575082] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.575085] system 00:04: [io  0x040b] has been reserved
[    0.575086] system 00:04: [io  0x04d6] has been reserved
[    0.575088] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.575090] system 00:04: [io  0x0c14] has been reserved
[    0.575091] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.575093] system 00:04: [io  0x0c52] has been reserved
[    0.575094] system 00:04: [io  0x0c6c] has been reserved
[    0.575096] system 00:04: [io  0x0c6f] has been reserved
[    0.575098] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.575099] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.575101] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.575103] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.575104] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.575106] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.575108] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.575110] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.575112] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.575114] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.575116] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.575118] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.575119] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.575876] pnp: PnP ACPI: found 5 devices
[    0.581690] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.581750] NET: Registered PF_INET protocol family
[    0.581856] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.583742] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.583777] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.583971] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.584319] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.584402] TCP: Hash tables configured (established 524288 bind 65536)
[    0.584577] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.584727] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.584924] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.585055] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.585060] NET: Registered PF_XDP protocol family
[    0.585070] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.585074] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.585081] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.585092] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.585096] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.585103] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.585114] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.585116] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.585121] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.585128] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.585131] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.585135] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.585142] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.585144] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.585147] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.585153] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.585160] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.585163] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585166] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585171] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.585173] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.585177] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585180] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585185] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.585187] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.585190] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.585192] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585196] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.585203] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.585205] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.585210] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.585212] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.585214] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.585215] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.585217] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.585218] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.585220] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.585221] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.585223] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.585224] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.585226] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.585227] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.585229] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.585230] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.585232] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.585233] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.585235] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.585236] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585238] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.585239] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585241] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585242] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.585244] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585245] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585247] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.585659] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.585824] PCI: CLS 64 bytes, default 64
[    0.585833] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.585865] Unpacking initramfs...
[    0.585883] pci 0000:00:00.0: Adding to iommu group 0
[    0.585906] pci 0000:00:01.0: Adding to iommu group 1
[    0.585920] pci 0000:00:01.1: Adding to iommu group 2
[    0.585935] pci 0000:00:01.2: Adding to iommu group 3
[    0.585955] pci 0000:00:02.0: Adding to iommu group 4
[    0.585975] pci 0000:00:03.0: Adding to iommu group 5
[    0.585989] pci 0000:00:03.1: Adding to iommu group 6
[    0.586009] pci 0000:00:04.0: Adding to iommu group 7
[    0.586029] pci 0000:00:05.0: Adding to iommu group 8
[    0.586051] pci 0000:00:07.0: Adding to iommu group 9
[    0.586065] pci 0000:00:07.1: Adding to iommu group 10
[    0.586086] pci 0000:00:08.0: Adding to iommu group 11
[    0.586101] pci 0000:00:08.1: Adding to iommu group 12
[    0.586126] pci 0000:00:14.0: Adding to iommu group 13
[    0.586139] pci 0000:00:14.3: Adding to iommu group 13
[    0.586202] pci 0000:00:18.0: Adding to iommu group 14
[    0.586216] pci 0000:00:18.1: Adding to iommu group 14
[    0.586230] pci 0000:00:18.2: Adding to iommu group 14
[    0.586243] pci 0000:00:18.3: Adding to iommu group 14
[    0.586257] pci 0000:00:18.4: Adding to iommu group 14
[    0.586270] pci 0000:00:18.5: Adding to iommu group 14
[    0.586284] pci 0000:00:18.6: Adding to iommu group 14
[    0.586297] pci 0000:00:18.7: Adding to iommu group 14
[    0.586312] pci 0000:01:00.0: Adding to iommu group 15
[    0.586337] pci 0000:02:00.0: Adding to iommu group 16
[    0.586353] pci 0000:02:00.2: Adding to iommu group 16
[    0.586359] pci 0000:03:00.0: Adding to iommu group 16
[    0.586364] pci 0000:03:04.0: Adding to iommu group 16
[    0.586369] pci 0000:03:08.0: Adding to iommu group 16
[    0.586374] pci 0000:03:09.0: Adding to iommu group 16
[    0.586380] pci 0000:05:00.0: Adding to iommu group 16
[    0.586384] pci 0000:07:00.0: Adding to iommu group 16
[    0.586398] pci 0000:08:00.0: Adding to iommu group 17
[    0.586412] pci 0000:09:00.0: Adding to iommu group 18
[    0.586438] pci 0000:0a:00.0: Adding to iommu group 19
[    0.586455] pci 0000:0a:00.1: Adding to iommu group 20
[    0.586468] pci 0000:0b:00.0: Adding to iommu group 21
[    0.586483] pci 0000:0c:00.0: Adding to iommu group 22
[    0.586498] pci 0000:0c:00.1: Adding to iommu group 23
[    0.586513] pci 0000:0c:00.3: Adding to iommu group 24
[    0.588084] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.588091] AMD-Vi: Interrupt remapping enabled
[    0.588153] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.588154] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.588211] LVT offset 0 assigned for vector 0x400
[    0.589086] perf: AMD IBS detected (0x000003ff)
[    0.589089] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.615973] Initialise system trusted keyrings
[    0.615981] Key type blacklist registered
[    0.616019] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.616243] fuse: init (API version 7.44)
[    0.616313] integrity: Platform Keyring initialized
[    0.616315] integrity: Machine keyring initialized
[    0.617943] Freeing initrd memory: 12596K
[    0.624412] xor: automatically using best checksumming function   avx       
[    0.624414] Key type asymmetric registered
[    0.624415] Asymmetric key parser 'x509' registered
[    0.624430] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.624469] io scheduler mq-deadline registered
[    0.624471] io scheduler kyber registered
[    0.624481] io scheduler bfq registered
[    0.625332] ledtrig-cpu: registered to indicate activity on CPUs
[    0.625834] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.625962] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.627096] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.627119] ACPI: button: Power Button [PWRB]
[    0.627154] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.628227] ACPI: button: Power Button [PWRF]
[    0.628523] Monitor-Mwait will be used to enter C-1 state
[    0.632442] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.632661] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.634685] Non-volatile memory driver v1.3
[    0.634687] Linux agpgart interface v0.103
[    0.692459] tpm_crb MSFT0101:00: Disabling hwrng
[    0.692670] ACPI: bus type drm_connector registered
[    0.693607] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.693614] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.749029] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.749305] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.749308] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.749310] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.749369] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.749371] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.749373] usb usb1: Product: xHCI Host Controller
[    0.749374] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.749376] usb usb1: SerialNumber: 0000:02:00.0
[    0.749503] hub 1-0:1.0: USB hub found
[    0.749520] hub 1-0:1.0: 10 ports detected
[    0.763260] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.763281] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.763283] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.763284] usb usb2: Product: xHCI Host Controller
[    0.763286] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.763287] usb usb2: SerialNumber: 0000:02:00.0
[    0.763368] hub 2-0:1.0: USB hub found
[    0.763376] hub 2-0:1.0: 4 ports detected
[    0.769565] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769569] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.769668] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.769903] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769906] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.769908] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.769938] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.769940] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.769942] usb usb3: Product: xHCI Host Controller
[    0.769943] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.769944] usb usb3: SerialNumber: 0000:0c:00.3
[    0.770029] hub 3-0:1.0: USB hub found
[    0.770040] hub 3-0:1.0: 4 ports detected
[    0.770214] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.770235] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.770237] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.770238] usb usb4: Product: xHCI Host Controller
[    0.770240] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.770241] usb usb4: SerialNumber: 0000:0c:00.3
[    0.770317] hub 4-0:1.0: USB hub found
[    0.770324] hub 4-0:1.0: 4 ports detected
[    0.770529] usbcore: registered new interface driver usbserial_generic
[    0.770535] usbserial: USB Serial support registered for generic
[    0.770590] rtc_cmos 00:02: RTC can wake from S4
[    0.770778] rtc_cmos 00:02: registered as rtc0
[    0.770802] rtc_cmos 00:02: setting system clock to 2025-09-04T11:59:30 UTC (1756987170)
[    0.770824] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.831012] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.831015] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.831853] fbcon: Deferring console take-over
[    0.831855] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.831893] hid: raw HID events driver (C) Jiri Kosina
[    0.831949] drop_monitor: Initializing network drop monitor service
[    0.832033] NET: Registered PF_INET6 protocol family
[    0.832236] Segment Routing with IPv6
[    0.832238] RPL Segment Routing with IPv6
[    0.832247] In-situ OAM (IOAM) with IPv6
[    0.832264] NET: Registered PF_PACKET protocol family
[    0.833258] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.833268] microcode: Current revision: 0x0a201030
[    0.833459] resctrl: L3 allocation detected
[    0.833461] resctrl: MB allocation detected
[    0.833462] resctrl: L3 monitoring detected
[    0.833478] IPI shorthand broadcast: enabled
[    0.836411] sched_clock: Marking stable (669201401, 166232944)->(940821151, -105386806)
[    0.836532] registered taskstats version 1
[    0.836889] Loading compiled-in X.509 certificates
[    0.842001] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.845476] zswap: loaded using pool zstd/zsmalloc
[    0.845525] Demotion targets for Node 0: null
[    0.845643] Key type .fscrypt registered
[    0.845644] Key type fscrypt-provisioning registered
[    0.846177] Btrfs loaded, zoned=yes, fsverity=yes
[    0.846277] integrity: Loading X.509 certificate: UEFI:db
[    0.848944] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.848946] integrity: Loading X.509 certificate: UEFI:db
[    0.849071] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.849072] integrity: Loading X.509 certificate: UEFI:db
[    0.849088] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.849089] integrity: Loading X.509 certificate: UEFI:db
[    0.849102] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.849103] integrity: Loading X.509 certificate: UEFI:db
[    0.849214] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.850624] PM:   Magic number: 9:925:983
[    0.850643] platform PNP0C14:00: hash matches
[    0.850649] acpi PNP0C14:00: hash matches
[    0.851403] RAS: Correctable Errors collector initialized.
[    0.854535] clk: Disabling unused clocks
[    0.854537] PM: genpd: Disabling unused power domains
[    0.855436] Freeing unused decrypted memory: 2036K
[    0.855909] Freeing unused kernel image (initmem) memory: 4504K
[    0.855923] Write protecting the kernel read-only data: 36864k
[    0.856277] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.856464] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.896256] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.896260] rodata_test: all tests were successful
[    0.896263] Run /init as init process
[    0.896264]   with arguments:
[    0.896265]     /init
[    0.896267]   with environment:
[    0.896268]     HOME=/
[    0.896269]     TERM=linux
[    0.896270]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.904142] systemd[1]: Successfully made /usr/ read-only.
[    0.904295] systemd[1]: systemd 257.8-2-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)
[    0.904299] systemd[1]: Detected architecture x86-64.
[    0.904302] systemd[1]: Running in initrd.
[    0.904487] systemd[1]: Initializing machine ID from random generator.
[    0.927378] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.936598] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.936665] systemd[1]: Reached target Path Units.
[    0.936677] systemd[1]: Reached target Slice Units.
[    0.936686] systemd[1]: Reached target Swaps.
[    0.936696] systemd[1]: Reached target Timer Units.
[    0.936773] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.936838] systemd[1]: Listening on Journal Sockets.
[    0.936900] systemd[1]: Listening on udev Control Socket.
[    0.936937] systemd[1]: Listening on udev Kernel Socket.
[    0.936946] systemd[1]: Reached target Socket Units.
[    0.936968] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.937012] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.937809] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.939224] systemd[1]: Starting Journal Service...
[    0.940024] systemd[1]: Starting Load Kernel Modules...
[    0.940051] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.940703] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.941355] systemd[1]: Starting Coldplug All udev Devices...
[    0.945731] systemd[1]: Finished Load Kernel Modules.
[    0.946136] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.946282] systemd[1]: Reached target Preparation for Local File Systems.
[    0.946290] systemd[1]: Reached target Local File Systems.
[    0.946931] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.949960] systemd-journald[155]: Collecting audit messages is disabled.
[    0.959991] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    0.995521] systemd[1]: Started Journal Service.
[    1.008271] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.050657] Key type psk registered
[    1.062285] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.082433] nvme nvme0: pci function 0000:01:00.0
[    1.093463] nvme nvme1: pci function 0000:05:00.0
[    1.097020] nvme nvme0: D3 entry latency set to 8 seconds
[    1.107183] nvme nvme1: D3 entry latency set to 8 seconds
[    1.119698] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.130280] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.148541] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.148546] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.148548] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.148551] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.148553] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.167539] nvme nvme0: 12/0/0 default/read/poll queues
[    1.176050]  nvme0n1: p1 p2 p3 p4 p5
[    1.177589] nvme nvme1: 12/0/0 default/read/poll queues
[    1.185982]  nvme1n1: p1
[    1.269734] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.269738] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.269740] usb 1-1: Product: USB2.0 Hub
[    1.278634] hub 1-1:1.0: USB hub found
[    1.281723] hub 1-1:1.0: 4 ports detected
[    1.481542] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.640530] tsc: Refined TSC clocksource calibration: 3499.998 MHz
[    1.640539] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734efdd03, max_idle_ns: 440795244944 ns
[    1.640565] clocksource: Switched to clocksource tsc
[    1.820544] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.838808] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.838814] usb 1-6: config 1 has no interface number 1
[    1.850509] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.850514] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.850516] usb 1-6: Product: AURA LED Controller
[    1.850518] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.850520] usb 1-6: SerialNumber: 9876543210
[    1.965844] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.047727] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.047731] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.047734] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.047736] usb 1-1.3: Manufacturer:  
[    2.047738] usb 1-1.3: SerialNumber: E848B8C82000
[    2.180556] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.389027] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.389033] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.389036] usb 1-7: Product: USB2.0 Hub
[    2.398786] hub 1-7:1.0: USB hub found
[    2.402728] hub 1-7:1.0: 4 ports detected
[    2.446673] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.686892] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.686898] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.686900] usb 1-1.4: Product: USB Receiver
[    2.686902] usb 1-1.4: Manufacturer: Logitech
[    2.775540] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.075606] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.075612] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.075614] usb 1-9: Product: USB Keyboard
[    3.075616] usb 1-9: Manufacturer: Logitech
[    3.283538] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.581601] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.581607] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.581610] usb 1-10: Product: USB Optical Mouse
[    3.581612] usb 1-10: Manufacturer: Logitech
[    3.670839] systemd-journald[155]: Received SIGTERM from PID 1 (systemd).
[    3.717376] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.717381] systemd[1]: Detected architecture x86-64.
[    3.718164] systemd[1]: Hostname set to <pdesktop>.
[    3.831430] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.971122] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.971261] systemd[1]: Stopped Switch Root.
[    3.971755] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.972131] systemd[1]: Created slice CUPS Slice.
[    3.972428] systemd[1]: Created slice Slice /system/dirmngr.
[    3.972706] systemd[1]: Created slice Slice /system/getty.
[    3.972983] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.973291] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.973567] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.973836] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.974113] systemd[1]: Created slice Slice /system/keyboxd.
[    3.974395] systemd[1]: Created slice Slice /system/modprobe.
[    3.974668] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.974962] systemd[1]: Created slice Slice /system/wol_disable.
[    3.975168] systemd[1]: Created slice User and Session Slice.
[    3.975218] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.975281] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.975402] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.975413] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    3.975418] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    3.975426] systemd[1]: Reached target Local Encrypted Volumes.
[    3.975439] systemd[1]: Stopped target Switch Root.
[    3.975446] systemd[1]: Stopped target Initrd File Systems.
[    3.975453] systemd[1]: Stopped target Initrd Root File System.
[    3.975462] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.975477] systemd[1]: Reached target Remote File Systems.
[    3.975485] systemd[1]: Reached target Slice Units.
[    3.975501] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.975559] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.975674] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.976376] systemd[1]: Listening on Process Core Dump Socket.
[    3.976822] systemd[1]: Listening on Credential Encryption/Decryption.
[    3.976914] systemd[1]: Listening on Network Service Netlink Socket.
[    3.976935] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.976945] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.976991] systemd[1]: Listening on udev Control Socket.
[    3.977031] systemd[1]: Listening on udev Kernel Socket.
[    3.977812] systemd[1]: Mounting Huge Pages File System...
[    3.978450] systemd[1]: Mounting POSIX Message Queue File System...
[    3.979099] systemd[1]: Mounting Kernel Debug File System...
[    3.979746] systemd[1]: Mounting Kernel Trace File System...
[    3.980529] systemd[1]: Starting Create List of Static Device Nodes...
[    3.986837] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.987546] systemd[1]: Starting Load Kernel Module configfs...
[    3.988447] systemd[1]: Starting Load Kernel Module dm_mod...
[    3.989430] systemd[1]: Starting Load Kernel Module drm...
[    3.990157] systemd[1]: Starting Load Kernel Module fuse...
[    3.990890] systemd[1]: Starting Load Kernel Module loop...
[    3.990936] 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).
[    3.992597] systemd[1]: Starting Journal Service...
[    3.993611] systemd[1]: Starting Load Kernel Modules...
[    3.994281] systemd[1]: Starting Generate network units from Kernel command line...
[    3.994307] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.995170] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.995227] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.996075] systemd[1]: Starting Load udev Rules from Credentials...
[    3.996814] systemd[1]: Starting Coldplug All udev Devices...
[    3.998303] systemd[1]: Mounted Huge Pages File System.
[    3.998375] systemd[1]: Mounted POSIX Message Queue File System.
[    3.998439] systemd[1]: Mounted Kernel Debug File System.
[    3.998501] systemd[1]: Mounted Kernel Trace File System.
[    3.998689] systemd[1]: Finished Create List of Static Device Nodes.
[    3.998888] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.999021] systemd[1]: Finished Load Kernel Module configfs.
[    3.999223] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.999416] systemd[1]: Finished Load Kernel Module drm.
[    4.000032] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    4.000207] systemd[1]: Finished Load Kernel Module fuse.
[    4.001079] systemd[1]: Mounting FUSE Control File System...
[    4.001241] loop: module loaded
[    4.001750] systemd[1]: Mounting Kernel Configuration File System...
[    4.002438] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.002698] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    4.002866] systemd[1]: Finished Load Kernel Module loop.
[    4.007427] systemd-journald[271]: Collecting audit messages is disabled.
[    4.008394] systemd[1]: Finished Generate network units from Kernel command line.
[    4.009138] systemd[1]: Finished Load udev Rules from Credentials.
[    4.009678] systemd[1]: Mounted FUSE Control File System.
[    4.009755] systemd[1]: Mounted Kernel Configuration File System.
[    4.009834] systemd[1]: Reached target Preparation for Network.
[    4.012298] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    4.012487] systemd[1]: Started Journal Service.
[    4.014695] device-mapper: uevent: version 1.0.3
[    4.014760] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.039123] systemd-journald[271]: Received client request to flush runtime journal.
[    4.157446] i8042: PNP: No PS/2 controller found.
[    4.172043] asus_wmi: ASUS WMI generic driver loaded
[    4.179008] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.179351] asus_wmi: Initialization: 0x0
[    4.179406] asus_wmi: BIOS WMI version: 0.9
[    4.179684] asus_wmi: SFUN value: 0x0
[    4.179688] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.183160] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.203883] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.203887] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.207864] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.207867] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.207868] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.210311] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.212155] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.212229] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.212293] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.212811] i2c i2c-3: Successfully instantiated SPD at 0x50
[    4.235436] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.235603] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.235693] ccp 0000:0c:00.1: psp enabled
[    4.254079] mc: Linux media interface: v0.10
[    4.258285] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.260787] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.286504] videodev: Linux video capture interface: v2.00
[    4.287565] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.287570] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.289938] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.311371] usbcore: registered new interface driver usbhid
[    4.311375] usbhid: USB HID core driver
[    4.329430] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.329577] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.329676] Bluetooth: Core ver 2.22
[    4.329688] NET: Registered PF_BLUETOOTH protocol family
[    4.329689] Bluetooth: HCI device and connection manager initialized
[    4.329692] Bluetooth: HCI socket layer initialized
[    4.329694] Bluetooth: L2CAP socket layer initialized
[    4.329698] Bluetooth: SCO socket layer initialized
[    4.365467] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.365569] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.365572] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.371101] kvm_amd: TSC scaling supported
[    4.371104] kvm_amd: Nested Virtualization enabled
[    4.371105] kvm_amd: Nested Paging enabled
[    4.371106] kvm_amd: LBR virtualization supported
[    4.371112] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.371113] kvm_amd: Virtual GIF supported
[    4.378723] usbcore: registered new interface driver btusb
[    4.381117] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.382112] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.382116] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.383331] 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/card0/input5
[    4.383558] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.383647] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.385220] intel_rapl_common: Found RAPL domain package
[    4.385222] intel_rapl_common: Found RAPL domain core
[    4.387152] amd_atl: AMD Address Translation Library initialized
[    4.425279] usbcore: registered new interface driver snd-usb-audio
[    4.425655] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.433275] usbcore: registered new interface driver uvcvideo
[    4.434356] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.434392] 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/card0/input6
[    4.434453] 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/card0/input7
[    4.434543] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.434558] 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/card0/input8
[    4.434716] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.485351] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.485446] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.485568] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.485685] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.533110] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.568321] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.568432] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.619337] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.619428] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.619517] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.619570] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    4.720373] mousedev: PS/2 mouse device common for all mice
[    5.439249] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.460050] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.500602] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    5.504812] ntfs3: Enabled Linux POSIX ACLs support
[    5.504815] ntfs3: Read-only LZX/Xpress compression included
[    5.604253] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    5.604348] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    5.606304] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    6.121319] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.142743] [drm] amdgpu kernel modesetting enabled.
[    7.152990] amdgpu: Virtual CRAT table created for CPU
[    7.153651] amdgpu: Topology: Add CPU node
[    7.153685] amdgpu: Overdrive is enabled, please disable it before reporting any bugs unrelated to overdrive.
[    7.153771] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.153814] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.153824] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.153825] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.157858] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.157862] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.157864] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.157867] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.157869] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.157871] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.157874] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.157875] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.157877] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.157878] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.157880] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.157893] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.157895] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.200164] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.200262] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.209493] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.209499] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.209575] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.209581] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.209584] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.209590] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.209592] [drm] RAM width 128bits GDDR6
[    7.209689] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.209692] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.209707] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.209771] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.210335] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.210681] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.272245] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.309333] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.429194] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.432359] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.432362] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.432441] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.432445] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.459845] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.460820] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.460822] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.464990] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.521437] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.748902] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.771144] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.771170] [drm] forcing HDMI-A-1 connector on
[    7.782712] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.783085] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.783090] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    7.850946] amdgpu: HMM registered 16304MB device memory
[    7.852400] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.852411] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.852450] amdgpu: Virtual CRAT table created for GPU
[    7.852586] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    7.852588] kfd kfd: amdgpu: added device 1002:7590
[    7.852597] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    7.852601] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.852603] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.852604] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.852606] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    7.852608] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    7.852609] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    7.852611] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    7.852612] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    7.852614] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    7.855252] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    7.855705] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    7.855707] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    7.893133] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    7.911455] fbcon: amdgpudrmfb (fb0) is primary device
[    7.911457] fbcon: Deferring console take-over
[    7.911459] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    7.952685] i2c_dev: i2c /dev entries driver
[    8.079238] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.079348] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.079440] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.079483] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.079485] cfg80211: failed to load regulatory.db
[    8.129257] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.138152] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.140695] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.140697] Bluetooth: BNEP filters: protocol multicast
[    8.140701] Bluetooth: BNEP socket layer initialized
[    8.141782] Bluetooth: MGMT ver 1.23
[    8.149590] NET: Registered PF_ALG protocol family
[    8.285378] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.317717] 8021q: 802.1Q VLAN Support v1.8
[    8.336026] fbcon: Taking over console
[    8.338964] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.645882] Console: switching to colour frame buffer device 160x64
[   11.526527] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   13.918724] Bluetooth: RFCOMM TTY layer initialized
[   13.918731] Bluetooth: RFCOMM socket layer initialized
[   13.918734] Bluetooth: RFCOMM ver 1.11
[   28.191268] PM: suspend entry (deep)
[   28.200893] Filesystems sync: 0.009 seconds
[   28.255407] Freezing user space processes
[   28.256258] Freezing user space processes completed (elapsed 0.000 seconds)
[   28.256261] OOM killer disabled.
[   28.256262] Freezing remaining freezable tasks
[   28.257253] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[   28.257285] printk: Suspending console(s) (use no_console_suspend to debug)
[   28.412037] nct6775 nct6775.656: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.412041] pci 0000:0c:00.0: PM: calling pci_pm_suspend @ 12, parent: 0000:00:08.1
[   28.412041] pci 0000:0b:00.0: PM: calling pci_pm_suspend @ 215, parent: 0000:00:07.1
[   28.412040] ccp 0000:0c:00.1: PM: calling pci_pm_suspend @ 13, parent: 0000:00:08.1
[   28.412047] pci 0000:0b:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.412047] pci 0000:0c:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.412049] ccp 0000:0c:00.1: PM: pci_pm_suspend returned 0 after 1 usecs
[   28.412200] usb 1-7: PM: calling usb_dev_suspend @ 96, parent: usb1
[   28.412339] usb usb4: PM: calling usb_dev_suspend @ 923, parent: 0000:0c:00.3
[   28.412408] usb usb2: PM: calling usb_dev_suspend @ 925, parent: 0000:02:00.0
[   28.433309] usb usb2: PM: usb_dev_suspend returned 0 after 20894 usecs
[   28.445304] usb usb4: PM: usb_dev_suspend returned 0 after 32958 usecs
[   28.492399] nct6775 nct6775.656: PM: platform_pm_suspend returned 0 after 80355 usecs
[   28.492428] leds input26::kana: PM: calling led_suspend @ 905, parent: input26
[   28.492431] leds input26::kana: PM: led_suspend returned 0 after 0 usecs
[   28.492434] leds input26::compose: PM: calling led_suspend @ 905, parent: input26
[   28.492436] leds input26::compose: PM: led_suspend returned 0 after 0 usecs
[   28.492439] leds input26::scrolllock: PM: calling led_suspend @ 905, parent: input26
[   28.492441] leds input26::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   28.492444] leds input26::capslock: PM: calling led_suspend @ 905, parent: input26
[   28.492446] leds input26::capslock: PM: led_suspend returned 0 after 0 usecs
[   28.492448] leds input26::numlock: PM: calling led_suspend @ 905, parent: input26
[   28.492450] leds input26::numlock: PM: led_suspend returned 0 after 0 usecs
[   28.492453] input input26: PM: calling input_dev_suspend @ 905, parent: 0003:046D:2007.0009
[   28.492468] input input26: PM: input_dev_suspend returned 0 after 12 usecs
[   28.492473] input input25: PM: calling input_dev_suspend @ 905, parent: 0003:046D:400A.0008
[   28.492475] input input25: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492477] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend @ 938, parent: platform
[   28.492480] input input16: PM: calling input_dev_suspend @ 905, parent: 0003:046D:C077.0007
[   28.492482] input input16: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492486] input input15: PM: calling input_dev_suspend @ 905, parent: 0003:046D:C31C.0006
[   28.492488] input input15: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492491] input input14: PM: calling input_dev_suspend @ 905, parent: 0003:046D:C31C.0006
[   28.492493] input input14: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492496] leds input13::kana: PM: calling led_suspend @ 905, parent: input13
[   28.492497] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend returned 0 after 14 usecs
[   28.492498] leds input13::kana: PM: led_suspend returned 0 after 0 usecs
[   28.492501] leds input13::compose: PM: calling led_suspend @ 905, parent: input13
[   28.492503] leds input13::compose: PM: led_suspend returned 0 after 0 usecs
[   28.492505] leds input13::scrolllock: PM: calling led_suspend @ 905, parent: input13
[   28.492508] leds input13::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   28.492511] leds input13::capslock: PM: calling led_suspend @ 905, parent: input13
[   28.492513] usb 1-1.4: PM: calling usb_dev_suspend @ 912, parent: 1-1
[   28.492514] leds input13::capslock: PM: led_suspend returned 0 after 0 usecs
[   28.492517] leds input13::numlock: PM: calling led_suspend @ 905, parent: input13
[   28.492519] leds input13::numlock: PM: led_suspend returned 0 after 0 usecs
[   28.492522] input input13: PM: calling input_dev_suspend @ 905, parent: 0003:046D:C31C.0005
[   28.492532] input input13: PM: input_dev_suspend returned 0 after 8 usecs
[   28.492536] input input8: PM: calling input_dev_suspend @ 905, parent: card0
[   28.492538] input input8: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492541] input input7: PM: calling input_dev_suspend @ 905, parent: card0
[   28.492543] input input7: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492546] input input6: PM: calling input_dev_suspend @ 905, parent: card0
[   28.492548] input input6: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492553] sound pcmC1D0c: PM: calling do_pcm_suspend [snd_pcm] @ 905, parent: card1
[   28.492560] sound pcmC1D0c: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   28.492567] input input5: PM: calling input_dev_suspend @ 905, parent: card0
[   28.492570] input input5: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492572] sound pcmC0D9p: PM: calling do_pcm_suspend [snd_pcm] @ 905, parent: card0
[   28.492573] usb 3-1: PM: calling usb_dev_suspend @ 921, parent: usb3
[   28.492577] sound pcmC0D9p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   28.492578] usb 3-1: PM: usb_dev_suspend returned 0 after 0 usecs
[   28.492582] sound pcmC0D8p: PM: calling do_pcm_suspend [snd_pcm] @ 905, parent: card0
[   28.492586] usb usb3: PM: calling usb_dev_suspend @ 924, parent: 0000:0c:00.3
[   28.492586] sound pcmC0D8p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   28.492591] sound pcmC0D7p: PM: calling do_pcm_suspend [snd_pcm] @ 905, parent: card0
[   28.492595] sound pcmC0D7p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   28.492600] sound pcmC0D3p: PM: calling do_pcm_suspend [snd_pcm] @ 905, parent: card0
[   28.492604] sound pcmC0D3p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   28.492611] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.492613] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.492613] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend @ 215, parent: 0000:09:00.0
[   28.492615] rfkill rfkill0: PM: calling rfkill_suspend [rfkill] @ 905, parent: hci0
[   28.492619] rfkill rfkill0: PM: rfkill_suspend [rfkill] returned 0 after 0 usecs
[   28.492625] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_suspend [libphy] @ 905, parent: r8169-0-700
[   28.492636] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_suspend [libphy] returned 0 after 0 usecs
[   28.492646] input input3: PM: calling input_dev_suspend @ 905, parent: pcspkr
[   28.492645] r8169 0000:07:00.0: PM: calling pci_pm_suspend @ 921, parent: 0000:03:09.0
[   28.492649] input input3: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492654] r8169 0000:07:00.0 ethrltk: Link is Down
[   28.492654] input input2: PM: calling input_dev_suspend @ 905, parent: eeepc-wmi
[   28.492657] input input2: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492660] eeepc-wmi eeepc-wmi: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.492660] k10temp 0000:00:18.3: PM: calling pci_pm_suspend @ 922, parent: pci0000:00
[   28.492663] eeepc-wmi eeepc-wmi: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.492663] k10temp 0000:00:18.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.492671] usb 1-9: PM: calling usb_dev_suspend @ 12, parent: usb1
[   28.492676] usb 1-6: PM: calling usb_dev_suspend @ 919, parent: usb1
[   28.492679] usb 1-6: PM: usb_dev_suspend returned 0 after 0 usecs
[   28.492683] nvme 0000:05:00.0: PM: calling pci_pm_suspend @ 919, parent: 0000:03:04.0
[   28.492685] nvme 0000:01:00.0: PM: calling pci_pm_suspend @ 920, parent: 0000:00:01.1
[   28.492688] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_suspend @ 905, parent: rtc0
[   28.492691] alarmtimer alarmtimer.0.auto: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.492693] rtc rtc0: PM: calling rtc_suspend @ 905, parent: 00:02
[   28.492696] rtc rtc0: PM: rtc_suspend returned 0 after 0 usecs
[   28.492702] port serial8250:0.31: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492705] port serial8250:0.31: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492708] port serial8250:0.30: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492710] port serial8250:0.30: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492713] port serial8250:0.29: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492716] port serial8250:0.29: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492719] port serial8250:0.28: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492721] port serial8250:0.28: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492724] port serial8250:0.27: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492726] port serial8250:0.27: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492729] port serial8250:0.26: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492731] port serial8250:0.26: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492734] port serial8250:0.25: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492736] port serial8250:0.25: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492739] port serial8250:0.24: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492741] port serial8250:0.24: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492744] port serial8250:0.23: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492746] port serial8250:0.23: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492749] port serial8250:0.22: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492751] port serial8250:0.22: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492754] port serial8250:0.21: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492756] port serial8250:0.21: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492759] port serial8250:0.20: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492761] port serial8250:0.20: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492764] port serial8250:0.19: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492766] port serial8250:0.19: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492769] port serial8250:0.18: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492772] port serial8250:0.18: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492774] port serial8250:0.17: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492777] port serial8250:0.17: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492779] port serial8250:0.16: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492782] port serial8250:0.16: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492784] port serial8250:0.15: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492787] port serial8250:0.15: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492790] port serial8250:0.14: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492792] port serial8250:0.14: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492795] port serial8250:0.13: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492797] port serial8250:0.13: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492800] port serial8250:0.12: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492802] port serial8250:0.12: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492805] port serial8250:0.11: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492807] port serial8250:0.11: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492810] port serial8250:0.10: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492812] port serial8250:0.10: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492815] port serial8250:0.9: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492818] port serial8250:0.9: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492821] port serial8250:0.8: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492823] port serial8250:0.8: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492825] port serial8250:0.7: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492828] port serial8250:0.7: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492830] port serial8250:0.6: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492833] port serial8250:0.6: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492835] port serial8250:0.5: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492838] port serial8250:0.5: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492840] port serial8250:0.4: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492843] port serial8250:0.4: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492846] port serial8250:0.3: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492849] port serial8250:0.3: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492853] port serial8250:0.2: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492855] port serial8250:0.2: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492858] port serial8250:0.1: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492860] port serial8250:0.1: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492863] port serial8250:0.0: PM: calling pm_runtime_force_suspend @ 905, parent: serial8250:0
[   28.492865] port serial8250:0.0: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   28.492869] serial8250 serial8250: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.492872] serial8250 serial8250: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.492877] input input1: PM: calling input_dev_suspend @ 905, parent: LNXPWRBN:00
[   28.492880] input input1: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492882] input input0: PM: calling input_dev_suspend @ 905, parent: PNP0C0C:00
[   28.492884] input input0: PM: input_dev_suspend returned 0 after 0 usecs
[   28.492894] pcspkr pcspkr: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493042] usb 1-1.3: PM: calling usb_dev_suspend @ 534, parent: 1-1
[   28.493079] pcspkr pcspkr: PM: platform_pm_suspend returned 0 after 182 usecs
[   28.493079] usb 1-10: PM: calling usb_dev_suspend @ 916, parent: usb1
[   28.493079] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend @ 939, parent: pci0000:00
[   28.493083] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.493087] usb 1-1.4: PM: usb_dev_suspend returned 0 after 568 usecs
[   28.493109] system 00:04: PM: calling pnp_bus_suspend @ 905, parent: pnp0
[   28.493113] system 00:04: PM: pnp_bus_suspend returned 0 after 0 usecs
[   28.493115] system 00:03: PM: calling pnp_bus_suspend @ 905, parent: pnp0
[   28.493115] usb usb3: PM: usb_dev_suspend returned 0 after 524 usecs
[   28.493117] system 00:03: PM: pnp_bus_suspend returned 0 after 0 usecs
[   28.493121] rtc_cmos 00:02: PM: calling pnp_bus_suspend @ 905, parent: pnp0
[   28.493123] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend @ 923, parent: 0000:00:08.1
[   28.493239] rtc_cmos 00:02: PM: pnp_bus_suspend returned 0 after 115 usecs
[   28.493242] system 00:01: PM: calling pnp_bus_suspend @ 905, parent: pnp0
[   28.493244] system 00:01: PM: pnp_bus_suspend returned 0 after 0 usecs
[   28.493246] system 00:00: PM: calling pnp_bus_suspend @ 905, parent: pnp0
[   28.493248] system 00:00: PM: pnp_bus_suspend returned 0 after 0 usecs
[   28.493252] platform efivars.0: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493254] platform efivars.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493256] platform rtc-efi.0: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493258] platform rtc-efi.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493261] button LNXPWRBN:00: PM: calling acpi_button_suspend @ 905, parent: LNXSYSTM:00
[   28.493263] button LNXPWRBN:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   28.493266] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493268] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493271] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493274] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493276] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493279] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493282] platform PNP0103:00: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493283] platform PNP0103:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493285] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493288] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493290] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493293] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493293] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend returned 0 after 166 usecs
[   28.493295] platform acpi-cpufreq: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493297] platform acpi-cpufreq: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493299] platform MSFT0101:00: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493301] platform MSFT0101:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493303] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend @ 905, parent: platform
[   28.493305] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   28.493308] platform PNP0C0C:00: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.493310] platform PNP0C0C:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493312] platform PNP0800:00: PM: calling platform_pm_suspend @ 905, parent: 0000:00:14.3
[   28.493314] platform PNP0800:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.493322] pci 0000:00:14.3: PM: calling pci_pm_suspend @ 923, parent: pci0000:00
[   28.493325] pcieport 0000:00:07.1: PM: calling pci_pm_suspend @ 933, parent: pci0000:00
[   28.493325] pcieport 0000:00:08.1: PM: calling pci_pm_suspend @ 932, parent: pci0000:00
[   28.493326] pci 0000:00:14.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.493333] pcieport 0000:03:08.0: PM: calling pci_pm_suspend @ 930, parent: 0000:02:00.2
[   28.493334] pcieport 0000:00:08.1: PM: pci_pm_suspend returned 0 after 4 usecs
[   28.493335] pcieport 0000:03:00.0: PM: calling pci_pm_suspend @ 931, parent: 0000:02:00.2
[   28.493349] tpm_crb MSFT0101:00: PM: calling tpm_pm_suspend @ 905, parent: LNXSYBUS:00
[   28.494798] usb 1-1.3: PM: usb_dev_suspend returned 0 after 1749 usecs
[   28.494808] usb 1-1: PM: calling usb_dev_suspend @ 914, parent: usb1
[   28.495134] usb 1-1: PM: usb_dev_suspend returned 0 after 322 usecs
[   28.496679] usb 1-9: PM: usb_dev_suspend returned 0 after 4001 usecs
[   28.500780] r8169 0000:07:00.0: PM: pci_pm_suspend returned 0 after 8129 usecs
[   28.500789] pcieport 0000:03:09.0: PM: calling pci_pm_suspend @ 929, parent: 0000:02:00.2
[   28.500797] pcieport 0000:03:09.0: PM: pci_pm_suspend returned 0 after 4 usecs
[   28.505413] pcieport 0000:03:08.0: PM: pci_pm_suspend returned 0 after 12075 usecs
[   28.505416] pcieport 0000:03:00.0: PM: pci_pm_suspend returned 0 after 12074 usecs
[   28.505444] pcieport 0000:00:07.1: PM: pci_pm_suspend returned 0 after 12115 usecs
[   28.507538] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend returned 0 after 14921 usecs
[   28.507547] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend @ 917, parent: 0000:09:00.0
[   28.517242] usb 1-10: PM: usb_dev_suspend returned 0 after 24158 usecs
[   28.527085] usb 1-7: PM: usb_dev_suspend returned 0 after 114878 usecs
[   28.527096] usb usb1: PM: calling usb_dev_suspend @ 926, parent: 0000:02:00.0
[   28.533532] tpm_crb MSFT0101:00: PM: tpm_pm_suspend returned 0 after 40178 usecs
[   28.533549] button PNP0C0C:00: PM: calling acpi_button_suspend @ 905, parent: LNXSYBUS:00
[   28.533553] button PNP0C0C:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   28.533623] PCCT PCCT: PM: calling platform_pm_suspend @ 905, parent: platform
[   28.533627] PCCT PCCT: PM: platform_pm_suspend returned 0 after 0 usecs
[   28.533630] regulator regulator.0: PM: calling regulator_suspend @ 905, parent: reg-dummy
[   28.533634] regulator regulator.0: PM: regulator_suspend returned 0 after 0 usecs
[   28.537628] usb usb1: PM: usb_dev_suspend returned 0 after 10527 usecs
[   28.537637] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend @ 925, parent: 0000:00:01.2
[   28.538751] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend returned 0 after 1108 usecs
[   28.563613] nvme 0000:05:00.0: PM: pci_pm_suspend returned 0 after 70926 usecs
[   28.563636] pcieport 0000:03:04.0: PM: calling pci_pm_suspend @ 928, parent: 0000:02:00.2
[   28.563645] pcieport 0000:03:04.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   28.563655] pcieport 0000:02:00.2: PM: calling pci_pm_suspend @ 923, parent: 0000:00:01.2
[   28.563661] pcieport 0000:02:00.2: PM: pci_pm_suspend returned 0 after 1 usecs
[   28.563669] pcieport 0000:00:01.2: PM: calling pci_pm_suspend @ 935, parent: pci0000:00
[   28.563676] pcieport 0000:00:01.2: PM: pci_pm_suspend returned 0 after 2 usecs
[   28.567481] nvme 0000:01:00.0: PM: pci_pm_suspend returned 0 after 74791 usecs
[   28.567502] pcieport 0000:00:01.1: PM: calling pci_pm_suspend @ 936, parent: pci0000:00
[   28.567510] pcieport 0000:00:01.1: PM: pci_pm_suspend returned 0 after 2 usecs
[   28.592114] amdgpu 0000:0a:00.0: PM: pci_pm_suspend returned 0 after 84563 usecs
[   28.592136] pcieport 0000:09:00.0: PM: calling pci_pm_suspend @ 927, parent: 0000:08:00.0
[   28.592145] pcieport 0000:09:00.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   28.592154] pcieport 0000:08:00.0: PM: calling pci_pm_suspend @ 924, parent: 0000:00:03.1
[   28.592158] pcieport 0000:08:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   28.592216] pcieport 0000:00:03.1: PM: calling pci_pm_suspend @ 934, parent: pci0000:00
[   28.592223] pcieport 0000:00:03.1: PM: pci_pm_suspend returned 0 after 2 usecs
[   28.592248] PM: suspend of devices complete after 185.948 msecs
[   28.592251] PM: start suspend of devices complete after 334.951 msecs
[   28.592499] pci 0000:0c:00.0: PM: calling pci_pm_suspend_late @ 917, parent: 0000:00:08.1
[   28.592500] pci 0000:0b:00.0: PM: calling pci_pm_suspend_late @ 920, parent: 0000:00:07.1
[   28.592499] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_late @ 928, parent: 0000:00:08.1
[   28.592503] pci 0000:0c:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592505] pci 0000:0b:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592506] ccp 0000:0c:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592596] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_late @ 938, parent: platform
[   28.592610] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_late returned 0 after 9 usecs
[   28.592623] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_late @ 935, parent: 0000:09:00.0
[   28.592623] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_late @ 909, parent: 0000:00:08.1
[   28.592626] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592629] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592629] r8169 0000:07:00.0: PM: calling pci_pm_suspend_late @ 933, parent: 0000:03:09.0
[   28.592634] r8169 0000:07:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592634] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_late @ 925, parent: pci0000:00
[   28.592634] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_late @ 940, parent: 0000:09:00.0
[   28.592638] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_late @ 13, parent: pci0000:00
[   28.592638] k10temp 0000:00:18.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592639] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592641] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592641] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_late @ 922, parent: 0000:00:01.2
[   28.592644] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592655] nvme 0000:05:00.0: PM: calling pci_pm_suspend_late @ 922, parent: 0000:03:04.0
[   28.592657] nvme 0000:01:00.0: PM: calling pci_pm_suspend_late @ 13, parent: 0000:00:01.1
[   28.592658] nvme 0000:05:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592660] nvme 0000:01:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592742] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592745] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   28.592748] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592750] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   28.592752] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592754] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   28.592757] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592759] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   28.592761] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592764] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   28.592767] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_late @ 905, parent: platform
[   28.592776] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_late returned 0 after 7 usecs
[   28.592782] pci 0000:00:14.3: PM: calling pci_pm_suspend_late @ 13, parent: pci0000:00
[   28.592784] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_late @ 921, parent: pci0000:00
[   28.592784] pci 0000:00:14.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592784] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_late @ 214, parent: pci0000:00
[   28.592788] pcieport 0000:00:07.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592788] pcieport 0000:00:08.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592791] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_late @ 929, parent: 0000:02:00.2
[   28.592791] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_late @ 930, parent: 0000:02:00.2
[   28.592793] pcieport 0000:03:08.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592793] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_late @ 914, parent: 0000:02:00.2
[   28.592794] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_late @ 534, parent: 0000:02:00.2
[   28.592795] pcieport 0000:03:09.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592798] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_late @ 941, parent: pci0000:00
[   28.592798] pcieport 0000:03:04.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592799] pcieport 0000:03:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592799] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_late @ 12, parent: 0000:08:00.0
[   28.592801] pcieport 0000:00:01.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592805] pcieport 0000:09:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592805] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_late @ 921, parent: 0000:00:01.2
[   28.592808] pcieport 0000:02:00.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592810] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_late @ 13, parent: 0000:00:03.1
[   28.592813] pcieport 0000:08:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592815] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_late @ 939, parent: pci0000:00
[   28.592817] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_late @ 912, parent: pci0000:00
[   28.592818] pcieport 0000:00:01.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592820] pcieport 0000:00:03.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   28.592888] PM: late suspend of devices complete after 0.634 msecs
[   28.593113] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_noirq @ 534, parent: 0000:00:08.1
[   28.593115] pci 0000:0b:00.0: PM: calling pci_pm_suspend_noirq @ 914, parent: 0000:00:07.1
[   28.593115] pci 0000:0c:00.0: PM: calling pci_pm_suspend_noirq @ 12, parent: 0000:00:08.1
[   28.593171] pci 0000:0c:00.0: PM: pci_pm_suspend_noirq returned 0 after 50 usecs
[   28.593179] pci 0000:0b:00.0: PM: pci_pm_suspend_noirq returned 0 after 60 usecs
[   28.593197] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_noirq @ 920, parent: platform
[   28.593201] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593219] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_noirq @ 929, parent: 0000:09:00.0
[   28.593220] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_noirq @ 915, parent: 0000:00:08.1
[   28.593223] r8169 0000:07:00.0: PM: calling pci_pm_suspend_noirq @ 215, parent: 0000:03:09.0
[   28.593231] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_noirq @ 96, parent: pci0000:00
[   28.593236] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_noirq @ 927, parent: pci0000:00
[   28.593237] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_noirq @ 917, parent: 0000:00:01.2
[   28.593252] nvme 0000:05:00.0: PM: calling pci_pm_suspend_noirq @ 913, parent: 0000:03:04.0
[   28.593253] nvme 0000:01:00.0: PM: calling pci_pm_suspend_noirq @ 909, parent: 0000:00:01.1
[   28.593317] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593321] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593324] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593327] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593330] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593333] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593337] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593340] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593343] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593346] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593349] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_noirq @ 905, parent: platform
[   28.593352] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   28.593359] pci 0000:00:14.3: PM: calling pci_pm_suspend_noirq @ 942, parent: pci0000:00
[   28.593360] k10temp 0000:00:18.3: PM: pci_pm_suspend_noirq returned 0 after 122 usecs
[   28.593362] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_noirq @ 938, parent: pci0000:00
[   28.593370] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_noirq returned 0 after 130 usecs
[   28.593374] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_noirq @ 935, parent: 0000:02:00.2
[   28.593515] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_noirq @ 934, parent: 0000:02:00.2
[   28.593749] pci 0000:00:14.3: PM: pci_pm_suspend_noirq returned 0 after 386 usecs
[   28.605392] ccp 0000:0c:00.1: PM: pci_pm_suspend_noirq returned 0 after 12274 usecs
[   28.605392] nvme 0000:01:00.0: PM: pci_pm_suspend_noirq returned 0 after 12135 usecs
[   28.605405] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_noirq @ 924, parent: pci0000:00
[   28.605898] pcieport 0000:00:07.1: PM: pci_pm_suspend_noirq returned 0 after 12532 usecs
[   28.605902] pcieport 0000:03:00.0: PM: pci_pm_suspend_noirq returned 0 after 12524 usecs
[   28.605907] pcieport 0000:03:08.0: PM: pci_pm_suspend_noirq returned 0 after 12389 usecs
[   28.605912] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_noirq returned 0 after 12689 usecs
[   28.605916] r8169 0000:07:00.0: PM: pci_pm_suspend_noirq returned 0 after 12689 usecs
[   28.605919] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_noirq @ 919, parent: 0000:09:00.0
[   28.605921] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_noirq returned 0 after 12681 usecs
[   28.605923] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   28.605924] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_noirq @ 928, parent: 0000:02:00.2
[   28.605925] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_noirq returned 0 after 12701 usecs
[   28.605926] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   28.605928] nvme 0000:05:00.0: PM: pci_pm_suspend_noirq returned 0 after 12672 usecs
[   28.605933] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_noirq @ 12, parent: pci0000:00
[   28.605935] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_noirq @ 923, parent: 0000:02:00.2
[   28.606067] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   28.617449] pcieport 0000:00:01.1: PM: pci_pm_suspend_noirq returned 0 after 12040 usecs
[   28.618045] pcieport 0000:03:09.0: PM: pci_pm_suspend_noirq returned 0 after 12116 usecs
[   28.618060] pcieport 0000:03:04.0: PM: pci_pm_suspend_noirq returned 0 after 12121 usecs
[   28.618067] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_noirq @ 927, parent: 0000:00:01.2
[   28.618073] pcieport 0000:00:08.1: PM: pci_pm_suspend_noirq returned 0 after 12137 usecs
[   28.630294] pcieport 0000:02:00.2: PM: pci_pm_suspend_noirq returned 0 after 12224 usecs
[   28.630308] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_noirq @ 914, parent: pci0000:00
[   28.642387] pcieport 0000:00:01.2: PM: pci_pm_suspend_noirq returned 0 after 12073 usecs
[   29.621380] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_noirq returned 0 after 1015455 usecs
[   29.621438] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_noirq @ 926, parent: 0000:08:00.0
[   29.633976] pcieport 0000:09:00.0: PM: pci_pm_suspend_noirq returned 0 after 12529 usecs
[   29.634010] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_noirq @ 96, parent: 0000:00:03.1
[   29.646744] pcieport 0000:08:00.0: PM: pci_pm_suspend_noirq returned 0 after 12725 usecs
[   29.646777] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_noirq @ 916, parent: pci0000:00
[   29.659145] pcieport 0000:00:03.1: PM: pci_pm_suspend_noirq returned 0 after 12359 usecs
[   29.659190] PM: noirq suspend of devices complete after 1066.230 msecs
[   29.659196] ACPI: PM: Preparing to enter system sleep state S3
[   30.165566] ACPI: PM: Saving platform NVS memory
[   30.165643] Disabling non-boot CPUs ...
[   30.167270] smpboot: CPU 11 is now offline
[   30.169352] smpboot: CPU 10 is now offline
[   30.171178] smpboot: CPU 9 is now offline
[   30.173052] smpboot: CPU 8 is now offline
[   30.174902] smpboot: CPU 7 is now offline
[   30.176813] smpboot: CPU 6 is now offline
[   30.177350] Spectre V2 : Update user space SMT mitigation: STIBP off
[   30.178778] smpboot: CPU 5 is now offline
[   30.181113] smpboot: CPU 4 is now offline
[   30.182884] smpboot: CPU 3 is now offline
[   30.184713] smpboot: CPU 2 is now offline
[   30.186625] smpboot: CPU 1 is now offline
[   30.187428] Checking wakeup interrupts
[   30.187429] Calling mce_syscore_suspend+0x0/0x20
[   30.187435] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   30.187438] Calling timekeeping_suspend+0x0/0x300
[   30.187469] Calling save_ioapic_entries+0x0/0xe0
[   30.187601] Calling i8259A_suspend+0x0/0x30
[   30.187606] Calling perf_ibs_suspend+0x0/0x40
[   30.187609] Calling amd_iommu_suspend+0x0/0x50
[   30.187625] Calling fw_suspend+0x0/0x20
[   30.187629] Calling acpi_save_bm_rld+0x0/0x30
[   30.187635] Calling lapic_suspend+0x0/0x1a0
[   30.187756] ACPI: PM: Low-level resume complete
[   30.187774] ACPI: PM: Restoring platform NVS memory
[   30.187805] Calling lapic_resume+0x0/0x230
[   30.187868] Calling acpi_restore_bm_rld+0x0/0x70
[   30.187873] Calling irqrouter_resume+0x0/0x90
[   30.187875] Calling amd_iommu_resume+0x0/0x60
[   30.187926] Calling perf_ibs_resume+0x0/0x30
[   30.187929] LVT offset 0 assigned for vector 0x400
[   30.187931] Calling i8259A_resume+0x0/0x40
[   30.188069] Calling ioapic_resume+0x0/0xd0
[   30.188132] Calling irq_pm_syscore_resume+0x0/0x20
[   30.188176] Calling timekeeping_resume+0x0/0x190
[   30.188210] Timekeeping suspended for 10.083 seconds
[   30.188222] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   30.188226] Calling init_counter_refs+0x0/0x40
[   30.188228] Calling mce_syscore_resume+0x0/0x30
[   30.188396] Calling microcode_bsp_resume+0x0/0xf0
[   30.188399] Enabling non-boot CPUs ...
[   30.188511] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   30.191667] CPU1 is up
[   30.191694] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   30.194676] CPU2 is up
[   30.194695] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   30.197657] CPU3 is up
[   30.197678] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   30.200697] CPU4 is up
[   30.200718] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   30.203696] CPU5 is up
[   30.203716] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   30.206751] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   30.206779] CPU6 is up
[   30.206797] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   30.209719] CPU7 is up
[   30.209747] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   30.212737] CPU8 is up
[   30.212757] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   30.215741] CPU9 is up
[   30.215765] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   30.218744] CPU10 is up
[   30.218764] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   30.221750] CPU11 is up
[   30.222721] ACPI: PM: Waking up from system sleep state S3
[   30.223438] pcieport 0000:00:01.2: PM: calling pci_pm_resume_noirq @ 96, parent: pci0000:00
[   30.223438] pcieport 0000:00:01.1: PM: calling pci_pm_resume_noirq @ 916, parent: pci0000:00
[   30.223439] pcieport 0000:00:03.1: PM: calling pci_pm_resume_noirq @ 936, parent: pci0000:00
[   30.223577] pcieport 0000:00:01.2: PM: pci_pm_resume_noirq returned 0 after 131 usecs
[   30.223583] pcieport 0000:00:07.1: PM: calling pci_pm_resume_noirq @ 96, parent: pci0000:00
[   30.223587] pcieport 0000:00:01.1: PM: pci_pm_resume_noirq returned 0 after 141 usecs
[   30.223592] pcieport 0000:00:08.1: PM: calling pci_pm_resume_noirq @ 916, parent: pci0000:00
[   30.223592] pcieport 0000:00:03.1: PM: pci_pm_resume_noirq returned 0 after 146 usecs
[   30.223598] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_noirq @ 936, parent: pci0000:00
[   30.223630] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_noirq returned 0 after 29 usecs
[   30.223634] pci 0000:00:14.3: PM: calling pci_pm_resume_noirq @ 936, parent: pci0000:00
[   30.223676] pci 0000:00:14.3: PM: pci_pm_resume_noirq returned 0 after 39 usecs
[   30.223681] k10temp 0000:00:18.3: PM: calling pci_pm_resume_noirq @ 936, parent: pci0000:00
[   30.223701] pcieport 0000:00:07.1: PM: pci_pm_resume_noirq returned 0 after 116 usecs
[   30.223706] k10temp 0000:00:18.3: PM: pci_pm_resume_noirq returned 0 after 22 usecs
[   30.223707] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_noirq @ 96, parent: platform
[   30.223709] nvme 0000:01:00.0: PM: calling pci_pm_resume_noirq @ 936, parent: 0000:00:01.1
[   30.223711] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.223713] pcieport 0000:00:08.1: PM: pci_pm_resume_noirq returned 0 after 118 usecs
[   30.223714] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_noirq @ 96, parent: 0000:00:01.2
[   30.223717] pcieport 0000:02:00.2: PM: calling pci_pm_resume_noirq @ 916, parent: 0000:00:01.2
[   30.223855] pcieport 0000:02:00.2: PM: pci_pm_resume_noirq returned 0 after 136 usecs
[   30.223858] pcieport 0000:03:00.0: PM: calling pci_pm_resume_noirq @ 916, parent: 0000:02:00.2
[   30.223884] nvme 0000:01:00.0: PM: pci_pm_resume_noirq returned 0 after 173 usecs
[   30.223888] pcieport 0000:03:04.0: PM: calling pci_pm_resume_noirq @ 936, parent: 0000:02:00.2
[   30.223909] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_noirq returned 0 after 192 usecs
[   30.223913] pcieport 0000:03:08.0: PM: calling pci_pm_resume_noirq @ 96, parent: 0000:02:00.2
[   30.224051] pcieport 0000:03:00.0: PM: pci_pm_resume_noirq returned 0 after 191 usecs
[   30.224055] pcieport 0000:03:09.0: PM: calling pci_pm_resume_noirq @ 916, parent: 0000:02:00.2
[   30.224081] pcieport 0000:03:04.0: PM: pci_pm_resume_noirq returned 0 after 190 usecs
[   30.224084] nvme 0000:05:00.0: PM: calling pci_pm_resume_noirq @ 936, parent: 0000:03:04.0
[   30.224111] pcieport 0000:03:08.0: PM: pci_pm_resume_noirq returned 0 after 195 usecs
[   30.224118] pcieport 0000:08:00.0: PM: calling pci_pm_resume_noirq @ 926, parent: 0000:00:03.1
[   30.224134] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224135] pci 0000:0b:00.0: PM: calling pci_pm_resume_noirq @ 927, parent: 0000:00:07.1
[   30.224139] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224142] pci 0000:0c:00.0: PM: calling pci_pm_resume_noirq @ 12, parent: 0000:00:08.1
[   30.224143] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224146] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224146] ccp 0000:0c:00.1: PM: calling pci_pm_resume_noirq @ 923, parent: 0000:00:08.1
[   30.224149] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224152] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224154] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_noirq @ 928, parent: 0000:00:08.1
[   30.224155] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224157] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224160] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224163] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224166] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_noirq @ 905, parent: platform
[   30.224168] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   30.224385] nvme 0000:05:00.0: PM: pci_pm_resume_noirq returned 0 after 298 usecs
[   30.224424] pci 0000:0b:00.0: PM: pci_pm_resume_noirq returned 0 after 284 usecs
[   30.224429] pcieport 0000:03:09.0: PM: pci_pm_resume_noirq returned 0 after 371 usecs
[   30.224439] pci 0000:0c:00.0: PM: pci_pm_resume_noirq returned 0 after 292 usecs
[   30.224458] r8169 0000:07:00.0: PM: calling pci_pm_resume_noirq @ 96, parent: 0000:03:09.0
[   30.224465] pcieport 0000:08:00.0: PM: pci_pm_resume_noirq returned 0 after 344 usecs
[   30.224468] ccp 0000:0c:00.1: PM: pci_pm_resume_noirq returned 0 after 318 usecs
[   30.224471] pcieport 0000:09:00.0: PM: calling pci_pm_resume_noirq @ 919, parent: 0000:08:00.0
[   30.224498] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_noirq returned 0 after 340 usecs
[   30.224682] pcieport 0000:09:00.0: PM: pci_pm_resume_noirq returned 0 after 207 usecs
[   30.224688] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_noirq @ 914, parent: 0000:09:00.0
[   30.224703] r8169 0000:07:00.0: PM: pci_pm_resume_noirq returned 0 after 235 usecs
[   30.224798] amdgpu 0000:0a:00.0: PM: pci_pm_resume_noirq returned 0 after 106 usecs
[   30.224803] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_noirq @ 936, parent: 0000:09:00.0
[   30.224869] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_noirq returned 0 after 63 usecs
[   30.224919] PM: noirq resume of devices complete after 1.582 msecs
[   30.224999] pcieport 0000:00:01.1: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225002] pcieport 0000:00:01.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225005] pcieport 0000:00:01.2: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225007] pcieport 0000:00:01.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225011] pcieport 0000:00:03.1: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225013] pcieport 0000:00:03.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225017] pcieport 0000:00:07.1: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225019] pcieport 0000:00:07.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225022] pcieport 0000:00:08.1: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225024] pcieport 0000:00:08.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225028] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225030] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225033] pci 0000:00:14.3: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225035] pci 0000:00:14.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225039] k10temp 0000:00:18.3: PM: calling pci_pm_resume_early @ 96, parent: pci0000:00
[   30.225041] k10temp 0000:00:18.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225044] nvme 0000:01:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:01.1
[   30.225047] nvme 0000:01:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225049] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:01.2
[   30.225051] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225054] pcieport 0000:02:00.2: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:01.2
[   30.225056] pcieport 0000:02:00.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225060] pcieport 0000:08:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:03.1
[   30.225062] pcieport 0000:08:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225065] pci 0000:0b:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:07.1
[   30.225067] pci 0000:0b:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225070] pci 0000:0c:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:08.1
[   30.225072] pci 0000:0c:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225074] ccp 0000:0c:00.1: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:08.1
[   30.225076] ccp 0000:0c:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225079] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_early @ 96, parent: 0000:00:08.1
[   30.225081] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225090] pcieport 0000:03:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:02:00.2
[   30.225092] pcieport 0000:03:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225095] pcieport 0000:03:04.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:02:00.2
[   30.225097] pcieport 0000:03:04.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225100] pcieport 0000:03:08.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:02:00.2
[   30.225102] pcieport 0000:03:08.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225104] pcieport 0000:03:09.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:02:00.2
[   30.225106] pcieport 0000:03:09.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225109] pcieport 0000:09:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:08:00.0
[   30.225111] pcieport 0000:09:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225130] nvme 0000:05:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:03:04.0
[   30.225133] nvme 0000:05:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225136] r8169 0000:07:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:03:09.0
[   30.225138] r8169 0000:07:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225140] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_early @ 96, parent: 0000:09:00.0
[   30.225143] amdgpu 0000:0a:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225147] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_early @ 96, parent: 0000:09:00.0
[   30.225149] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   30.225271] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225282] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_early returned 0 after 7 usecs
[   30.225285] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225287] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   30.225290] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225293] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   30.225296] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225298] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   30.225301] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225304] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   30.225306] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_early @ 905, parent: platform
[   30.225309] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   30.225402] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_early @ 936, parent: platform
[   30.225419] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_early returned 0 after 14 usecs
[   30.225427] PM: early resume of devices complete after 0.458 msecs
[   30.225455] pcieport 0000:00:01.2: PM: calling pci_pm_resume @ 919, parent: pci0000:00
[   30.225455] pcieport 0000:00:01.1: PM: calling pci_pm_resume @ 914, parent: pci0000:00
[   30.225456] pcieport 0000:00:03.1: PM: calling pci_pm_resume @ 936, parent: pci0000:00
[   30.225460] pcieport 0000:00:08.1: PM: calling pci_pm_resume @ 924, parent: pci0000:00
[   30.225461] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume @ 915, parent: pci0000:00
[   30.225465] piix4_smbus 0000:00:14.0: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225469] pci 0000:00:14.3: PM: calling pci_pm_resume @ 915, parent: pci0000:00
[   30.225472] pci 0000:00:14.3: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225473] pcieport 0000:00:01.1: PM: pci_pm_resume returned 0 after 13 usecs
[   30.225474] pcieport 0000:00:03.1: PM: pci_pm_resume returned 0 after 15 usecs
[   30.225475] pcieport 0000:00:01.2: PM: pci_pm_resume returned 0 after 16 usecs
[   30.225478] k10temp 0000:00:18.3: PM: calling pci_pm_resume @ 914, parent: pci0000:00
[   30.225481] k10temp 0000:00:18.3: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225482] nvme 0000:01:00.0: PM: calling pci_pm_resume @ 936, parent: 0000:00:01.1
[   30.225483] pcieport 0000:08:00.0: PM: calling pci_pm_resume @ 919, parent: 0000:00:03.1
[   30.225483] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume @ 915, parent: 0000:00:01.2
[   30.225484] pcieport 0000:02:00.2: PM: calling pci_pm_resume @ 914, parent: 0000:00:01.2
[   30.225484] pcieport 0000:00:08.1: PM: pci_pm_resume returned 0 after 20 usecs
[   30.225485] pcieport 0000:08:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225485] nvme 0000:01:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   30.225486] pcieport 0000:02:00.2: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225492] pci 0000:0c:00.0: PM: calling pci_pm_resume @ 914, parent: 0000:00:08.1
[   30.225492] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume @ 919, parent: 0000:00:08.1
[   30.225492] ccp 0000:0c:00.1: PM: calling pci_pm_resume @ 924, parent: 0000:00:08.1
[   30.225495] pci 0000:0c:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225496] ccp 0000:0c:00.1: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225496] pcieport 0000:09:00.0: PM: calling pci_pm_resume @ 96, parent: 0000:08:00.0
[   30.225498] pcieport 0000:03:00.0: PM: calling pci_pm_resume @ 914, parent: 0000:02:00.2
[   30.225501] pcieport 0000:03:04.0: PM: calling pci_pm_resume @ 924, parent: 0000:02:00.2
[   30.225504] pcieport 0000:03:08.0: PM: calling pci_pm_resume @ 909, parent: 0000:02:00.2
[   30.225510] pcieport 0000:03:09.0: PM: calling pci_pm_resume @ 917, parent: 0000:02:00.2
[   30.225536] pcieport 0000:09:00.0: PM: pci_pm_resume returned 0 after 36 usecs
[   30.225538] pcieport 0000:03:00.0: PM: pci_pm_resume returned 0 after 35 usecs
[   30.225540] pcieport 0000:03:04.0: PM: pci_pm_resume returned 0 after 36 usecs
[   30.225541] pcieport 0000:03:08.0: PM: pci_pm_resume returned 0 after 34 usecs
[   30.225543] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume @ 96, parent: 0000:09:00.0
[   30.225546] nvme 0000:05:00.0: PM: calling pci_pm_resume @ 909, parent: 0000:03:04.0
[   30.225550] pcieport 0000:03:09.0: PM: pci_pm_resume returned 0 after 37 usecs
[   30.225550] nvme 0000:05:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   30.225550] pcieport 0000:00:07.1: PM: calling pci_pm_resume @ 12, parent: pci0000:00
[   30.225569] pcieport 0000:00:07.1: PM: pci_pm_resume returned 0 after 15 usecs
[   30.225581] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume returned 0 after 86 usecs
[   30.225583] r8169 0000:07:00.0: PM: calling pci_pm_resume @ 938, parent: 0000:03:09.0
[   30.225587] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   30.225589] usb usb1: root hub lost power or was reset
[   30.225587] usb usb3: PM: calling usb_dev_resume @ 919, parent: 0000:0c:00.3
[   30.225590] usb usb2: root hub lost power or was reset
[   30.225602] regulator regulator.0: PM: calling regulator_resume @ 905, parent: reg-dummy
[   30.225607] regulator regulator.0: PM: regulator_resume returned 0 after 0 usecs
[   30.225610] PCCT PCCT: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225613] PCCT PCCT: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225663] usb usb3: PM: usb_dev_resume returned 0 after 71 usecs
[   30.225667] usb usb4: PM: calling usb_dev_resume @ 919, parent: 0000:0c:00.3
[   30.225675] button PNP0C0C:00: PM: calling acpi_button_resume @ 905, parent: LNXSYBUS:00
[   30.225701] button PNP0C0C:00: PM: acpi_button_resume returned 0 after 22 usecs
[   30.225713] tpm_crb MSFT0101:00: PM: calling tpm_pm_resume @ 905, parent: LNXSYBUS:00
[   30.225717] tpm_crb MSFT0101:00: PM: tpm_pm_resume returned 0 after 0 usecs
[   30.225725] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   30.225743] platform PNP0800:00: PM: calling platform_pm_resume @ 905, parent: 0000:00:14.3
[   30.225746] platform PNP0800:00: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225747] usb 3-1: PM: calling usb_dev_resume @ 12, parent: usb3
[   30.225748] platform PNP0C0C:00: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225750] platform PNP0C0C:00: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225753] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225755] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   30.225756] amd_gpio AMDI0030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225759] platform MSFT0101:00: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225762] platform MSFT0101:00: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225763] pci 0000:0b:00.0: PM: calling pci_pm_resume @ 909, parent: 0000:00:07.1
[   30.225766] platform acpi-cpufreq: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225769] platform acpi-cpufreq: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225768] pci 0000:0b:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   30.225772] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225776] pt-gpio AMDIF030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225781] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225784] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225789] platform PNP0103:00: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225789] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume @ 924, parent: platform
[   30.225792] platform PNP0103:00: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225795] i2c_designware AMDI0010:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225796] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225799] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225802] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225805] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225809] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume @ 905, parent: platform
[   30.225812] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   30.225815] button LNXPWRBN:00: PM: calling acpi_button_resume @ 905, parent: LNXSYSTM:00
[   30.225829] button LNXPWRBN:00: PM: acpi_button_resume returned 0 after 11 usecs
[   30.225832] platform rtc-efi.0: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225834] platform rtc-efi.0: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225835] platform efivars.0: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225837] platform efivars.0: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225840] system 00:00: PM: calling pnp_bus_resume @ 905, parent: pnp0
[   30.225843] system 00:00: PM: pnp_bus_resume returned 0 after 0 usecs
[   30.225846] system 00:01: PM: calling pnp_bus_resume @ 905, parent: pnp0
[   30.225848] system 00:01: PM: pnp_bus_resume returned 0 after 0 usecs
[   30.225850] rtc_cmos 00:02: PM: calling pnp_bus_resume @ 905, parent: pnp0
[   30.225853] rtc_cmos 00:02: PM: pnp_bus_resume returned 0 after 0 usecs
[   30.225855] system 00:03: PM: calling pnp_bus_resume @ 905, parent: pnp0
[   30.225857] system 00:03: PM: pnp_bus_resume returned 0 after 0 usecs
[   30.225859] system 00:04: PM: calling pnp_bus_resume @ 905, parent: pnp0
[   30.225861] system 00:04: PM: pnp_bus_resume returned 0 after 0 usecs
[   30.225877] pcspkr pcspkr: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225879] pcspkr pcspkr: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225887] input input0: PM: calling input_dev_resume @ 905, parent: PNP0C0C:00
[   30.225890] input input0: PM: input_dev_resume returned 0 after 0 usecs
[   30.225892] input input1: PM: calling input_dev_resume @ 905, parent: LNXPWRBN:00
[   30.225894] input input1: PM: input_dev_resume returned 0 after 0 usecs
[   30.225898] serial8250 serial8250: PM: calling platform_pm_resume @ 905, parent: platform
[   30.225901] serial8250 serial8250: PM: platform_pm_resume returned 0 after 0 usecs
[   30.225905] port serial8250:0.0: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225909] port serial8250:0.0: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225911] port serial8250:0.1: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225913] port serial8250:0.1: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225916] port serial8250:0.2: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225918] port serial8250:0.2: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225920] port serial8250:0.3: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225922] port serial8250:0.3: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225925] port serial8250:0.4: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225927] port serial8250:0.4: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225929] port serial8250:0.5: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225931] port serial8250:0.5: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225934] port serial8250:0.6: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225936] port serial8250:0.6: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225938] port serial8250:0.7: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225940] port serial8250:0.7: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225943] port serial8250:0.8: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225945] port serial8250:0.8: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225947] port serial8250:0.9: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225949] port serial8250:0.9: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225951] port serial8250:0.10: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225954] port serial8250:0.10: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225956] port serial8250:0.11: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225958] port serial8250:0.11: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225960] port serial8250:0.12: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225962] port serial8250:0.12: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225965] port serial8250:0.13: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225967] port serial8250:0.13: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225969] port serial8250:0.14: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225971] port serial8250:0.14: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225974] port serial8250:0.15: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225980] port serial8250:0.15: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225983] port serial8250:0.16: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225985] port serial8250:0.16: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225987] port serial8250:0.17: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225989] port serial8250:0.17: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225992] port serial8250:0.18: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225994] port serial8250:0.18: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.225996] port serial8250:0.19: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.225998] port serial8250:0.19: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226000] port serial8250:0.20: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226003] port serial8250:0.20: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226005] port serial8250:0.21: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226007] port serial8250:0.21: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226009] port serial8250:0.22: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226011] port serial8250:0.22: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226014] port serial8250:0.23: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226016] port serial8250:0.23: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226018] port serial8250:0.24: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226020] port serial8250:0.24: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226023] port serial8250:0.25: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226025] port serial8250:0.25: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226027] port serial8250:0.26: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226029] port serial8250:0.26: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226032] port serial8250:0.27: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226034] port serial8250:0.27: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226036] port serial8250:0.28: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226038] port serial8250:0.28: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226041] port serial8250:0.29: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226043] port serial8250:0.29: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226045] port serial8250:0.30: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226047] port serial8250:0.30: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226050] port serial8250:0.31: PM: calling pm_runtime_force_resume @ 905, parent: serial8250:0
[   30.226052] port serial8250:0.31: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   30.226064] rtc rtc0: PM: calling rtc_resume @ 905, parent: 00:02
[   30.226067] rtc rtc0: PM: rtc_resume returned 0 after 0 usecs
[   30.226070] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_resume @ 905, parent: rtc0
[   30.226073] alarmtimer alarmtimer.0.auto: PM: platform_pm_resume returned 0 after 0 usecs
[   30.226100] eeepc-wmi eeepc-wmi: PM: calling platform_pm_resume @ 905, parent: platform
[   30.226219] eeepc-wmi eeepc-wmi: PM: platform_pm_resume returned 0 after 116 usecs
[   30.226222] input input2: PM: calling input_dev_resume @ 905, parent: eeepc-wmi
[   30.226224] input input2: PM: input_dev_resume returned 0 after 0 usecs
[   30.226227] input input3: PM: calling input_dev_resume @ 905, parent: pcspkr
[   30.226241] input input3: PM: input_dev_resume returned 0 after 12 usecs
[   30.231835] nvme nvme0: D3 entry latency set to 8 seconds
[   30.246004] usb usb4: PM: usb_dev_resume returned 0 after 20333 usecs
[   30.281139] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   30.281145] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   30.281477] xhci_hcd 0000:02:00.0: PM: pci_pm_resume returned 0 after 55990 usecs
[   30.281483] usb usb1: PM: calling usb_dev_resume @ 917, parent: 0000:02:00.0
[   30.281484] usb usb2: PM: calling usb_dev_resume @ 534, parent: 0000:02:00.0
[   30.290901] nvme nvme1: D3 entry latency set to 8 seconds
[   30.319721] usb 3-1: PM: usb_dev_resume returned 0 after 93969 usecs
[   30.352015] nvme nvme1: 12/0/0 default/read/poll queues
[   30.371990] r8169 0000:07:00.0: PM: pci_pm_resume returned 0 after 146403 usecs
[   30.372001] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_resume [libphy] @ 905, parent: r8169-0-700
[   30.372013] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_resume [libphy] returned 0 after 0 usecs
[   30.372038] r8169 0000:07:00.0 ethrltk: Link is Down
[   30.385004] usb usb2: PM: usb_dev_resume returned 0 after 103514 usecs
[   30.416997] usb usb1: PM: usb_dev_resume returned 0 after 135509 usecs
[   30.417007] usb 1-1: PM: calling usb_dev_resume @ 930, parent: usb1
[   30.417009] usb 1-7: PM: calling usb_dev_resume @ 946, parent: usb1
[   30.417012] usb 1-10: PM: calling usb_dev_resume @ 957, parent: usb1
[   30.417116] usb 1-9: PM: calling usb_dev_resume @ 954, parent: usb1
[   30.417117] usb 1-6: PM: calling usb_dev_resume @ 943, parent: usb1
[   30.444725] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   30.447932] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   30.447934] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   30.447936] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   30.447940] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   30.447943] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   30.476513] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   30.476708] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   30.476711] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   30.487492] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   30.500609] nvme nvme0: 12/0/0 default/read/poll queues
[   30.684015] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   31.055581] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   31.055583] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   31.055585] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   31.055586] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   31.055587] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   31.055588] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   31.055590] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   31.055591] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   31.055592] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   31.060150] amdgpu 0000:0a:00.0: PM: pci_pm_resume returned 0 after 834603 usecs
[   31.060160] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume @ 914, parent: 0000:09:00.0
[   31.062238] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume returned 0 after 2071 usecs
[   31.067313] usb 1-10: PM: usb_dev_resume returned 0 after 650295 usecs
[   31.212336] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   31.553024] usb 1-7: PM: usb_dev_resume returned 0 after 1136009 usecs
[   31.660317] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   32.016727] usb 1-6: WARN: invalid context state for evaluate context command.
[   32.084705] usb 1-9: PM: usb_dev_resume returned 0 after 1667580 usecs
[   32.189323] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   32.479629] usb 1-6: PM: usb_dev_resume returned 0 after 2062503 usecs
[   32.630319] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   33.089308] usb 1-1: PM: usb_dev_resume returned 0 after 2672294 usecs
[   33.089342] usb 1-1.3: PM: calling usb_dev_resume @ 944, parent: 1-1
[   33.089343] usb 1-1.4: PM: calling usb_dev_resume @ 952, parent: 1-1
[   33.104366] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   33.175320] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   33.357141] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   33.455321] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   33.580095] usb 1-1.4: PM: usb_dev_resume returned 0 after 490743 usecs
[   33.604348] usb 1-1.3: device descriptor read/64, error -32
[   33.682062] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   33.895152] usb 1-1.3: PM: usb_dev_resume returned 0 after 805800 usecs
[   33.895275] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_resume @ 905, parent: platform
[   33.895282] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_resume returned 0 after 0 usecs
[   33.895290] input input5: PM: calling input_dev_resume @ 905, parent: card0
[   33.895294] input input5: PM: input_dev_resume returned 0 after 0 usecs
[   33.895301] input input6: PM: calling input_dev_resume @ 905, parent: card0
[   33.895303] input input6: PM: input_dev_resume returned 0 after 0 usecs
[   33.895306] input input7: PM: calling input_dev_resume @ 905, parent: card0
[   33.895309] input input7: PM: input_dev_resume returned 0 after 0 usecs
[   33.895312] input input8: PM: calling input_dev_resume @ 905, parent: card0
[   33.895314] input input8: PM: input_dev_resume returned 0 after 0 usecs
[   33.895318] input input13: PM: calling input_dev_resume @ 905, parent: 0003:046D:C31C.0005
[   33.895330] input input13: PM: input_dev_resume returned 0 after 9 usecs
[   33.895334] leds input13::numlock: PM: calling led_resume @ 905, parent: input13
[   33.895337] leds input13::numlock: PM: led_resume returned 0 after 0 usecs
[   33.895340] leds input13::capslock: PM: calling led_resume @ 905, parent: input13
[   33.895343] leds input13::capslock: PM: led_resume returned 0 after 0 usecs
[   33.895346] leds input13::scrolllock: PM: calling led_resume @ 905, parent: input13
[   33.895348] leds input13::scrolllock: PM: led_resume returned 0 after 0 usecs
[   33.895351] leds input13::compose: PM: calling led_resume @ 905, parent: input13
[   33.895354] leds input13::compose: PM: led_resume returned 0 after 0 usecs
[   33.895357] leds input13::kana: PM: calling led_resume @ 905, parent: input13
[   33.895359] leds input13::kana: PM: led_resume returned 0 after 0 usecs
[   33.895363] input input14: PM: calling input_dev_resume @ 905, parent: 0003:046D:C31C.0006
[   33.895365] input input14: PM: input_dev_resume returned 0 after 0 usecs
[   33.895369] input input15: PM: calling input_dev_resume @ 905, parent: 0003:046D:C31C.0006
[   33.895371] input input15: PM: input_dev_resume returned 0 after 0 usecs
[   33.895375] input input16: PM: calling input_dev_resume @ 905, parent: 0003:046D:C077.0007
[   33.895377] input input16: PM: input_dev_resume returned 0 after 0 usecs
[   33.895383] input input25: PM: calling input_dev_resume @ 905, parent: 0003:046D:400A.0008
[   33.895385] input input25: PM: input_dev_resume returned 0 after 0 usecs
[   33.895389] input input26: PM: calling input_dev_resume @ 905, parent: 0003:046D:2007.0009
[   33.895397] input input26: PM: input_dev_resume returned 0 after 4 usecs
[   33.895400] leds input26::numlock: PM: calling led_resume @ 905, parent: input26
[   33.895403] leds input26::numlock: PM: led_resume returned 0 after 0 usecs
[   33.895406] leds input26::capslock: PM: calling led_resume @ 905, parent: input26
[   33.895408] leds input26::capslock: PM: led_resume returned 0 after 0 usecs
[   33.895411] leds input26::scrolllock: PM: calling led_resume @ 905, parent: input26
[   33.895414] leds input26::scrolllock: PM: led_resume returned 0 after 0 usecs
[   33.895417] leds input26::compose: PM: calling led_resume @ 905, parent: input26
[   33.895419] leds input26::compose: PM: led_resume returned 0 after 0 usecs
[   33.895422] leds input26::kana: PM: calling led_resume @ 905, parent: input26
[   33.895425] leds input26::kana: PM: led_resume returned 0 after 0 usecs
[   33.895440] nct6775 nct6775.656: PM: calling platform_pm_resume @ 905, parent: platform
[   33.916569] nct6775 nct6775.656: PM: platform_pm_resume returned 0 after 21126 usecs
[   33.916580] PM: resume of devices complete after 3691.151 msecs
[   33.917419] OOM killer enabled.
[   33.917421] Restarting tasks: Starting
[   33.918006] Restarting tasks: Done
[   33.918021] random: crng reseeded on system resumption
[   33.918027] PM: suspend exit
[   33.919116] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   33.920114] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   33.920117] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   33.920148] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   33.920155] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   34.069111] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   34.136226] Bluetooth: MGMT ver 1.23

[-- Attachment #3: dmesg_dp_audio_good_v2.txt --]
[-- Type: text/plain, Size: 134592 bytes --]

[    0.557329] pci 0000:02:00.0: enabling Extended Tags
[    0.557386] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.557557] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.557582] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.557588] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.557592] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.557612] pci 0000:02:00.2: enabling Extended Tags
[    0.557660] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.557799] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.557934] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.557960] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.557989] pci 0000:03:00.0: enabling Extended Tags
[    0.558049] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.558179] pci 0000:03:04.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558204] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.558213] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.558235] pci 0000:03:04.0: enabling Extended Tags
[    0.558293] pci 0000:03:04.0: PME# supported from D3hot D3cold
[    0.558422] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558448] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.558478] pci 0000:03:08.0: enabling Extended Tags
[    0.558536] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.558659] pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.558685] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.558691] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.558694] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.558717] pci 0000:03:09.0: enabling Extended Tags
[    0.558775] pci 0000:03:09.0: PME# supported from D3hot D3cold
[    0.558903] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.558959] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.559041] pci 0000:05:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
[    0.559102] pci 0000:05:00.0: BAR 0 [mem 0xfcb00000-0xfcb03fff 64bit]
[    0.559448] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.559505] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.559596] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
[    0.559673] pci 0000:07:00.0: BAR 0 [io  0xf000-0xf0ff]
[    0.559681] pci 0000:07:00.0: BAR 2 [mem 0xfca04000-0xfca04fff 64bit]
[    0.559686] pci 0000:07:00.0: BAR 4 [mem 0xfca00000-0xfca03fff 64bit]
[    0.559837] pci 0000:07:00.0: supports D1 D2
[    0.559838] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.560087] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.560188] pci 0000:08:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
[    0.560207] pci 0000:08:00.0: BAR 0 [mem 0xfce00000-0xfce03fff]
[    0.560211] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.560217] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.560220] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560228] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560308] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    0.560384] pci 0000:08:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.560496] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.560563] pci 0000:09:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
[    0.560584] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.560590] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.560593] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.560601] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.560679] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    0.561467] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.561543] pci 0000:0a:00.0: [1002:7590] type 00 class 0x030000 PCIe Legacy Endpoint
[    0.561575] pci 0000:0a:00.0: BAR 0 [mem 0x7800000000-0x7bffffffff 64bit pref]
[    0.561578] pci 0000:0a:00.0: BAR 2 [mem 0x7c00000000-0x7c0fffffff 64bit pref]
[    0.561580] pci 0000:0a:00.0: BAR 4 [io  0xe000-0xe0ff]
[    0.561583] pci 0000:0a:00.0: BAR 5 [mem 0xfcd00000-0xfcd7ffff]
[    0.561586] pci 0000:0a:00.0: ROM [mem 0xfcd80000-0xfcd9ffff pref]
[    0.561671] pci 0000:0a:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.561748] pci 0000:0a:00.0: 252.048 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x16 link at 0000:00:03.1 (capable of 504.112 Gb/s with 32.0 GT/s PCIe x16 link)
[    0.561860] pci 0000:0a:00.1: [1002:ab40] type 00 class 0x040300 PCIe Legacy Endpoint
[    0.561889] pci 0000:0a:00.1: BAR 0 [mem 0xfcda0000-0xfcda3fff]
[    0.561948] pci 0000:0a:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.562094] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.562154] pci 0000:0b:00.0: [1022:148a] type 00 class 0x130000 PCIe Endpoint
[    0.562176] pci 0000:0b:00.0: enabling Extended Tags
[    0.562311] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.562368] pci 0000:0c:00.0: [1022:1485] type 00 class 0x130000 PCIe Endpoint
[    0.562393] pci 0000:0c:00.0: enabling Extended Tags
[    0.562513] pci 0000:0c:00.1: [1022:1486] type 00 class 0x108000 PCIe Endpoint
[    0.562534] pci 0000:0c:00.1: BAR 2 [mem 0xfc800000-0xfc8fffff]
[    0.562537] pci 0000:0c:00.1: BAR 5 [mem 0xfc900000-0xfc901fff]
[    0.562542] pci 0000:0c:00.1: enabling Extended Tags
[    0.562652] pci 0000:0c:00.3: [1022:149c] type 00 class 0x0c0330 PCIe Endpoint
[    0.562673] pci 0000:0c:00.3: BAR 0 [mem 0xfc700000-0xfc7fffff 64bit]
[    0.562680] pci 0000:0c:00.3: enabling Extended Tags
[    0.562717] pci 0000:0c:00.3: PME# supported from D0 D3hot D3cold
[    0.562841] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.563421] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.563485] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.563541] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.563608] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.563669] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.563720] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.563772] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.563823] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.565001] iommu: Default domain type: Translated
[    0.565001] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.565134] SCSI subsystem initialized
[    0.565142] libata version 3.00 loaded.
[    0.565142] ACPI: bus type USB registered
[    0.565142] usbcore: registered new interface driver usbfs
[    0.565142] usbcore: registered new interface driver hub
[    0.565142] usbcore: registered new device driver usb
[    0.568140] EDAC MC: Ver: 3.0.0
[    0.568408] efivars: Registered efivars operations
[    0.568408] NetLabel: Initializing
[    0.568408] NetLabel:  domain hash size = 128
[    0.568408] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.568408] NetLabel:  unlabeled traffic allowed by default
[    0.568408] mctp: management component transport protocol core
[    0.568408] NET: Registered PF_MCTP protocol family
[    0.568408] PCI: Using ACPI for IRQ routing
[    0.571884] PCI: pci_cache_line_size set to 64 bytes
[    0.572278] e820: reserve RAM buffer [mem 0x09d1f000-0x0bffffff]
[    0.572290] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.572292] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.572293] e820: reserve RAM buffer [mem 0xc3277000-0xc3ffffff]
[    0.572294] e820: reserve RAM buffer [mem 0xc8c64000-0xcbffffff]
[    0.572296] e820: reserve RAM buffer [mem 0xca197000-0xcbffffff]
[    0.572297] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.572298] e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
[    0.572365] pci 0000:0a:00.0: vgaarb: setting as boot VGA device
[    0.572365] pci 0000:0a:00.0: vgaarb: bridge control possible
[    0.572365] pci 0000:0a:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.572365] vgaarb: loaded
[    0.572365] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.572365] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.574052] clocksource: Switched to clocksource tsc-early
[    0.574170] VFS: Disk quotas dquot_6.6.0
[    0.574177] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.574194] pnp: PnP ACPI init
[    0.574283] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.574367] system 00:01: [mem 0xfd100000-0xfd1fffff] has been reserved
[    0.574589] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.574592] system 00:03: [io  0x0200-0x021f] has been reserved
[    0.575063] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.575065] system 00:04: [io  0x040b] has been reserved
[    0.575067] system 00:04: [io  0x04d6] has been reserved
[    0.575068] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.575070] system 00:04: [io  0x0c14] has been reserved
[    0.575072] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.575073] system 00:04: [io  0x0c52] has been reserved
[    0.575075] system 00:04: [io  0x0c6c] has been reserved
[    0.575076] system 00:04: [io  0x0c6f] has been reserved
[    0.575078] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.575080] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.575081] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.575083] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.575085] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.575086] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.575088] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.575090] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.575092] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.575094] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.575096] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.575098] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.575100] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.575859] pnp: PnP ACPI: found 5 devices
[    0.581669] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.581728] NET: Registered PF_INET protocol family
[    0.581834] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.583892] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
[    0.583927] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.584120] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.584485] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.584568] TCP: Hash tables configured (established 524288 bind 65536)
[    0.584725] MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
[    0.584875] UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.585072] UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
[    0.585205] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.585210] NET: Registered PF_XDP protocol family
[    0.585220] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.585224] pci 0000:00:01.1:   bridge window [mem 0xfcf00000-0xfcffffff]
[    0.585231] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.585241] pci 0000:03:04.0: PCI bridge to [bus 05]
[    0.585246] pci 0000:03:04.0:   bridge window [mem 0xfcb00000-0xfcbfffff]
[    0.585253] pci 0000:03:08.0: PCI bridge to [bus 06]
[    0.585264] pci 0000:03:09.0: PCI bridge to [bus 07]
[    0.585266] pci 0000:03:09.0:   bridge window [io  0xf000-0xffff]
[    0.585271] pci 0000:03:09.0:   bridge window [mem 0xfca00000-0xfcafffff]
[    0.585278] pci 0000:02:00.2: PCI bridge to [bus 03-07]
[    0.585280] pci 0000:02:00.2:   bridge window [io  0xf000-0xffff]
[    0.585285] pci 0000:02:00.2:   bridge window [mem 0xfca00000-0xfcbfffff]
[    0.585292] pci 0000:00:01.2: PCI bridge to [bus 02-07]
[    0.585294] pci 0000:00:01.2:   bridge window [io  0xf000-0xffff]
[    0.585297] pci 0000:00:01.2:   bridge window [mem 0xfca00000-0xfccfffff]
[    0.585303] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    0.585309] pci 0000:09:00.0:   bridge window [io  0xe000-0xefff]
[    0.585313] pci 0000:09:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585316] pci 0000:09:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585321] pci 0000:08:00.0: PCI bridge to [bus 09-0a]
[    0.585323] pci 0000:08:00.0:   bridge window [io  0xe000-0xefff]
[    0.585327] pci 0000:08:00.0:   bridge window [mem 0xfcd00000-0xfcdfffff]
[    0.585330] pci 0000:08:00.0:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585335] pci 0000:00:03.1: PCI bridge to [bus 08-0a]
[    0.585336] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.585339] pci 0000:00:03.1:   bridge window [mem 0xfcd00000-0xfcefffff]
[    0.585342] pci 0000:00:03.1:   bridge window [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585346] pci 0000:00:07.1: PCI bridge to [bus 0b]
[    0.585351] pci 0000:00:08.1: PCI bridge to [bus 0c]
[    0.585354] pci 0000:00:08.1:   bridge window [mem 0xfc700000-0xfc9fffff]
[    0.585359] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.585361] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.585362] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.585364] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.585365] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.585367] pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfcffffff window]
[    0.585368] pci_bus 0000:00: resource 10 [mem 0x1030000000-0x7fffffffff window]
[    0.585370] pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
[    0.585371] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.585373] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfccfffff]
[    0.585374] pci_bus 0000:03: resource 0 [io  0xf000-0xffff]
[    0.585376] pci_bus 0000:03: resource 1 [mem 0xfca00000-0xfcbfffff]
[    0.585377] pci_bus 0000:05: resource 1 [mem 0xfcb00000-0xfcbfffff]
[    0.585379] pci_bus 0000:07: resource 0 [io  0xf000-0xffff]
[    0.585380] pci_bus 0000:07: resource 1 [mem 0xfca00000-0xfcafffff]
[    0.585382] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.585383] pci_bus 0000:08: resource 1 [mem 0xfcd00000-0xfcefffff]
[    0.585385] pci_bus 0000:08: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585386] pci_bus 0000:09: resource 0 [io  0xe000-0xefff]
[    0.585388] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585391] pci_bus 0000:09: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585393] pci_bus 0000:0a: resource 0 [io  0xe000-0xefff]
[    0.585394] pci_bus 0000:0a: resource 1 [mem 0xfcd00000-0xfcdfffff]
[    0.585396] pci_bus 0000:0a: resource 2 [mem 0x7800000000-0x7c0fffffff 64bit pref]
[    0.585398] pci_bus 0000:0c: resource 1 [mem 0xfc700000-0xfc9fffff]
[    0.585812] pci 0000:0a:00.1: D0 power state depends on 0000:0a:00.0
[    0.585976] PCI: CLS 64 bytes, default 64
[    0.585985] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.586020] Unpacking initramfs...
[    0.586038] pci 0000:00:00.0: Adding to iommu group 0
[    0.586062] pci 0000:00:01.0: Adding to iommu group 1
[    0.586076] pci 0000:00:01.1: Adding to iommu group 2
[    0.586090] pci 0000:00:01.2: Adding to iommu group 3
[    0.586110] pci 0000:00:02.0: Adding to iommu group 4
[    0.586130] pci 0000:00:03.0: Adding to iommu group 5
[    0.586145] pci 0000:00:03.1: Adding to iommu group 6
[    0.586166] pci 0000:00:04.0: Adding to iommu group 7
[    0.586186] pci 0000:00:05.0: Adding to iommu group 8
[    0.586206] pci 0000:00:07.0: Adding to iommu group 9
[    0.586220] pci 0000:00:07.1: Adding to iommu group 10
[    0.586240] pci 0000:00:08.0: Adding to iommu group 11
[    0.586255] pci 0000:00:08.1: Adding to iommu group 12
[    0.586280] pci 0000:00:14.0: Adding to iommu group 13
[    0.586293] pci 0000:00:14.3: Adding to iommu group 13
[    0.586355] pci 0000:00:18.0: Adding to iommu group 14
[    0.586368] pci 0000:00:18.1: Adding to iommu group 14
[    0.586382] pci 0000:00:18.2: Adding to iommu group 14
[    0.586398] pci 0000:00:18.3: Adding to iommu group 14
[    0.586411] pci 0000:00:18.4: Adding to iommu group 14
[    0.586425] pci 0000:00:18.5: Adding to iommu group 14
[    0.586438] pci 0000:00:18.6: Adding to iommu group 14
[    0.586451] pci 0000:00:18.7: Adding to iommu group 14
[    0.586466] pci 0000:01:00.0: Adding to iommu group 15
[    0.586492] pci 0000:02:00.0: Adding to iommu group 16
[    0.586508] pci 0000:02:00.2: Adding to iommu group 16
[    0.586513] pci 0000:03:00.0: Adding to iommu group 16
[    0.586517] pci 0000:03:04.0: Adding to iommu group 16
[    0.586523] pci 0000:03:08.0: Adding to iommu group 16
[    0.586528] pci 0000:03:09.0: Adding to iommu group 16
[    0.586533] pci 0000:05:00.0: Adding to iommu group 16
[    0.586538] pci 0000:07:00.0: Adding to iommu group 16
[    0.586552] pci 0000:08:00.0: Adding to iommu group 17
[    0.586566] pci 0000:09:00.0: Adding to iommu group 18
[    0.586589] pci 0000:0a:00.0: Adding to iommu group 19
[    0.586606] pci 0000:0a:00.1: Adding to iommu group 20
[    0.586619] pci 0000:0b:00.0: Adding to iommu group 21
[    0.586634] pci 0000:0c:00.0: Adding to iommu group 22
[    0.586649] pci 0000:0c:00.1: Adding to iommu group 23
[    0.586664] pci 0000:0c:00.3: Adding to iommu group 24
[    0.588231] AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
[    0.588238] AMD-Vi: Interrupt remapping enabled
[    0.588302] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.588303] software IO TLB: mapped [mem 0x00000000b8bed000-0x00000000bcbed000] (64MB)
[    0.588357] LVT offset 0 assigned for vector 0x400
[    0.589049] perf: AMD IBS detected (0x000003ff)
[    0.589053] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.616436] Initialise system trusted keyrings
[    0.616445] Key type blacklist registered
[    0.616484] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    0.616704] fuse: init (API version 7.44)
[    0.616773] integrity: Platform Keyring initialized
[    0.616775] integrity: Machine keyring initialized
[    0.618016] Freeing initrd memory: 12596K
[    0.624826] xor: automatically using best checksumming function   avx       
[    0.624828] Key type asymmetric registered
[    0.624829] Asymmetric key parser 'x509' registered
[    0.624842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.624882] io scheduler mq-deadline registered
[    0.624883] io scheduler kyber registered
[    0.624893] io scheduler bfq registered
[    0.625746] ledtrig-cpu: registered to indicate activity on CPUs
[    0.626242] pcieport 0000:00:07.1: AER: enabled with IRQ 30
[    0.626369] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[    0.627511] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.627534] ACPI: button: Power Button [PWRB]
[    0.627569] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.628165] ACPI: button: Power Button [PWRF]
[    0.628460] Monitor-Mwait will be used to enter C-1 state
[    0.632412] Estimated ratio of average max frequency by base frequency (times 1024): 1165
[    0.632630] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.634624] Non-volatile memory driver v1.3
[    0.634626] Linux agpgart interface v0.103
[    0.692423] tpm_crb MSFT0101:00: Disabling hwrng
[    0.692642] ACPI: bus type drm_connector registered
[    0.693575] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.693582] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    0.749000] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[    0.749277] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    0.749280] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    0.749282] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    0.749339] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.749341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.749343] usb usb1: Product: xHCI Host Controller
[    0.749345] usb usb1: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.749346] usb usb1: SerialNumber: 0000:02:00.0
[    0.749470] hub 1-0:1.0: USB hub found
[    0.749486] hub 1-0:1.0: 10 ports detected
[    0.763229] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.763249] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.763252] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.763253] usb usb2: Product: xHCI Host Controller
[    0.763255] usb usb2: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.763256] usb usb2: SerialNumber: 0000:02:00.0
[    0.763336] hub 2-0:1.0: USB hub found
[    0.763345] hub 2-0:1.0: 4 ports detected
[    0.769533] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769538] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 3
[    0.769637] xhci_hcd 0000:0c:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000010
[    0.769871] xhci_hcd 0000:0c:00.3: xHCI Host Controller
[    0.769874] xhci_hcd 0000:0c:00.3: new USB bus registered, assigned bus number 4
[    0.769877] xhci_hcd 0000:0c:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.769907] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
[    0.769909] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.769910] usb usb3: Product: xHCI Host Controller
[    0.769912] usb usb3: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.769913] usb usb3: SerialNumber: 0000:0c:00.3
[    0.769999] hub 3-0:1.0: USB hub found
[    0.770009] hub 3-0:1.0: 4 ports detected
[    0.770183] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.770203] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
[    0.770205] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.770207] usb usb4: Product: xHCI Host Controller
[    0.770208] usb usb4: Manufacturer: Linux 6.17.0-rc4-local xhci-hcd
[    0.770209] usb usb4: SerialNumber: 0000:0c:00.3
[    0.770287] hub 4-0:1.0: USB hub found
[    0.770293] hub 4-0:1.0: 4 ports detected
[    0.770501] usbcore: registered new interface driver usbserial_generic
[    0.770506] usbserial: USB Serial support registered for generic
[    0.770562] rtc_cmos 00:02: RTC can wake from S4
[    0.770748] rtc_cmos 00:02: registered as rtc0
[    0.770772] rtc_cmos 00:02: setting system clock to 2025-09-04T11:56:45 UTC (1756987005)
[    0.770796] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram
[    0.830961] simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
[    0.830963] [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
[    0.831792] fbcon: Deferring console take-over
[    0.831794] simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
[    0.831836] hid: raw HID events driver (C) Jiri Kosina
[    0.831894] drop_monitor: Initializing network drop monitor service
[    0.831979] NET: Registered PF_INET6 protocol family
[    0.832181] Segment Routing with IPv6
[    0.832182] RPL Segment Routing with IPv6
[    0.832192] In-situ OAM (IOAM) with IPv6
[    0.832209] NET: Registered PF_PACKET protocol family
[    0.833204] x86/amd: Previous system reset reason [0x00200800]: ACPI power state transition occurred
[    0.833214] microcode: Current revision: 0x0a201030
[    0.833409] resctrl: L3 allocation detected
[    0.833411] resctrl: MB allocation detected
[    0.833412] resctrl: L3 monitoring detected
[    0.833429] IPI shorthand broadcast: enabled
[    0.836355] sched_clock: Marking stable (669143752, 166236539)->(940783533, -105403242)
[    0.836476] registered taskstats version 1
[    0.836827] Loading compiled-in X.509 certificates
[    0.841989] Loaded X.509 cert 'Build time autogenerated kernel key: 2f279ccbbe5dc13af1cd272817d2f85c71fb5ea9'
[    0.845449] zswap: loaded using pool zstd/zsmalloc
[    0.845492] Demotion targets for Node 0: null
[    0.845609] Key type .fscrypt registered
[    0.845611] Key type fscrypt-provisioning registered
[    0.846140] Btrfs loaded, zoned=yes, fsverity=yes
[    0.846239] integrity: Loading X.509 certificate: UEFI:db
[    0.848842] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.848844] integrity: Loading X.509 certificate: UEFI:db
[    0.848971] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.848972] integrity: Loading X.509 certificate: UEFI:db
[    0.848988] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.848989] integrity: Loading X.509 certificate: UEFI:db
[    0.849002] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.849003] integrity: Loading X.509 certificate: UEFI:db
[    0.849129] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.850713] PM:   Magic number: 9:375:933
[    0.850739] acpi AMDI0010:02: hash matches
[    0.851484] RAS: Correctable Errors collector initialized.
[    0.854587] clk: Disabling unused clocks
[    0.854589] PM: genpd: Disabling unused power domains
[    0.855484] Freeing unused decrypted memory: 2036K
[    0.855953] Freeing unused kernel image (initmem) memory: 4504K
[    0.855966] Write protecting the kernel read-only data: 36864k
[    0.856318] Freeing unused kernel image (text/rodata gap) memory: 1208K
[    0.856510] Freeing unused kernel image (rodata/data gap) memory: 1308K
[    0.896302] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.896306] rodata_test: all tests were successful
[    0.896309] Run /init as init process
[    0.896310]   with arguments:
[    0.896311]     /init
[    0.896313]   with environment:
[    0.896314]     HOME=/
[    0.896315]     TERM=linux
[    0.896316]     BOOT_IMAGE=/boot/vmlinuz-linux-6.17.0-rc4-local
[    0.904166] systemd[1]: Successfully made /usr/ read-only.
[    0.904296] systemd[1]: systemd 257.8-2-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)
[    0.904301] systemd[1]: Detected architecture x86-64.
[    0.904303] systemd[1]: Running in initrd.
[    0.904484] systemd[1]: Initializing machine ID from random generator.
[    0.927208] systemd[1]: Queued start job for default target Initrd Default Target.
[    0.936500] systemd[1]: Expecting device /dev/disk/by-uuid/6702aec6-2f56-4f5e-87bf-5e25f50da81f...
[    0.936540] systemd[1]: Reached target Path Units.
[    0.936577] systemd[1]: Reached target Slice Units.
[    0.936587] systemd[1]: Reached target Swaps.
[    0.936597] systemd[1]: Reached target Timer Units.
[    0.936677] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.936745] systemd[1]: Listening on Journal Sockets.
[    0.936806] systemd[1]: Listening on udev Control Socket.
[    0.936843] systemd[1]: Listening on udev Kernel Socket.
[    0.936853] systemd[1]: Reached target Socket Units.
[    0.936875] systemd[1]: Create List of Static Device Nodes was skipped because of an unmet condition check (ConditionFileNotEmpty=/lib/modules/6.17.0-rc4-local/modules.devname).
[    0.936919] systemd[1]: Check battery level during early boot was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/class/power_supply).
[    0.937710] systemd[1]: Started Display Boot-Time Emergency Messages In Full Screen.
[    0.939115] systemd[1]: Starting Journal Service...
[    0.939922] systemd[1]: Starting Load Kernel Modules...
[    0.939949] systemd[1]: TPM PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    0.940606] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.941271] systemd[1]: Starting Coldplug All udev Devices...
[    0.945613] systemd[1]: Finished Load Kernel Modules.
[    0.946645] systemd[1]: Finished Create Static Device Nodes in /dev.
[    0.946781] systemd[1]: Reached target Preparation for Local File Systems.
[    0.946789] systemd[1]: Reached target Local File Systems.
[    0.947419] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[    0.950408] systemd-journald[154]: Collecting audit messages is disabled.
[    0.959218] systemd[1]: Started Rule-based Manager for Device Events and Files.
[    0.996236] systemd[1]: Started Journal Service.
[    1.008183] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.051400] Key type psk registered
[    1.062181] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.083681] nvme nvme0: pci function 0000:01:00.0
[    1.094207] nvme nvme1: pci function 0000:05:00.0
[    1.098297] nvme nvme0: D3 entry latency set to 8 seconds
[    1.107913] nvme nvme1: D3 entry latency set to 8 seconds
[    1.120926] nvme nvme0: allocated 64 MiB host memory buffer (1 segment).
[    1.131112] nvme nvme1: allocated 64 MiB host memory buffer (1 segment).
[    1.148524] usb 3-1: New USB device found, idVendor=041e, idProduct=40a1, bcdDevice= 1.00
[    1.148528] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.148530] usb 3-1: Product: Creative Live! Cam Sync 1080p V2
[    1.148532] usb 3-1: Manufacturer: Creative Technology Ltd.
[    1.148534] usb 3-1: SerialNumber: Creative Live! Cam Sync 1080p V2 Audio
[    1.169585] nvme nvme0: 12/0/0 default/read/poll queues
[    1.177772] nvme nvme1: 12/0/0 default/read/poll queues
[    1.178109]  nvme0n1: p1 p2 p3 p4 p5
[    1.186208]  nvme1n1: p1
[    1.269666] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
[    1.269670] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.269673] usb 1-1: Product: USB2.0 Hub
[    1.278547] hub 1-1:1.0: USB hub found
[    1.281656] hub 1-1:1.0: 4 ports detected
[    1.481545] usb 1-6: new full-speed USB device number 3 using xhci_hcd
[    1.640533] tsc: Refined TSC clocksource calibration: 3499.997 MHz
[    1.640541] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734e5ebc4, max_idle_ns: 440795265422 ns
[    1.640569] clocksource: Switched to clocksource tsc
[    1.820536] usb 1-1.3: new full-speed USB device number 4 using xhci_hcd
[    1.838767] usb 1-6: config 1 has an invalid interface number: 2 but max is 1
[    1.838773] usb 1-6: config 1 has no interface number 1
[    1.850458] usb 1-6: New USB device found, idVendor=0b05, idProduct=1939, bcdDevice= 1.00
[    1.850463] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.850465] usb 1-6: Product: AURA LED Controller
[    1.850467] usb 1-6: Manufacturer: AsusTek Computer Inc.
[    1.850469] usb 1-6: SerialNumber: 9876543210
[    1.974232] EXT4-fs (nvme0n1p5): mounted filesystem 6702aec6-2f56-4f5e-87bf-5e25f50da81f r/w with ordered data mode. Quota mode: none.
[    2.047663] usb 1-1.3: New USB device found, idVendor=2357, idProduct=0604, bcdDevice= 2.00
[    2.047668] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.047670] usb 1-1.3: Product: TP-Link UB500 Adapter
[    2.047672] usb 1-1.3: Manufacturer:  
[    2.047674] usb 1-1.3: SerialNumber: E848B8C82000
[    2.180247] usb 1-7: new high-speed USB device number 5 using xhci_hcd
[    2.388977] usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
[    2.388984] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.388986] usb 1-7: Product: USB2.0 Hub
[    2.398734] hub 1-7:1.0: USB hub found
[    2.402675] hub 1-7:1.0: 4 ports detected
[    2.446558] usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
[    2.685796] usb 1-1.4: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.10
[    2.685803] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.685805] usb 1-1.4: Product: USB Receiver
[    2.685807] usb 1-1.4: Manufacturer: Logitech
[    2.774539] usb 1-9: new low-speed USB device number 7 using xhci_hcd
[    3.075554] usb 1-9: New USB device found, idVendor=046d, idProduct=c31c, bcdDevice=64.02
[    3.075560] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.075562] usb 1-9: Product: USB Keyboard
[    3.075564] usb 1-9: Manufacturer: Logitech
[    3.283534] usb 1-10: new low-speed USB device number 8 using xhci_hcd
[    3.581549] usb 1-10: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    3.581556] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.581558] usb 1-10: Product: USB Optical Mouse
[    3.581560] usb 1-10: Manufacturer: Logitech
[    3.673508] systemd-journald[154]: Received SIGTERM from PID 1 (systemd).
[    3.718397] systemd[1]: systemd 257.8-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
[    3.718402] systemd[1]: Detected architecture x86-64.
[    3.719125] systemd[1]: Hostname set to <pdesktop>.
[    3.831053] systemd[1]: bpf-restrict-fs: LSM BPF program attached
[    3.969156] systemd[1]: initrd-switch-root.service: Deactivated successfully.
[    3.969291] systemd[1]: Stopped Switch Root.
[    3.969754] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
[    3.970141] systemd[1]: Created slice CUPS Slice.
[    3.970448] systemd[1]: Created slice Slice /system/dirmngr.
[    3.970730] systemd[1]: Created slice Slice /system/getty.
[    3.971005] systemd[1]: Created slice Slice /system/gpg-agent.
[    3.971314] systemd[1]: Created slice Slice /system/gpg-agent-browser.
[    3.971595] systemd[1]: Created slice Slice /system/gpg-agent-extra.
[    3.971869] systemd[1]: Created slice Slice /system/gpg-agent-ssh.
[    3.972150] systemd[1]: Created slice Slice /system/keyboxd.
[    3.972436] systemd[1]: Created slice Slice /system/modprobe.
[    3.972712] systemd[1]: Created slice Slice /system/systemd-fsck.
[    3.973006] systemd[1]: Created slice Slice /system/wol_disable.
[    3.973217] systemd[1]: Created slice User and Session Slice.
[    3.973270] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.973308] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.973431] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.973443] systemd[1]: Expecting device /dev/disk/by-uuid/1054085B540845C6...
[    3.973448] systemd[1]: Expecting device /dev/disk/by-uuid/ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f...
[    3.973456] systemd[1]: Reached target Local Encrypted Volumes.
[    3.973466] systemd[1]: Stopped target Switch Root.
[    3.973475] systemd[1]: Stopped target Initrd File Systems.
[    3.973481] systemd[1]: Stopped target Initrd Root File System.
[    3.973489] systemd[1]: Reached target Local Integrity Protected Volumes.
[    3.973503] systemd[1]: Reached target Remote File Systems.
[    3.973510] systemd[1]: Reached target Slice Units.
[    3.973527] systemd[1]: Reached target Local Verity Protected Volumes.
[    3.973584] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.973690] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.974398] systemd[1]: Listening on Process Core Dump Socket.
[    3.974844] systemd[1]: Listening on Credential Encryption/Decryption.
[    3.974938] systemd[1]: Listening on Network Service Netlink Socket.
[    3.974960] systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.974969] systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.975013] systemd[1]: Listening on udev Control Socket.
[    3.975050] systemd[1]: Listening on udev Kernel Socket.
[    3.975734] systemd[1]: Mounting Huge Pages File System...
[    3.976250] systemd[1]: Mounting POSIX Message Queue File System...
[    3.976795] systemd[1]: Mounting Kernel Debug File System...
[    3.977306] systemd[1]: Mounting Kernel Trace File System...
[    3.977916] systemd[1]: Starting Create List of Static Device Nodes...
[    3.978503] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.983473] systemd[1]: Starting Load Kernel Module configfs...
[    3.984269] systemd[1]: Starting Load Kernel Module dm_mod...
[    3.985137] systemd[1]: Starting Load Kernel Module drm...
[    3.985965] systemd[1]: Starting Load Kernel Module fuse...
[    3.986785] systemd[1]: Starting Load Kernel Module loop...
[    3.986835] 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).
[    3.988360] systemd[1]: Starting Journal Service...
[    3.989803] systemd[1]: Starting Load Kernel Modules...
[    3.990539] systemd[1]: Starting Generate network units from Kernel command line...
[    3.990561] systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.991255] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.991303] systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    3.992016] systemd[1]: Starting Load udev Rules from Credentials...
[    3.992708] systemd[1]: Starting Coldplug All udev Devices...
[    3.994708] systemd[1]: Mounted Huge Pages File System.
[    3.995100] systemd[1]: Mounted POSIX Message Queue File System.
[    3.995189] systemd[1]: Mounted Kernel Debug File System.
[    3.995284] systemd[1]: Mounted Kernel Trace File System.
[    3.995581] systemd[1]: Finished Create List of Static Device Nodes.
[    3.995881] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    3.996087] systemd[1]: Finished Load Kernel Module configfs.
[    3.996144] loop: module loaded
[    3.996583] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    3.996722] systemd[1]: Finished Load Kernel Module drm.
[    3.996959] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    3.997115] systemd[1]: Finished Load Kernel Module fuse.
[    3.997393] systemd[1]: modprobe@loop.service: Deactivated successfully.
[    3.997544] systemd[1]: Finished Load Kernel Module loop.
[    4.001884] systemd-journald[290]: Collecting audit messages is disabled.
[    4.003916] systemd[1]: Finished Generate network units from Kernel command line.
[    4.003940] EXT4-fs (nvme0n1p5): re-mounted 6702aec6-2f56-4f5e-87bf-5e25f50da81f.
[    4.004891] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.005206] systemd[1]: Finished Load udev Rules from Credentials.
[    4.005411] systemd[1]: Reached target Preparation for Network.
[    4.005730] systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[    4.006582] systemd[1]: Starting Load/Save OS Random Seed...
[    4.007328] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
[    4.007344] systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[    4.007498] systemd[1]: Started Journal Service.
[    4.008952] device-mapper: uevent: version 1.0.3
[    4.009017] device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
[    4.018502] systemd-journald[290]: Received client request to flush runtime journal.
[    4.159020] i8042: PNP: No PS/2 controller found.
[    4.169924] asus_wmi: ASUS WMI generic driver loaded
[    4.174602] asus_wmi: failed to register LPS0 sleep handler in asus-wmi
[    4.174882] asus_wmi: Initialization: 0x0
[    4.174924] asus_wmi: BIOS WMI version: 0.9
[    4.175223] asus_wmi: SFUN value: 0x0
[    4.175228] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    4.178785] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input2
[    4.211155] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    4.211159] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    4.213133] i2c i2c-1: Successfully instantiated SPD at 0x52
[    4.213711] i2c i2c-1: Successfully instantiated SPD at 0x53
[    4.213770] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[    4.216180] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    4.218727] i2c i2c-3: Successfully instantiated SPD at 0x50
[    4.237594] RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
[    4.237598] RAPL PMU: hw unit of domain package 2^-16 Joules
[    4.237600] RAPL PMU: hw unit of domain core 2^-16 Joules
[    4.237912] ccp 0000:0c:00.1: enabling device (0000 -> 0002)
[    4.238071] ccp 0000:0c:00.1: ccp: unable to access the device: you might be running a broken BIOS.
[    4.238157] ccp 0000:0c:00.1: psp enabled
[    4.258838] ee1004 1-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.260791] ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
[    4.262095] ee1004 3-0050: probe with driver ee1004 failed with error -5
[    4.270593] mc: Linux media interface: v0.10
[    4.293287] r8169 0000:07:00.0 eth0: RTL8168h/8111h, 04:42:1a:22:b4:d0, XID 541, IRQ 88
[    4.293292] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.295737] r8169 0000:07:00.0 ethrltk: renamed from eth0
[    4.305220] videodev: Linux video capture interface: v2.00
[    4.322320] usbcore: registered new interface driver usbhid
[    4.322323] usbhid: USB HID core driver
[    4.333965] Bluetooth: Core ver 2.22
[    4.333989] NET: Registered PF_BLUETOOTH protocol family
[    4.333991] Bluetooth: HCI device and connection manager initialized
[    4.333995] Bluetooth: HCI socket layer initialized
[    4.333997] Bluetooth: L2CAP socket layer initialized
[    4.334002] Bluetooth: SCO socket layer initialized
[    4.341586] hid-generic 0003:0B05:1939.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:02:00.0-6/input2
[    4.341707] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046D:C52B.0002/input/input4
[    4.384695] kvm_amd: TSC scaling supported
[    4.384698] kvm_amd: Nested Virtualization enabled
[    4.384700] kvm_amd: Nested Paging enabled
[    4.384701] kvm_amd: LBR virtualization supported
[    4.384707] kvm_amd: Virtual VMLOAD VMSAVE supported
[    4.384707] kvm_amd: Virtual GIF supported
[    4.392794] usbcore: registered new interface driver btusb
[    4.395067] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[    4.396063] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    4.396066] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[    4.397320] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[    4.397401] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[    4.398679] intel_rapl_common: Found RAPL domain package
[    4.398681] intel_rapl_common: Found RAPL domain core
[    4.400698] amd_atl: AMD Address Translation Library initialized
[    4.401472] snd_hda_intel 0000:0a:00.1: enabling device (0000 -> 0002)
[    4.401579] snd_hda_intel 0000:0a:00.1: Handle vga_switcheroo audio client
[    4.401583] snd_hda_intel 0000:0a:00.1: Force to non-snoop mode
[    4.416050] 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/card0/input5
[    4.432359] hid-generic 0003:046D:C52B.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input0
[    4.432386] 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/card0/input6
[    4.432445] 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/card0/input7
[    4.432497] 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/card0/input8
[    4.432589] input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input9
[    4.432706] input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input10
[    4.455331] usbcore: registered new interface driver snd-usb-audio
[    4.455655] usb 3-1: Found UVC 1.00 device Creative Live! Cam Sync 1080p V2 (041e:40a1)
[    4.463309] usbcore: registered new interface driver uvcvideo
[    4.483331] input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046D:C52B.0003/input/input11
[    4.483451] hid-generic 0003:046D:C52B.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input1
[    4.483590] hid-generic 0003:046D:C52B.0004: hiddev98,hidraw3: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    4.483732] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.0/0003:046D:C31C.0005/input/input13
[    4.546058] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[    4.562356] hid-generic 0003:046D:C31C.0005: input,hidraw4: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:02:00.0-9/input0
[    4.562481] input: Logitech USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input14
[    4.613324] input: Logitech USB Keyboard System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-9/1-9:1.1/0003:046D:C31C.0006/input/input15
[    4.613436] hid-generic 0003:046D:C31C.0006: input,hiddev99,hidraw5: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:02:00.0-9/input1
[    4.613535] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-10/1-10:1.0/0003:046D:C077.0007/input/input16
[    4.613609] hid-generic 0003:046D:C077.0007: input,hidraw6: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:02:00.0-10/input0
[    4.706366] mousedev: PS/2 mouse device common for all mice
[    5.415324] EXT4-fs (nvme1n1p1): mounted filesystem ede37af7-b6d0-4de7-b3eb-d8fafe56bf2f r/w with ordered data mode. Quota mode: none.
[    5.435224] Adding 67108860k swap on /swapfile.  Priority:-2 extents:3507 across:973496320k SS
[    5.449636] logitech-djreceiver 0003:046D:C52B.0004: hiddev97,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.4/input2
[    5.485443] ntfs3: Enabled Linux POSIX ACLs support
[    5.485445] ntfs3: Read-only LZX/Xpress compression included
[    5.554189] input: Logitech Wireless Device PID:400a Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input17
[    5.554292] hid-generic 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech Wireless Device PID:400a] on usb-0000:02:00.0-1.4/input2:1
[    5.556248] input: Logitech Wireless Device PID:2007 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input21
[    6.121338] hid-generic 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:2007] on usb-0000:02:00.0-1.4/input2:2
[    7.076756] [drm] amdgpu kernel modesetting enabled.
[    7.088036] amdgpu: Virtual CRAT table created for CPU
[    7.088062] amdgpu: Topology: Add CPU node
[    7.088094] amdgpu: Overdrive is enabled, please disable it before reporting any bugs unrelated to overdrive.
[    7.088167] amdgpu 0000:0a:00.0: enabling device (0006 -> 0007)
[    7.088212] amdgpu 0000:0a:00.0: amdgpu: initializing kernel modesetting (IP DISCOVERY 0x1002:0x7590 0x1EAE:0x8601 0xC0).
[    7.088224] amdgpu 0000:0a:00.0: amdgpu: register mmio base: 0xFCD00000
[    7.088225] amdgpu 0000:0a:00.0: amdgpu: register mmio size: 524288
[    7.092772] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 0 <soc24_common>
[    7.092776] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 1 <gmc_v12_0>
[    7.092778] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 2 <ih_v7_0>
[    7.092779] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 3 <psp>
[    7.092781] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 4 <smu>
[    7.092782] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 5 <dm>
[    7.092784] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 6 <gfx_v12_0>
[    7.092786] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 7 <sdma_v7_0>
[    7.092787] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 8 <vcn_v5_0_0>
[    7.092789] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 9 <jpeg_v5_0_0>
[    7.092790] amdgpu 0000:0a:00.0: amdgpu: detected ip block number 10 <mes_v12_0>
[    7.092803] amdgpu 0000:0a:00.0: amdgpu: Fetched VBIOS from VFCT
[    7.092806] amdgpu: ATOM BIOS: 113-44TC6SHB1-P03
[    7.142099] input: Logitech M325 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:400A.0008/input/input25
[    7.142186] logitech-hidpp-device 0003:046D:400A.0008: input,hidraw2: USB HID v1.11 Mouse [Logitech M325] on usb-0000:02:00.0-1.4/input2:1
[    7.143527] amdgpu 0000:0a:00.0: vgaarb: deactivate vga console
[    7.143533] amdgpu 0000:0a:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
[    7.143613] amdgpu 0000:0a:00.0: amdgpu: vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    7.143620] amdgpu 0000:0a:00.0: amdgpu: VRAM: 16304M 0x0000008000000000 - 0x00000083FAFFFFFF (16304M used)
[    7.143623] amdgpu 0000:0a:00.0: amdgpu: GART: 512M 0x0000000000000000 - 0x000000001FFFFFFF
[    7.143629] [drm] Detected VRAM RAM=16304M, BAR=16384M
[    7.143631] [drm] RAM width 128bits GDDR6
[    7.143756] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 16304M of VRAM memory ready
[    7.143760] amdgpu 0000:0a:00.0: amdgpu: amdgpu: 32105M of GTT memory ready.
[    7.143776] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    7.143842] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[    7.144400] amdgpu 0000:0a:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x00011300
[    7.144739] amdgpu 0000:0a:00.0: amdgpu: Found VCN firmware Version ENC: 1.9 DEC: 9 VEP: 0 Revision: 2
[    7.204177] input: Logitech K340 as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0004/0003:046D:2007.0009/input/input26
[    7.244400] logitech-hidpp-device 0003:046D:2007.0009: input,hidraw3: USB HID v1.11 Keyboard [Logitech K340] on usb-0000:02:00.0-1.4/input2:2
[    7.364572] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    7.367780] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    7.367783] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[    7.367812] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[    7.367815] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[    7.397027] amdgpu 0000:0a:00.0: amdgpu: SMU is initialized successfully!
[    7.398139] amdgpu 0000:0a:00.0: amdgpu: [drm] Display Core v3.2.340 initialized on DCN 4.0.1
[    7.398141] amdgpu 0000:0a:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
[    7.402284] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[    7.459629] snd_hda_intel 0000:0a:00.1: bound 0000:0a:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    7.687905] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.710151] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.710181] [drm] forcing HDMI-A-1 connector on
[    7.721720] amdgpu 0000:0a:00.0: amdgpu: [drm] PSR support 0, DC PSR ver -1, sink PSR ver 0 DPCD caps 0x0 su_y_granularity 0
[    7.722113] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[    7.722117] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[    7.791032] amdgpu: HMM registered 16304MB device memory
[    7.792477] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    7.792489] kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
[    7.792530] amdgpu: Virtual CRAT table created for GPU
[    7.792669] amdgpu: Topology: Add dGPU node [0x7590:0x1002]
[    7.792671] kfd kfd: amdgpu: added device 1002:7590
[    7.792680] amdgpu 0000:0a:00.0: amdgpu: SE 2, SH per SE 2, CU per SH 8, active_cu_number 32
[    7.792683] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[    7.792685] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    7.792687] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    7.792688] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[    7.792690] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[    7.792691] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[    7.792693] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[    7.792694] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[    7.792696] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[    7.796273] amdgpu 0000:0a:00.0: amdgpu: Using BACO for runtime pm
[    7.796810] amdgpu 0000:0a:00.0: [drm] Registered 4 planes with drm panic
[    7.796813] [drm] Initialized amdgpu 3.64.0 for 0000:0a:00.0 on minor 1
[    7.835772] amdgpu 0000:0a:00.0: amdgpu: [drm] Failed to setup vendor infoframe on connector HDMI-A-1: -22 
[    7.854515] fbcon: amdgpudrmfb (fb0) is primary device
[    7.854517] fbcon: Deferring console take-over
[    7.854519] amdgpu 0000:0a:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    7.891838] i2c_dev: i2c /dev entries driver
[    8.017245] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    8.017353] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    8.017443] Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
[    8.017486] faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
[    8.017488] cfg80211: failed to load regulatory.db
[    8.055993] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290
[    8.062210] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    8.062212] Bluetooth: BNEP filters: protocol multicast
[    8.062215] Bluetooth: BNEP socket layer initialized
[    8.063265] Generic FE-GE Realtek PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    8.063322] Bluetooth: MGMT ver 1.23
[    8.070402] NET: Registered PF_ALG protocol family
[    8.220396] r8169 0000:07:00.0 ethrltk: Link is Down
[    8.255085] 8021q: 802.1Q VLAN Support v1.8
[    8.271302] fbcon: Taking over console
[    8.274343] [drm] pre_validate_dsc:1627 MST_DSC dsc precompute is not needed
[    8.581915] Console: switching to colour frame buffer device 160x64
[   11.450556] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   14.511549] Bluetooth: RFCOMM TTY layer initialized
[   14.511555] Bluetooth: RFCOMM socket layer initialized
[   14.511557] Bluetooth: RFCOMM ver 1.11
[   23.293537] PM: suspend entry (deep)
[   23.303551] Filesystems sync: 0.010 seconds
[   23.359355] Freezing user space processes
[   23.360263] Freezing user space processes completed (elapsed 0.000 seconds)
[   23.360266] OOM killer disabled.
[   23.360267] Freezing remaining freezable tasks
[   23.361259] Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
[   23.361291] printk: Suspending console(s) (use no_console_suspend to debug)
[   23.514408] snd_hda_codec_atihdmi hdaudioC0D0: PM: calling hda_codec_pm_suspend [snd_hda_codec] @ 936, parent: 0000:0a:00.1
[   23.514546] nct6775 nct6775.656: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.514559] pci 0000:0b:00.0: PM: calling pci_pm_suspend @ 13, parent: 0000:00:07.1
[   23.514559] ccp 0000:0c:00.1: PM: calling pci_pm_suspend @ 230, parent: 0000:00:08.1
[   23.514559] pci 0000:0c:00.0: PM: calling pci_pm_suspend @ 12, parent: 0000:00:08.1
[   23.514564] pci 0000:0b:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514565] pci 0000:0c:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514566] ccp 0000:0c:00.1: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.514709] usb 1-7: PM: calling usb_dev_suspend @ 1023, parent: usb1
[   23.514905] usb usb4: PM: calling usb_dev_suspend @ 1028, parent: 0000:0c:00.3
[   23.514953] usb usb2: PM: calling usb_dev_suspend @ 1030, parent: 0000:02:00.0
[   23.525290] snd_hda_codec_atihdmi hdaudioC0D0: PM: hda_codec_pm_suspend [snd_hda_codec] returned 0 after 10868 usecs
[   23.535302] usb usb2: PM: usb_dev_suspend returned 0 after 20344 usecs
[   23.548311] usb usb4: PM: usb_dev_suspend returned 0 after 33400 usecs
[   23.594922] nct6775 nct6775.656: PM: platform_pm_suspend returned 0 after 80370 usecs
[   23.594953] leds input26::kana: PM: calling led_suspend @ 1011, parent: input26
[   23.594956] leds input26::kana: PM: led_suspend returned 0 after 0 usecs
[   23.594959] leds input26::compose: PM: calling led_suspend @ 1011, parent: input26
[   23.594961] leds input26::compose: PM: led_suspend returned 0 after 0 usecs
[   23.594964] leds input26::scrolllock: PM: calling led_suspend @ 1011, parent: input26
[   23.594966] leds input26::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   23.594968] leds input26::capslock: PM: calling led_suspend @ 1011, parent: input26
[   23.594970] leds input26::capslock: PM: led_suspend returned 0 after 0 usecs
[   23.594973] leds input26::numlock: PM: calling led_suspend @ 1011, parent: input26
[   23.594975] leds input26::numlock: PM: led_suspend returned 0 after 0 usecs
[   23.594978] input input26: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:2007.0009
[   23.594997] input input26: PM: input_dev_suspend returned 0 after 16 usecs
[   23.595002] input input25: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:400A.0008
[   23.595004] input input25: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595009] input input16: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C077.0007
[   23.595011] input input16: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595016] input input15: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0006
[   23.595019] input input15: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595022] input input14: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0006
[   23.595024] input input14: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595027] leds input13::kana: PM: calling led_suspend @ 1011, parent: input13
[   23.595030] leds input13::kana: PM: led_suspend returned 0 after 0 usecs
[   23.595032] leds input13::compose: PM: calling led_suspend @ 1011, parent: input13
[   23.595034] leds input13::compose: PM: led_suspend returned 0 after 0 usecs
[   23.595037] leds input13::scrolllock: PM: calling led_suspend @ 1011, parent: input13
[   23.595039] leds input13::scrolllock: PM: led_suspend returned 0 after 0 usecs
[   23.595041] leds input13::capslock: PM: calling led_suspend @ 1011, parent: input13
[   23.595043] leds input13::capslock: PM: led_suspend returned 0 after 0 usecs
[   23.595046] leds input13::numlock: PM: calling led_suspend @ 1011, parent: input13
[   23.595048] leds input13::numlock: PM: led_suspend returned 0 after 0 usecs
[   23.595050] input input13: PM: calling input_dev_suspend @ 1011, parent: 0003:046D:C31C.0005
[   23.595061] input input13: PM: input_dev_suspend returned 0 after 8 usecs
[   23.595066] sound pcmC1D0c: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card1
[   23.595073] sound pcmC1D0c: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595079] input input8: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595082] input input8: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595084] input input7: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595086] input input7: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595089] input input6: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595091] input input6: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595094] input input5: PM: calling input_dev_suspend @ 1011, parent: card0
[   23.595096] input input5: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595099] sound pcmC0D9p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595103] sound pcmC0D9p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595108] sound pcmC0D8p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595113] sound pcmC0D8p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595117] sound pcmC0D7p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595122] sound pcmC0D7p: PM: do_pcm_suspend [snd_pcm] returned 0 after 0 usecs
[   23.595126] sound pcmC0D3p: PM: calling do_pcm_suspend [snd_pcm] @ 1011, parent: card0
[   23.595138] sound pcmC0D3p: PM: do_pcm_suspend [snd_pcm] returned 0 after 7 usecs
[   23.595145] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595147] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595150] rfkill rfkill0: PM: calling rfkill_suspend [rfkill] @ 1011, parent: hci0
[   23.595154] rfkill rfkill0: PM: rfkill_suspend [rfkill] returned 0 after 0 usecs
[   23.595153] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend @ 1043, parent: platform
[   23.595160] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend @ 936, parent: 0000:09:00.0
[   23.595161] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_suspend [libphy] @ 1011, parent: r8169-0-700
[   23.595167] usb 3-1: PM: calling usb_dev_suspend @ 1026, parent: usb3
[   23.595172] usb 3-1: PM: usb_dev_suspend returned 0 after 0 usecs
[   23.595172] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_suspend [libphy] returned 0 after 0 usecs
[   23.595176] usb 1-1.3: PM: calling usb_dev_suspend @ 691, parent: 1-1
[   23.595176] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend returned 0 after 15 usecs
[   23.595177] usb 1-6: PM: calling usb_dev_suspend @ 228, parent: usb1
[   23.595180] usb 1-9: PM: calling usb_dev_suspend @ 1015, parent: usb1
[   23.595181] usb 1-10: PM: calling usb_dev_suspend @ 13, parent: usb1
[   23.595183] usb 1-6: PM: usb_dev_suspend returned 0 after 0 usecs
[   23.595183] usb usb3: PM: calling usb_dev_suspend @ 1029, parent: 0000:0c:00.3
[   23.595192] input input3: PM: calling input_dev_suspend @ 1011, parent: pcspkr
[   23.595191] usb 1-1.4: PM: calling usb_dev_suspend @ 1019, parent: 1-1
[   23.595191] r8169 0000:07:00.0: PM: calling pci_pm_suspend @ 1021, parent: 0000:03:09.0
[   23.595194] input input3: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595199] input input2: PM: calling input_dev_suspend @ 1011, parent: eeepc-wmi
[   23.595200] r8169 0000:07:00.0 ethrltk: Link is Down
[   23.595200] k10temp 0000:00:18.3: PM: calling pci_pm_suspend @ 96, parent: pci0000:00
[   23.595202] input input2: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595204] eeepc-wmi eeepc-wmi: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595205] k10temp 0000:00:18.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595207] eeepc-wmi eeepc-wmi: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595219] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend returned 0 after 52 usecs
[   23.595225] nvme 0000:05:00.0: PM: calling pci_pm_suspend @ 12, parent: 0000:03:04.0
[   23.595225] nvme 0000:01:00.0: PM: calling pci_pm_suspend @ 96, parent: 0000:00:01.1
[   23.595229] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_suspend @ 1011, parent: rtc0
[   23.595232] alarmtimer alarmtimer.0.auto: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595233] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend @ 1044, parent: pci0000:00
[   23.595235] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend @ 230, parent: 0000:09:00.0
[   23.595235] rtc rtc0: PM: calling rtc_suspend @ 1011, parent: 00:02
[   23.595236] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595257] rtc rtc0: PM: rtc_suspend returned 0 after 0 usecs
[   23.595265] port serial8250:0.31: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595269] port serial8250:0.31: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595272] port serial8250:0.30: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595275] port serial8250:0.30: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595278] port serial8250:0.29: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595281] port serial8250:0.29: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595284] port serial8250:0.28: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595286] port serial8250:0.28: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595289] port serial8250:0.27: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595292] port serial8250:0.27: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595295] port serial8250:0.26: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595297] port serial8250:0.26: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595301] port serial8250:0.25: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595303] port serial8250:0.25: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595306] port serial8250:0.24: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595309] port serial8250:0.24: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595312] port serial8250:0.23: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595314] port serial8250:0.23: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595317] port serial8250:0.22: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595320] port serial8250:0.22: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595323] port serial8250:0.21: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595325] port serial8250:0.21: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595328] port serial8250:0.20: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595331] port serial8250:0.20: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595334] port serial8250:0.19: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595337] port serial8250:0.19: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595340] port serial8250:0.18: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595342] port serial8250:0.18: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595345] port serial8250:0.17: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595348] port serial8250:0.17: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595351] port serial8250:0.16: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595353] port serial8250:0.16: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595356] port serial8250:0.15: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595359] port serial8250:0.15: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595362] port serial8250:0.14: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595365] port serial8250:0.14: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595368] port serial8250:0.13: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595370] port serial8250:0.13: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595373] port serial8250:0.12: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595376] port serial8250:0.12: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595379] port serial8250:0.11: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595381] port serial8250:0.11: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595384] port serial8250:0.10: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595387] port serial8250:0.10: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595390] port serial8250:0.9: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595393] port serial8250:0.9: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595396] port serial8250:0.8: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595398] port serial8250:0.8: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595401] port serial8250:0.7: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595404] port serial8250:0.7: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595407] port serial8250:0.6: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595409] port serial8250:0.6: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595412] port serial8250:0.5: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595415] port serial8250:0.5: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595418] port serial8250:0.4: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595420] port serial8250:0.4: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595424] port serial8250:0.3: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595426] port serial8250:0.3: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595429] port serial8250:0.2: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595432] port serial8250:0.2: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595435] port serial8250:0.1: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595437] port serial8250:0.1: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595440] port serial8250:0.0: PM: calling pm_runtime_force_suspend @ 1011, parent: serial8250:0
[   23.595443] port serial8250:0.0: PM: pm_runtime_force_suspend returned 0 after 0 usecs
[   23.595448] serial8250 serial8250: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595451] serial8250 serial8250: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595458] input input1: PM: calling input_dev_suspend @ 1011, parent: LNXPWRBN:00
[   23.595461] input input1: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595464] input input0: PM: calling input_dev_suspend @ 1011, parent: PNP0C0C:00
[   23.595467] input input0: PM: input_dev_suspend returned 0 after 0 usecs
[   23.595481] pcspkr pcspkr: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595499] pcspkr pcspkr: PM: platform_pm_suspend returned 0 after 14 usecs
[   23.595501] usb usb3: PM: usb_dev_suspend returned 0 after 311 usecs
[   23.595509] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend @ 1028, parent: 0000:00:08.1
[   23.595547] system 00:04: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595552] system 00:04: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595555] system 00:03: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595558] system 00:03: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595562] rtc_cmos 00:02: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595640] rtc_cmos 00:02: PM: pnp_bus_suspend returned 0 after 74 usecs
[   23.595643] system 00:01: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595645] system 00:01: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595648] system 00:00: PM: calling pnp_bus_suspend @ 1011, parent: pnp0
[   23.595651] system 00:00: PM: pnp_bus_suspend returned 0 after 0 usecs
[   23.595655] platform efivars.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595658] platform efivars.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595660] platform rtc-efi.0: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595663] platform rtc-efi.0: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595666] button LNXPWRBN:00: PM: calling acpi_button_suspend @ 1011, parent: LNXSYSTM:00
[   23.595670] button LNXPWRBN:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   23.595672] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595676] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595679] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595681] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend returned 0 after 163 usecs
[   23.595682] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595686] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595689] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595692] platform PNP0103:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595694] platform PNP0103:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595697] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595700] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595703] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595706] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595710] platform acpi-cpufreq: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595712] platform acpi-cpufreq: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595714] platform MSFT0101:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595716] platform MSFT0101:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595719] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend @ 1011, parent: platform
[   23.595722] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend returned 0 after 0 usecs
[   23.595725] platform PNP0C0C:00: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.595727] platform PNP0C0C:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595730] platform PNP0800:00: PM: calling platform_pm_suspend @ 1011, parent: 0000:00:14.3
[   23.595732] platform PNP0800:00: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.595739] pci 0000:00:14.3: PM: calling pci_pm_suspend @ 1028, parent: pci0000:00
[   23.595739] pcieport 0000:00:08.1: PM: calling pci_pm_suspend @ 1037, parent: pci0000:00
[   23.595743] pci 0000:00:14.3: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.595744] pcieport 0000:00:07.1: PM: calling pci_pm_suspend @ 1038, parent: pci0000:00
[   23.595747] pcieport 0000:03:08.0: PM: calling pci_pm_suspend @ 1035, parent: 0000:02:00.2
[   23.595747] pcieport 0000:00:08.1: PM: pci_pm_suspend returned 0 after 4 usecs
[   23.595749] pcieport 0000:03:00.0: PM: calling pci_pm_suspend @ 1036, parent: 0000:02:00.2
[   23.595768] tpm_crb MSFT0101:00: PM: calling tpm_pm_suspend @ 1011, parent: LNXSYBUS:00
[   23.596448] usb 1-1.4: PM: usb_dev_suspend returned 0 after 1252 usecs
[   23.597185] usb 1-1.3: PM: usb_dev_suspend returned 0 after 2004 usecs
[   23.597193] usb 1-1: PM: calling usb_dev_suspend @ 1025, parent: usb1
[   23.597519] usb 1-1: PM: usb_dev_suspend returned 0 after 322 usecs
[   23.599602] usb 1-9: PM: usb_dev_suspend returned 0 after 4416 usecs
[   23.600274] r8169 0000:07:00.0: PM: pci_pm_suspend returned 0 after 5077 usecs
[   23.600285] pcieport 0000:03:09.0: PM: calling pci_pm_suspend @ 1033, parent: 0000:02:00.2
[   23.600293] pcieport 0000:03:09.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.607344] pcieport 0000:00:07.1: PM: pci_pm_suspend returned 0 after 11593 usecs
[   23.607346] pcieport 0000:03:08.0: PM: pci_pm_suspend returned 0 after 11595 usecs
[   23.607833] pcieport 0000:03:00.0: PM: pci_pm_suspend returned 0 after 12079 usecs
[   23.621601] usb 1-10: PM: usb_dev_suspend returned 0 after 26414 usecs
[   23.630026] usb 1-7: PM: usb_dev_suspend returned 0 after 115310 usecs
[   23.630042] usb usb1: PM: calling usb_dev_suspend @ 1031, parent: 0000:02:00.0
[   23.640243] usb usb1: PM: usb_dev_suspend returned 0 after 10197 usecs
[   23.640254] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend @ 1030, parent: 0000:00:01.2
[   23.641369] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend returned 0 after 1110 usecs
[   23.654121] tpm_crb MSFT0101:00: PM: tpm_pm_suspend returned 0 after 58348 usecs
[   23.654139] button PNP0C0C:00: PM: calling acpi_button_suspend @ 1011, parent: LNXSYBUS:00
[   23.654143] button PNP0C0C:00: PM: acpi_button_suspend returned 0 after 0 usecs
[   23.654214] PCCT PCCT: PM: calling platform_pm_suspend @ 1011, parent: platform
[   23.654218] PCCT PCCT: PM: platform_pm_suspend returned 0 after 0 usecs
[   23.654222] regulator regulator.0: PM: calling regulator_suspend @ 1011, parent: reg-dummy
[   23.654226] regulator regulator.0: PM: regulator_suspend returned 0 after 0 usecs
[   23.670689] nvme 0000:01:00.0: PM: pci_pm_suspend returned 0 after 75460 usecs
[   23.670711] pcieport 0000:00:01.1: PM: calling pci_pm_suspend @ 1041, parent: pci0000:00
[   23.670719] pcieport 0000:00:01.1: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.670742] nvme 0000:05:00.0: PM: pci_pm_suspend returned 0 after 75513 usecs
[   23.670753] pcieport 0000:03:04.0: PM: calling pci_pm_suspend @ 1034, parent: 0000:02:00.2
[   23.670761] pcieport 0000:03:04.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.670782] pcieport 0000:02:00.2: PM: calling pci_pm_suspend @ 1037, parent: 0000:00:01.2
[   23.670787] pcieport 0000:02:00.2: PM: pci_pm_suspend returned 0 after 1 usecs
[   23.670795] pcieport 0000:00:01.2: PM: calling pci_pm_suspend @ 1040, parent: pci0000:00
[   23.670800] pcieport 0000:00:01.2: PM: pci_pm_suspend returned 0 after 2 usecs
[   23.684269] amdgpu 0000:0a:00.0: PM: pci_pm_suspend returned 0 after 89030 usecs
[   23.684277] pcieport 0000:09:00.0: PM: calling pci_pm_suspend @ 1032, parent: 0000:08:00.0
[   23.684284] pcieport 0000:09:00.0: PM: pci_pm_suspend returned 0 after 3 usecs
[   23.684293] pcieport 0000:08:00.0: PM: calling pci_pm_suspend @ 1028, parent: 0000:00:03.1
[   23.684296] pcieport 0000:08:00.0: PM: pci_pm_suspend returned 0 after 0 usecs
[   23.684303] pcieport 0000:00:03.1: PM: calling pci_pm_suspend @ 1039, parent: pci0000:00
[   23.684307] pcieport 0000:00:03.1: PM: pci_pm_suspend returned 0 after 1 usecs
[   23.684317] PM: suspend of devices complete after 175.141 msecs
[   23.684319] PM: start suspend of devices complete after 323.012 msecs
[   23.684541] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_late @ 1034, parent: 0000:00:08.1
[   23.684542] pci 0000:0b:00.0: PM: calling pci_pm_suspend_late @ 1028, parent: 0000:00:07.1
[   23.684542] pci 0000:0c:00.0: PM: calling pci_pm_suspend_late @ 1037, parent: 0000:00:08.1
[   23.684546] ccp 0000:0c:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684547] pci 0000:0b:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684548] pci 0000:0c:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684641] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_late @ 1024, parent: platform
[   23.684654] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_late returned 0 after 9 usecs
[   23.684667] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_late @ 1032, parent: 0000:09:00.0
[   23.684671] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_late @ 1020, parent: 0000:00:08.1
[   23.684672] r8169 0000:07:00.0: PM: calling pci_pm_suspend_late @ 1038, parent: 0000:03:09.0
[   23.684673] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684674] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684677] r8169 0000:07:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684680] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_late @ 1020, parent: pci0000:00
[   23.684681] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_late @ 1026, parent: 0000:09:00.0
[   23.684684] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684684] k10temp 0000:00:18.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684684] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_late @ 1045, parent: 0000:00:01.2
[   23.684684] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_late @ 1022, parent: pci0000:00
[   23.684688] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684688] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684701] nvme 0000:05:00.0: PM: calling pci_pm_suspend_late @ 1046, parent: 0000:03:04.0
[   23.684703] nvme 0000:01:00.0: PM: calling pci_pm_suspend_late @ 1027, parent: 0000:00:01.1
[   23.684704] nvme 0000:05:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684707] nvme 0000:01:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684789] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684792] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684795] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684797] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684800] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684802] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684805] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684807] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684810] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684812] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_late returned 0 after 0 usecs
[   23.684815] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_late @ 1011, parent: platform
[   23.684825] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_late returned 0 after 7 usecs
[   23.684832] pci 0000:00:14.3: PM: calling pci_pm_suspend_late @ 1027, parent: pci0000:00
[   23.684833] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_late @ 1044, parent: pci0000:00
[   23.684834] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_late @ 1029, parent: pci0000:00
[   23.684835] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_late @ 1033, parent: 0000:08:00.0
[   23.684835] pci 0000:00:14.3: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_late @ 1015, parent: 0000:02:00.2
[   23.684838] pcieport 0000:00:08.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:09:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:00:07.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684838] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_late @ 691, parent: 0000:02:00.2
[   23.684839] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_late @ 1025, parent: 0000:02:00.2
[   23.684841] pcieport 0000:03:09.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684841] pcieport 0000:03:04.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684841] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_late @ 1021, parent: 0000:02:00.2
[   23.684842] pcieport 0000:03:08.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684846] pcieport 0000:03:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684847] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_late @ 1043, parent: pci0000:00
[   23.684847] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_late @ 1046, parent: 0000:00:03.1
[   23.684850] pcieport 0000:00:01.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684851] pcieport 0000:08:00.0: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684852] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_late @ 1029, parent: 0000:00:01.2
[   23.684855] pcieport 0000:02:00.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684858] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_late @ 936, parent: pci0000:00
[   23.684860] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_late @ 228, parent: pci0000:00
[   23.684861] pcieport 0000:00:03.1: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684863] pcieport 0000:00:01.2: PM: pci_pm_suspend_late returned 0 after 0 usecs
[   23.684933] PM: late suspend of devices complete after 0.611 msecs
[   23.685156] ccp 0000:0c:00.1: PM: calling pci_pm_suspend_noirq @ 936, parent: 0000:00:08.1
[   23.685157] pci 0000:0c:00.0: PM: calling pci_pm_suspend_noirq @ 1029, parent: 0000:00:08.1
[   23.685157] pci 0000:0b:00.0: PM: calling pci_pm_suspend_noirq @ 1019, parent: 0000:00:07.1
[   23.685218] pci 0000:0c:00.0: PM: pci_pm_suspend_noirq returned 0 after 58 usecs
[   23.685220] pci 0000:0b:00.0: PM: pci_pm_suspend_noirq returned 0 after 59 usecs
[   23.685232] i2c_designware AMDI0010:03: PM: calling acpi_subsys_suspend_noirq @ 1028, parent: platform
[   23.685236] i2c_designware AMDI0010:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685262] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_suspend_noirq @ 1043, parent: 0000:09:00.0
[   23.685267] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_suspend_noirq @ 1042, parent: 0000:00:08.1
[   23.685269] r8169 0000:07:00.0: PM: calling pci_pm_suspend_noirq @ 1026, parent: 0000:03:09.0
[   23.685276] k10temp 0000:00:18.3: PM: calling pci_pm_suspend_noirq @ 1035, parent: pci0000:00
[   23.685279] xhci_hcd 0000:02:00.0: PM: calling pci_pm_suspend_noirq @ 1018, parent: 0000:00:01.2
[   23.685280] piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_noirq @ 1019, parent: pci0000:00
[   23.685292] nvme 0000:05:00.0: PM: calling pci_pm_suspend_noirq @ 96, parent: 0000:03:04.0
[   23.685296] nvme 0000:01:00.0: PM: calling pci_pm_suspend_noirq @ 1047, parent: 0000:00:01.1
[   23.685345] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685349] acpi-wmi PNP0C14:03: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685351] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685354] acpi-wmi PNP0C14:02: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685357] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685359] acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685363] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685365] acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685368] pt-gpio AMDIF030:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685370] pt-gpio AMDIF030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685374] amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_noirq @ 1011, parent: platform
[   23.685376] amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_noirq returned 0 after 0 usecs
[   23.685382] pci 0000:00:14.3: PM: calling pci_pm_suspend_noirq @ 691, parent: pci0000:00
[   23.685384] pcieport 0000:00:07.1: PM: calling pci_pm_suspend_noirq @ 230, parent: pci0000:00
[   23.685386] k10temp 0000:00:18.3: PM: pci_pm_suspend_noirq returned 0 after 106 usecs
[   23.685393] pcieport 0000:03:00.0: PM: calling pci_pm_suspend_noirq @ 1036, parent: 0000:02:00.2
[   23.685591] piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_noirq returned 0 after 307 usecs
[   23.685608] pci 0000:00:14.3: PM: pci_pm_suspend_noirq returned 0 after 223 usecs
[   23.685615] pcieport 0000:03:08.0: PM: calling pci_pm_suspend_noirq @ 1040, parent: 0000:02:00.2
[   23.697227] ccp 0000:0c:00.1: PM: pci_pm_suspend_noirq returned 0 after 12066 usecs
[   23.697227] pcieport 0000:00:07.1: PM: pci_pm_suspend_noirq returned 0 after 11839 usecs
[   23.697434] r8169 0000:07:00.0: PM: pci_pm_suspend_noirq returned 0 after 12161 usecs
[   23.697440] pcieport 0000:03:09.0: PM: calling pci_pm_suspend_noirq @ 1023, parent: 0000:02:00.2
[   23.697651] snd_hda_intel 0000:0a:00.1: PM: pci_pm_suspend_noirq returned 0 after 12385 usecs
[   23.697654] xhci_hcd 0000:0c:00.3: PM: pci_pm_suspend_noirq returned 0 after 12382 usecs
[   23.697659] amdgpu 0000:0a:00.0: PM: calling pci_pm_suspend_noirq @ 1034, parent: 0000:09:00.0
[   23.697661] pcieport 0000:00:08.1: PM: calling pci_pm_suspend_noirq @ 12, parent: pci0000:00
[   23.697662] amdgpu 0000:0a:00.0: amdgpu: MODE1 reset
[   23.697789] amdgpu 0000:0a:00.0: amdgpu: GPU mode1 reset
[   23.697794] xhci_hcd 0000:02:00.0: PM: pci_pm_suspend_noirq returned 0 after 12511 usecs
[   23.698148] nvme 0000:05:00.0: PM: pci_pm_suspend_noirq returned 0 after 12853 usecs
[   23.698156] pcieport 0000:03:04.0: PM: calling pci_pm_suspend_noirq @ 1031, parent: 0000:02:00.2
[   23.698369] nvme 0000:01:00.0: PM: pci_pm_suspend_noirq returned 0 after 13069 usecs
[   23.698370] pcieport 0000:03:00.0: PM: pci_pm_suspend_noirq returned 0 after 12973 usecs
[   23.698374] pcieport 0000:03:08.0: PM: pci_pm_suspend_noirq returned 0 after 12755 usecs
[   23.698378] pcieport 0000:00:01.1: PM: calling pci_pm_suspend_noirq @ 1029, parent: pci0000:00
[   23.698503] amdgpu 0000:0a:00.0: amdgpu: GPU smu mode1 reset
[   23.710413] pcieport 0000:03:09.0: PM: pci_pm_suspend_noirq returned 0 after 12969 usecs
[   23.710486] pcieport 0000:03:04.0: PM: pci_pm_suspend_noirq returned 0 after 12326 usecs
[   23.710493] pcieport 0000:02:00.2: PM: calling pci_pm_suspend_noirq @ 1019, parent: 0000:00:01.2
[   23.710494] pcieport 0000:00:08.1: PM: pci_pm_suspend_noirq returned 0 after 12829 usecs
[   23.710510] pcieport 0000:00:01.1: PM: pci_pm_suspend_noirq returned 0 after 12129 usecs
[   23.722730] pcieport 0000:02:00.2: PM: pci_pm_suspend_noirq returned 0 after 12234 usecs
[   23.722753] pcieport 0000:00:01.2: PM: calling pci_pm_suspend_noirq @ 1024, parent: pci0000:00
[   23.734825] pcieport 0000:00:01.2: PM: pci_pm_suspend_noirq returned 0 after 12066 usecs
[   24.757416] amdgpu 0000:0a:00.0: PM: pci_pm_suspend_noirq returned 0 after 1059752 usecs
[   24.757438] pcieport 0000:09:00.0: PM: calling pci_pm_suspend_noirq @ 1032, parent: 0000:08:00.0
[   24.769987] pcieport 0000:09:00.0: PM: pci_pm_suspend_noirq returned 0 after 12540 usecs
[   24.770007] pcieport 0000:08:00.0: PM: calling pci_pm_suspend_noirq @ 1035, parent: 0000:00:03.1
[   24.782740] pcieport 0000:08:00.0: PM: pci_pm_suspend_noirq returned 0 after 12727 usecs
[   24.782775] pcieport 0000:00:03.1: PM: calling pci_pm_suspend_noirq @ 13, parent: pci0000:00
[   24.795143] pcieport 0000:00:03.1: PM: pci_pm_suspend_noirq returned 0 after 12360 usecs
[   24.795191] PM: noirq suspend of devices complete after 1110.186 msecs
[   24.795197] ACPI: PM: Preparing to enter system sleep state S3
[   25.301421] ACPI: PM: Saving platform NVS memory
[   25.301498] Disabling non-boot CPUs ...
[   25.303138] smpboot: CPU 11 is now offline
[   25.306565] smpboot: CPU 10 is now offline
[   25.308400] smpboot: CPU 9 is now offline
[   25.310316] smpboot: CPU 8 is now offline
[   25.312215] smpboot: CPU 7 is now offline
[   25.314194] smpboot: CPU 6 is now offline
[   25.314661] Spectre V2 : Update user space SMT mitigation: STIBP off
[   25.316097] smpboot: CPU 5 is now offline
[   25.318140] smpboot: CPU 4 is now offline
[   25.319901] smpboot: CPU 3 is now offline
[   25.321662] smpboot: CPU 2 is now offline
[   25.323639] smpboot: CPU 1 is now offline
[   25.324179] Checking wakeup interrupts
[   25.324180] Calling mce_syscore_suspend+0x0/0x20
[   25.324185] Calling ledtrig_cpu_syscore_suspend+0x0/0x20
[   25.324189] Calling timekeeping_suspend+0x0/0x300
[   25.324220] Calling save_ioapic_entries+0x0/0xe0
[   25.324352] Calling i8259A_suspend+0x0/0x30
[   25.324357] Calling perf_ibs_suspend+0x0/0x40
[   25.324360] Calling amd_iommu_suspend+0x0/0x50
[   25.324376] Calling fw_suspend+0x0/0x20
[   25.324381] Calling acpi_save_bm_rld+0x0/0x30
[   25.324386] Calling lapic_suspend+0x0/0x1a0
[   25.324505] ACPI: PM: Low-level resume complete
[   25.324523] ACPI: PM: Restoring platform NVS memory
[   25.324561] Calling lapic_resume+0x0/0x230
[   25.324623] Calling acpi_restore_bm_rld+0x0/0x70
[   25.324628] Calling irqrouter_resume+0x0/0x90
[   25.324631] Calling amd_iommu_resume+0x0/0x60
[   25.324682] Calling perf_ibs_resume+0x0/0x30
[   25.324685] LVT offset 0 assigned for vector 0x400
[   25.324687] Calling i8259A_resume+0x0/0x40
[   25.324825] Calling ioapic_resume+0x0/0xd0
[   25.324888] Calling irq_pm_syscore_resume+0x0/0x20
[   25.324932] Calling timekeeping_resume+0x0/0x190
[   25.324966] Timekeeping suspended for 8.946 seconds
[   25.324978] Calling ledtrig_cpu_syscore_resume+0x0/0x20
[   25.324981] Calling init_counter_refs+0x0/0x40
[   25.324984] Calling mce_syscore_resume+0x0/0x30
[   25.325197] Calling microcode_bsp_resume+0x0/0xf0
[   25.325305] Enabling non-boot CPUs ...
[   25.325411] smpboot: Booting Node 0 Processor 1 APIC 0x2
[   25.328296] CPU1 is up
[   25.328322] smpboot: Booting Node 0 Processor 2 APIC 0x4
[   25.331244] CPU2 is up
[   25.331265] smpboot: Booting Node 0 Processor 3 APIC 0x6
[   25.334243] CPU3 is up
[   25.334262] smpboot: Booting Node 0 Processor 4 APIC 0x8
[   25.337244] CPU4 is up
[   25.337267] smpboot: Booting Node 0 Processor 5 APIC 0xa
[   25.340266] CPU5 is up
[   25.340289] smpboot: Booting Node 0 Processor 6 APIC 0x1
[   25.343300] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[   25.343329] CPU6 is up
[   25.343349] smpboot: Booting Node 0 Processor 7 APIC 0x3
[   25.346259] CPU7 is up
[   25.346294] smpboot: Booting Node 0 Processor 8 APIC 0x5
[   25.349273] CPU8 is up
[   25.349292] smpboot: Booting Node 0 Processor 9 APIC 0x7
[   25.352281] CPU9 is up
[   25.352304] smpboot: Booting Node 0 Processor 10 APIC 0x9
[   25.355287] CPU10 is up
[   25.355305] smpboot: Booting Node 0 Processor 11 APIC 0xb
[   25.358299] CPU11 is up
[   25.359355] ACPI: PM: Waking up from system sleep state S3
[   25.360065] pcieport 0000:00:01.2: PM: calling pci_pm_resume_noirq @ 13, parent: pci0000:00
[   25.360065] pcieport 0000:00:01.1: PM: calling pci_pm_resume_noirq @ 1032, parent: pci0000:00
[   25.360068] pcieport 0000:00:03.1: PM: calling pci_pm_resume_noirq @ 1039, parent: pci0000:00
[   25.360071] pcieport 0000:00:07.1: PM: calling pci_pm_resume_noirq @ 1035, parent: pci0000:00
[   25.360074] pcieport 0000:00:08.1: PM: calling pci_pm_resume_noirq @ 1019, parent: pci0000:00
[   25.360103] k10temp 0000:00:18.3: PM: calling pci_pm_resume_noirq @ 1031, parent: pci0000:00
[   25.360105] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_noirq @ 1034, parent: pci0000:00
[   25.360110] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_noirq @ 12, parent: platform
[   25.360115] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360117] pci 0000:00:14.3: PM: calling pci_pm_resume_noirq @ 1024, parent: pci0000:00
[   25.360118] k10temp 0000:00:18.3: PM: pci_pm_resume_noirq returned 0 after 11 usecs
[   25.360231] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_noirq returned 0 after 122 usecs
[   25.360241] pci 0000:00:14.3: PM: pci_pm_resume_noirq returned 0 after 120 usecs
[   25.360250] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360254] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360257] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360260] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360263] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360266] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360269] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360271] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360274] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360276] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360279] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_noirq @ 1011, parent: platform
[   25.360282] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_noirq returned 0 after 0 usecs
[   25.360310] pcieport 0000:00:01.1: PM: pci_pm_resume_noirq returned 0 after 238 usecs
[   25.360318] nvme 0000:01:00.0: PM: calling pci_pm_resume_noirq @ 1034, parent: 0000:00:01.1
[   25.360330] pcieport 0000:00:07.1: PM: pci_pm_resume_noirq returned 0 after 255 usecs
[   25.360337] pcieport 0000:00:01.2: PM: pci_pm_resume_noirq returned 0 after 265 usecs
[   25.360338] pcieport 0000:00:03.1: PM: pci_pm_resume_noirq returned 0 after 264 usecs
[   25.360341] pcieport 0000:00:08.1: PM: pci_pm_resume_noirq returned 0 after 262 usecs
[   25.360343] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_noirq @ 1024, parent: 0000:00:01.2
[   25.360346] pcieport 0000:02:00.2: PM: calling pci_pm_resume_noirq @ 1032, parent: 0000:00:01.2
[   25.360418] pcieport 0000:08:00.0: PM: calling pci_pm_resume_noirq @ 12, parent: 0000:00:03.1
[   25.360431] pci 0000:0b:00.0: PM: calling pci_pm_resume_noirq @ 1040, parent: 0000:00:07.1
[   25.360433] pci 0000:0c:00.0: PM: calling pci_pm_resume_noirq @ 1036, parent: 0000:00:08.1
[   25.360437] ccp 0000:0c:00.1: PM: calling pci_pm_resume_noirq @ 96, parent: 0000:00:08.1
[   25.360442] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_noirq @ 1018, parent: 0000:00:08.1
[   25.360608] pcieport 0000:02:00.2: PM: pci_pm_resume_noirq returned 0 after 259 usecs
[   25.360615] pcieport 0000:03:00.0: PM: calling pci_pm_resume_noirq @ 1035, parent: 0000:02:00.2
[   25.360617] pcieport 0000:03:08.0: PM: calling pci_pm_resume_noirq @ 1023, parent: 0000:02:00.2
[   25.360648] nvme 0000:01:00.0: PM: pci_pm_resume_noirq returned 0 after 327 usecs
[   25.360719] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_noirq returned 0 after 373 usecs
[   25.360729] pcieport 0000:03:09.0: PM: calling pci_pm_resume_noirq @ 1039, parent: 0000:02:00.2
[   25.360739] pci 0000:0b:00.0: PM: pci_pm_resume_noirq returned 0 after 304 usecs
[   25.360746] pci 0000:0c:00.0: PM: pci_pm_resume_noirq returned 0 after 308 usecs
[   25.360803] pcieport 0000:03:04.0: PM: calling pci_pm_resume_noirq @ 1047, parent: 0000:02:00.2
[   25.360830] ccp 0000:0c:00.1: PM: pci_pm_resume_noirq returned 0 after 388 usecs
[   25.360853] pcieport 0000:08:00.0: PM: pci_pm_resume_noirq returned 0 after 431 usecs
[   25.360857] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_noirq returned 0 after 412 usecs
[   25.360858] pcieport 0000:09:00.0: PM: calling pci_pm_resume_noirq @ 1031, parent: 0000:08:00.0
[   25.360984] pcieport 0000:03:00.0: PM: pci_pm_resume_noirq returned 0 after 362 usecs
[   25.360992] pcieport 0000:03:08.0: PM: pci_pm_resume_noirq returned 0 after 371 usecs
[   25.361037] pcieport 0000:03:09.0: PM: pci_pm_resume_noirq returned 0 after 304 usecs
[   25.361042] r8169 0000:07:00.0: PM: calling pci_pm_resume_noirq @ 13, parent: 0000:03:09.0
[   25.361071] pcieport 0000:03:04.0: PM: pci_pm_resume_noirq returned 0 after 265 usecs
[   25.361076] nvme 0000:05:00.0: PM: calling pci_pm_resume_noirq @ 1029, parent: 0000:03:04.0
[   25.361156] pcieport 0000:09:00.0: PM: pci_pm_resume_noirq returned 0 after 294 usecs
[   25.361161] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_noirq @ 1019, parent: 0000:09:00.0
[   25.361322] nvme 0000:05:00.0: PM: pci_pm_resume_noirq returned 0 after 243 usecs
[   25.361343] r8169 0000:07:00.0: PM: pci_pm_resume_noirq returned 0 after 297 usecs
[   25.361387] amdgpu 0000:0a:00.0: PM: pci_pm_resume_noirq returned 0 after 222 usecs
[   25.361392] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_noirq @ 1042, parent: 0000:09:00.0
[   25.361458] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_noirq returned 0 after 63 usecs
[   25.361490] PM: noirq resume of devices complete after 1.528 msecs
[   25.361567] pcieport 0000:00:01.1: PM: calling pci_pm_resume_early @ 13, parent: pci0000:00
[   25.361567] pcieport 0000:00:01.2: PM: calling pci_pm_resume_early @ 1019, parent: pci0000:00
[   25.361568] pcieport 0000:00:03.1: PM: calling pci_pm_resume_early @ 1029, parent: pci0000:00
[   25.361570] pcieport 0000:00:01.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361569] pcieport 0000:00:07.1: PM: calling pci_pm_resume_early @ 1042, parent: pci0000:00
[   25.361570] pcieport 0000:00:01.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361570] pcieport 0000:00:08.1: PM: calling pci_pm_resume_early @ 1047, parent: pci0000:00
[   25.361571] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_early @ 1031, parent: pci0000:00
[   25.361571] pcieport 0000:00:03.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361572] pcieport 0000:00:07.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361573] pcieport 0000:00:08.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361573] pci 0000:00:14.3: PM: calling pci_pm_resume_early @ 1039, parent: pci0000:00
[   25.361574] piix4_smbus 0000:00:14.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361576] pci 0000:00:14.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361582] k10temp 0000:00:18.3: PM: calling pci_pm_resume_early @ 1029, parent: pci0000:00
[   25.361584] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume_early @ 1047, parent: platform
[   25.361584] nvme 0000:01:00.0: PM: calling pci_pm_resume_early @ 1035, parent: 0000:00:01.1
[   25.361585] pcieport 0000:02:00.2: PM: calling pci_pm_resume_early @ 1042, parent: 0000:00:01.2
[   25.361585] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume_early @ 1039, parent: 0000:00:01.2
[   25.361585] k10temp 0000:00:18.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361586] pcieport 0000:08:00.0: PM: calling pci_pm_resume_early @ 13, parent: 0000:00:03.1
[   25.361586] pci 0000:0b:00.0: PM: calling pci_pm_resume_early @ 1031, parent: 0000:00:07.1
[   25.361587] pci 0000:0c:00.0: PM: calling pci_pm_resume_early @ 1019, parent: 0000:00:08.1
[   25.361587] ccp 0000:0c:00.1: PM: calling pci_pm_resume_early @ 1023, parent: 0000:00:08.1
[   25.361588] pcieport 0000:08:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] pcieport 0000:02:00.2: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] xhci_hcd 0000:02:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] pci 0000:0b:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361588] nvme 0000:01:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361590] pci 0000:0c:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361590] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume_early @ 1029, parent: 0000:00:08.1
[   25.361590] ccp 0000:0c:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361593] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361600] pcieport 0000:09:00.0: PM: calling pci_pm_resume_early @ 1039, parent: 0000:08:00.0
[   25.361600] pcieport 0000:03:00.0: PM: calling pci_pm_resume_early @ 1035, parent: 0000:02:00.2
[   25.361600] pcieport 0000:03:04.0: PM: calling pci_pm_resume_early @ 1019, parent: 0000:02:00.2
[   25.361601] pcieport 0000:03:08.0: PM: calling pci_pm_resume_early @ 1023, parent: 0000:02:00.2
[   25.361601] pcieport 0000:03:09.0: PM: calling pci_pm_resume_early @ 1042, parent: 0000:02:00.2
[   25.361601] i2c_designware AMDI0010:03: PM: acpi_subsys_resume_early returned 0 after 13 usecs
[   25.361602] pcieport 0000:09:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:08.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:04.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361603] pcieport 0000:03:09.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361624] nvme 0000:05:00.0: PM: calling pci_pm_resume_early @ 1029, parent: 0000:03:04.0
[   25.361626] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume_early @ 1047, parent: 0000:09:00.0
[   25.361626] nvme 0000:05:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361629] amdgpu 0000:0a:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361632] r8169 0000:07:00.0: PM: calling pci_pm_resume_early @ 1042, parent: 0000:03:09.0
[   25.361634] r8169 0000:07:00.0: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361635] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume_early @ 1031, parent: 0000:09:00.0
[   25.361637] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume_early returned 0 after 0 usecs
[   25.361730] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361739] amd_gpio AMDI0030:00: PM: acpi_subsys_resume_early returned 0 after 6 usecs
[   25.361743] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361745] pt-gpio AMDIF030:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361748] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361751] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361754] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361756] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361759] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361761] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361764] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume_early @ 1011, parent: platform
[   25.361767] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume_early returned 0 after 0 usecs
[   25.361860] PM: early resume of devices complete after 0.319 msecs
[   25.361886] pcieport 0000:00:01.1: PM: calling pci_pm_resume @ 1031, parent: pci0000:00
[   25.361887] pcieport 0000:00:01.2: PM: calling pci_pm_resume @ 1042, parent: pci0000:00
[   25.361888] pcieport 0000:00:03.1: PM: calling pci_pm_resume @ 1047, parent: pci0000:00
[   25.361890] pcieport 0000:00:07.1: PM: calling pci_pm_resume @ 1021, parent: pci0000:00
[   25.361891] pcieport 0000:00:08.1: PM: calling pci_pm_resume @ 1035, parent: pci0000:00
[   25.361891] piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume @ 1019, parent: pci0000:00
[   25.361892] pci 0000:00:14.3: PM: calling pci_pm_resume @ 13, parent: pci0000:00
[   25.361895] piix4_smbus 0000:00:14.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361895] pci 0000:00:14.3: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361904] pcieport 0000:00:01.2: PM: pci_pm_resume returned 0 after 14 usecs
[   25.361907] pcieport 0000:00:01.1: PM: pci_pm_resume returned 0 after 18 usecs
[   25.361908] pcieport 0000:00:03.1: PM: pci_pm_resume returned 0 after 17 usecs
[   25.361908] k10temp 0000:00:18.3: PM: calling pci_pm_resume @ 1039, parent: pci0000:00
[   25.361911] k10temp 0000:00:18.3: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361912] i2c_designware AMDI0010:03: PM: calling acpi_subsys_resume @ 1029, parent: platform
[   25.361916] i2c_designware AMDI0010:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.361916] xhci_hcd 0000:02:00.0: PM: calling pci_pm_resume @ 13, parent: 0000:00:01.2
[   25.361917] pcieport 0000:00:07.1: PM: pci_pm_resume returned 0 after 24 usecs
[   25.361917] pcieport 0000:02:00.2: PM: calling pci_pm_resume @ 1031, parent: 0000:00:01.2
[   25.361919] nvme 0000:01:00.0: PM: calling pci_pm_resume @ 1047, parent: 0000:00:01.1
[   25.361919] pcieport 0000:00:08.1: PM: pci_pm_resume returned 0 after 24 usecs
[   25.361920] pcieport 0000:02:00.2: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361921] pcieport 0000:08:00.0: PM: calling pci_pm_resume @ 1039, parent: 0000:00:03.1
[   25.361921] pci 0000:0b:00.0: PM: calling pci_pm_resume @ 1042, parent: 0000:00:07.1
[   25.361923] nvme 0000:01:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   25.361924] pcieport 0000:08:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361923] regulator regulator.0: PM: calling regulator_resume @ 1011, parent: reg-dummy
[   25.361924] pci 0000:0b:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361927] regulator regulator.0: PM: regulator_resume returned 0 after 0 usecs
[   25.361928] pci 0000:0c:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:00:08.1
[   25.361928] ccp 0000:0c:00.1: PM: calling pci_pm_resume @ 1035, parent: 0000:00:08.1
[   25.361929] xhci_hcd 0000:0c:00.3: PM: calling pci_pm_resume @ 1019, parent: 0000:00:08.1
[   25.361931] pci 0000:0c:00.0: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361932] ccp 0000:0c:00.1: PM: pci_pm_resume returned 0 after 0 usecs
[   25.361931] PCCT PCCT: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.361933] pcieport 0000:03:00.0: PM: calling pci_pm_resume @ 1047, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:04.0: PM: calling pci_pm_resume @ 1042, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:08.0: PM: calling pci_pm_resume @ 1031, parent: 0000:02:00.2
[   25.361933] pcieport 0000:03:09.0: PM: calling pci_pm_resume @ 1039, parent: 0000:02:00.2
[   25.361934] pcieport 0000:09:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:08:00.0
[   25.361935] PCCT PCCT: PM: platform_pm_resume returned 0 after 0 usecs
[   25.361958] xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
[   25.361960] usb usb1: root hub lost power or was reset
[   25.361961] usb usb2: root hub lost power or was reset
[   25.361969] pcieport 0000:03:00.0: PM: pci_pm_resume returned 0 after 33 usecs
[   25.361970] pcieport 0000:03:04.0: PM: pci_pm_resume returned 0 after 34 usecs
[   25.361972] pcieport 0000:03:09.0: PM: pci_pm_resume returned 0 after 35 usecs
[   25.361973] pcieport 0000:03:08.0: PM: pci_pm_resume returned 0 after 36 usecs
[   25.361973] pcieport 0000:09:00.0: PM: pci_pm_resume returned 0 after 37 usecs
[   25.361979] nvme 0000:05:00.0: PM: calling pci_pm_resume @ 1042, parent: 0000:03:04.0
[   25.361980] amdgpu 0000:0a:00.0: PM: calling pci_pm_resume @ 1039, parent: 0000:09:00.0
[   25.361980] r8169 0000:07:00.0: PM: calling pci_pm_resume @ 1023, parent: 0000:03:09.0
[   25.361984] nvme 0000:05:00.0: PM: pci_pm_resume returned 0 after 1 usecs
[   25.361994] button PNP0C0C:00: PM: calling acpi_button_resume @ 1011, parent: LNXSYBUS:00
[   25.362006] xhci_hcd 0000:0c:00.3: PM: pci_pm_resume returned 0 after 73 usecs
[   25.362010] usb usb3: PM: calling usb_dev_resume @ 1019, parent: 0000:0c:00.3
[   25.362012] usb usb4: PM: calling usb_dev_resume @ 1042, parent: 0000:0c:00.3
[   25.362025] button PNP0C0C:00: PM: acpi_button_resume returned 0 after 26 usecs
[   25.362032] tpm_crb MSFT0101:00: PM: calling tpm_pm_resume @ 1011, parent: LNXSYBUS:00
[   25.362035] tpm_crb MSFT0101:00: PM: tpm_pm_resume returned 0 after 0 usecs
[   25.362049] platform PNP0800:00: PM: calling platform_pm_resume @ 1011, parent: 0000:00:14.3
[   25.362051] platform PNP0800:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362054] platform PNP0C0C:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362055] platform PNP0C0C:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362057] amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362060] amd_gpio AMDI0030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362063] platform MSFT0101:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362065] platform MSFT0101:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362067] platform acpi-cpufreq: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362069] platform acpi-cpufreq: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362070] pt-gpio AMDIF030:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362073] pt-gpio AMDIF030:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362076] acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362078] acpi-wmi PNP0C14:00: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362081] platform PNP0103:00: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362083] platform PNP0103:00: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362085] acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362087] acpi-wmi PNP0C14:01: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362090] acpi-wmi PNP0C14:02: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362092] acpi-wmi PNP0C14:02: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362095] acpi-wmi PNP0C14:03: PM: calling acpi_subsys_resume @ 1011, parent: platform
[   25.362097] acpi-wmi PNP0C14:03: PM: acpi_subsys_resume returned 0 after 0 usecs
[   25.362100] button LNXPWRBN:00: PM: calling acpi_button_resume @ 1011, parent: LNXSYSTM:00
[   25.362113] button LNXPWRBN:00: PM: acpi_button_resume returned 0 after 10 usecs
[   25.362116] platform rtc-efi.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362118] platform rtc-efi.0: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362119] platform efivars.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362121] platform efivars.0: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362124] system 00:00: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362127] system 00:00: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362130] system 00:01: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362132] system 00:01: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362134] rtc_cmos 00:02: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362137] rtc_cmos 00:02: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362139] system 00:03: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362141] system 00:03: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362143] system 00:04: PM: calling pnp_bus_resume @ 1011, parent: pnp0
[   25.362145] system 00:04: PM: pnp_bus_resume returned 0 after 0 usecs
[   25.362147] amdgpu 0000:0a:00.0: amdgpu: PCIE GART of 512M enabled (table at 0x00000083DAB00000).
[   25.362155] usb usb3: PM: usb_dev_resume returned 0 after 140 usecs
[   25.362167] usb 3-1: PM: calling usb_dev_resume @ 1019, parent: usb3
[   25.362177] amdgpu 0000:0a:00.0: amdgpu: PSP is resuming...
[   25.362187] pcspkr pcspkr: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362189] pcspkr pcspkr: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362197] input input0: PM: calling input_dev_resume @ 1011, parent: PNP0C0C:00
[   25.362200] input input0: PM: input_dev_resume returned 0 after 0 usecs
[   25.362202] input input1: PM: calling input_dev_resume @ 1011, parent: LNXPWRBN:00
[   25.362204] input input1: PM: input_dev_resume returned 0 after 0 usecs
[   25.362209] serial8250 serial8250: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362211] serial8250 serial8250: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362216] port serial8250:0.0: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362219] port serial8250:0.0: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362221] port serial8250:0.1: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362223] port serial8250:0.1: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362226] port serial8250:0.2: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362228] port serial8250:0.2: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362230] port serial8250:0.3: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362232] port serial8250:0.3: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362234] port serial8250:0.4: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362236] port serial8250:0.4: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362239] port serial8250:0.5: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362241] port serial8250:0.5: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362243] port serial8250:0.6: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362245] port serial8250:0.6: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362247] port serial8250:0.7: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362249] port serial8250:0.7: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362252] port serial8250:0.8: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362254] port serial8250:0.8: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362256] port serial8250:0.9: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362258] port serial8250:0.9: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362260] port serial8250:0.10: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362262] port serial8250:0.10: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362265] port serial8250:0.11: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362267] port serial8250:0.11: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362269] port serial8250:0.12: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362271] port serial8250:0.12: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362273] port serial8250:0.13: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362275] port serial8250:0.13: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362277] port serial8250:0.14: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362279] port serial8250:0.14: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362282] port serial8250:0.15: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362284] port serial8250:0.15: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362286] port serial8250:0.16: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362288] port serial8250:0.16: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362291] port serial8250:0.17: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362293] port serial8250:0.17: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362295] port serial8250:0.18: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362297] port serial8250:0.18: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362299] port serial8250:0.19: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362301] port serial8250:0.19: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362303] port serial8250:0.20: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362305] port serial8250:0.20: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362308] port serial8250:0.21: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362310] port serial8250:0.21: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362312] port serial8250:0.22: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362314] port serial8250:0.22: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362316] port serial8250:0.23: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362318] port serial8250:0.23: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362321] port serial8250:0.24: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362323] port serial8250:0.24: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362325] port serial8250:0.25: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362327] port serial8250:0.25: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362329] port serial8250:0.26: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362331] port serial8250:0.26: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362333] port serial8250:0.27: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362335] port serial8250:0.27: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362338] port serial8250:0.28: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362340] port serial8250:0.28: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362342] port serial8250:0.29: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362344] port serial8250:0.29: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362346] port serial8250:0.30: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362348] port serial8250:0.30: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362350] port serial8250:0.31: PM: calling pm_runtime_force_resume @ 1011, parent: serial8250:0
[   25.362352] port serial8250:0.31: PM: pm_runtime_force_resume returned 0 after 0 usecs
[   25.362365] rtc rtc0: PM: calling rtc_resume @ 1011, parent: 00:02
[   25.362368] rtc rtc0: PM: rtc_resume returned 0 after 0 usecs
[   25.362370] alarmtimer alarmtimer.0.auto: PM: calling platform_pm_resume @ 1011, parent: rtc0
[   25.362372] alarmtimer alarmtimer.0.auto: PM: platform_pm_resume returned 0 after 0 usecs
[   25.362401] eeepc-wmi eeepc-wmi: PM: calling platform_pm_resume @ 1011, parent: platform
[   25.362546] eeepc-wmi eeepc-wmi: PM: platform_pm_resume returned 0 after 141 usecs
[   25.362551] input input2: PM: calling input_dev_resume @ 1011, parent: eeepc-wmi
[   25.362553] input input2: PM: input_dev_resume returned 0 after 0 usecs
[   25.362557] input input3: PM: calling input_dev_resume @ 1011, parent: pcspkr
[   25.362572] input input3: PM: input_dev_resume returned 0 after 13 usecs
[   25.383022] usb usb4: PM: usb_dev_resume returned 0 after 21005 usecs
[   25.417481] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI ring segments busy
[   25.417485] xhci_hcd 0000:02:00.0: dma_pool_destroy xHCI input/output contexts busy
[   25.417809] xhci_hcd 0000:02:00.0: PM: pci_pm_resume returned 0 after 55890 usecs
[   25.417816] usb usb1: PM: calling usb_dev_resume @ 936, parent: 0000:02:00.0
[   25.417818] usb usb2: PM: calling usb_dev_resume @ 1025, parent: 0000:02:00.0
[   25.420202] nvme nvme0: D3 entry latency set to 8 seconds
[   25.424701] nvme nvme1: D3 entry latency set to 8 seconds
[   25.456762] usb 3-1: PM: usb_dev_resume returned 0 after 94591 usecs
[   25.483125] nvme nvme1: 12/0/0 default/read/poll queues
[   25.505000] r8169 0000:07:00.0: PM: pci_pm_resume returned 0 after 143017 usecs
[   25.505011] Generic FE-GE Realtek PHY r8169-0-700:00: PM: calling mdio_bus_phy_resume [libphy] @ 1011, parent: r8169-0-700
[   25.505025] Generic FE-GE Realtek PHY r8169-0-700:00: PM: mdio_bus_phy_resume [libphy] returned 0 after 0 usecs
[   25.505049] r8169 0000:07:00.0 ethrltk: Link is Down
[   25.521030] usb usb2: PM: usb_dev_resume returned 0 after 103208 usecs
[   25.552995] usb usb1: PM: usb_dev_resume returned 0 after 135174 usecs
[   25.553004] usb 1-1: PM: calling usb_dev_resume @ 1033, parent: usb1
[   25.553007] usb 1-10: PM: calling usb_dev_resume @ 1062, parent: usb1
[   25.553017] usb 1-6: PM: calling usb_dev_resume @ 1048, parent: usb1
[   25.553018] usb 1-7: PM: calling usb_dev_resume @ 1051, parent: usb1
[   25.553113] usb 1-9: PM: calling usb_dev_resume @ 1059, parent: usb1
[   25.581839] amdgpu 0000:0a:00.0: amdgpu: RAS: optional ras ta ucode is not available
[   25.585011] amdgpu 0000:0a:00.0: amdgpu: RAP: optional rap ta ucode is not available
[   25.585013] amdgpu 0000:0a:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
[   25.585015] amdgpu 0000:0a:00.0: amdgpu: SMU is resuming...
[   25.585019] amdgpu 0000:0a:00.0: amdgpu: smu driver if version = 0x0000002e, smu fw if version = 0x00000032, smu fw program = 0, smu fw version = 0x00664300 (102.67.0)
[   25.585022] amdgpu 0000:0a:00.0: amdgpu: SMU driver if version not matched
[   25.615342] amdgpu 0000:0a:00.0: amdgpu: SMU is resumed successfully!
[   25.615538] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0x4000000
[   25.615541] amdgpu 0000:0a:00.0: amdgpu: program CP_MES_CNTL : 0xc000000
[   25.625141] amdgpu 0000:0a:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x00011300
[   25.685071] nvme nvme0: 12/0/0 default/read/poll queues
[   25.820026] usb 1-9: reset low-speed USB device number 7 using xhci_hcd
[   26.176689] usb 1-6: WARN: invalid context state for evaluate context command.
[   26.187557] amdgpu 0000:0a:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
[   26.187559] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[   26.187561] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[   26.187562] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 6 on hub 0
[   26.187563] amdgpu 0000:0a:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 7 on hub 0
[   26.187564] amdgpu 0000:0a:00.0: amdgpu: ring sdma0 uses VM inv eng 8 on hub 0
[   26.187566] amdgpu 0000:0a:00.0: amdgpu: ring sdma1 uses VM inv eng 9 on hub 0
[   26.187567] amdgpu 0000:0a:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
[   26.187568] amdgpu 0000:0a:00.0: amdgpu: ring jpeg_dec uses VM inv eng 1 on hub 8
[   26.191560] amdgpu 0000:0a:00.0: PM: pci_pm_resume returned 0 after 829577 usecs
[   26.191568] snd_hda_intel 0000:0a:00.1: PM: calling pci_pm_resume @ 1031, parent: 0000:09:00.0
[   26.193846] snd_hda_intel 0000:0a:00.1: PM: pci_pm_resume returned 0 after 2274 usecs
[   26.193852] snd_hda_codec_atihdmi hdaudioC0D0: PM: calling hda_codec_pm_resume [snd_hda_codec] @ 1031, parent: 0000:0a:00.1
[   26.194633] snd_hda_codec_atihdmi hdaudioC0D0: PM: hda_codec_pm_resume [snd_hda_codec] returned 0 after 771 usecs
[   26.242337] usb 1-9: PM: usb_dev_resume returned 0 after 689217 usecs
[   26.349313] usb 1-6: reset full-speed USB device number 3 using xhci_hcd
[   26.640558] usb 1-6: PM: usb_dev_resume returned 0 after 1087532 usecs
[   26.876333] usb 1-10: reset low-speed USB device number 8 using xhci_hcd
[   27.260384] usb 1-10: PM: usb_dev_resume returned 0 after 1707370 usecs
[   27.405322] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[   27.771322] usb 1-7: reset high-speed USB device number 5 using xhci_hcd
[   27.865315] usb 1-1: PM: usb_dev_resume returned 0 after 2312304 usecs
[   27.865336] usb 1-1.4: PM: calling usb_dev_resume @ 1057, parent: 1-1
[   27.865336] usb 1-1.3: PM: calling usb_dev_resume @ 1049, parent: 1-1
[   27.964160] usb 1-1.4: WARN: invalid context state for evaluate context command.
[   28.035319] usb 1-1.4: reset full-speed USB device number 6 using xhci_hcd
[   28.113063] usb 1-7: PM: usb_dev_resume returned 0 after 2560036 usecs
[   28.217149] usb 1-1.3: WARN: invalid context state for evaluate context command.
[   28.315354] usb 1-1.3: reset full-speed USB device number 4 using xhci_hcd
[   28.440131] usb 1-1.4: PM: usb_dev_resume returned 0 after 574786 usecs
[   28.463347] usb 1-1.3: device descriptor read/64, error -32
[   28.746351] r8169 0000:07:00.0 ethrltk: Link is Up - 1Gbps/Full - flow control off
[   28.759148] usb 1-1.3: PM: usb_dev_resume returned 0 after 893804 usecs
[   28.759290] intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_resume @ 1011, parent: platform
[   28.759296] intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_resume returned 0 after 0 usecs
[   28.759306] input input5: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759310] input input5: PM: input_dev_resume returned 0 after 0 usecs
[   28.759314] input input6: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759316] input input6: PM: input_dev_resume returned 0 after 0 usecs
[   28.759319] input input7: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759322] input input7: PM: input_dev_resume returned 0 after 0 usecs
[   28.759325] input input8: PM: calling input_dev_resume @ 1011, parent: card0
[   28.759327] input input8: PM: input_dev_resume returned 0 after 0 usecs
[   28.759334] input input13: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0005
[   28.759358] input input13: PM: input_dev_resume returned 0 after 21 usecs
[   28.759362] leds input13::numlock: PM: calling led_resume @ 1011, parent: input13
[   28.759366] leds input13::numlock: PM: led_resume returned 0 after 0 usecs
[   28.759369] leds input13::capslock: PM: calling led_resume @ 1011, parent: input13
[   28.759372] leds input13::capslock: PM: led_resume returned 0 after 0 usecs
[   28.759375] leds input13::scrolllock: PM: calling led_resume @ 1011, parent: input13
[   28.759377] leds input13::scrolllock: PM: led_resume returned 0 after 0 usecs
[   28.759380] leds input13::compose: PM: calling led_resume @ 1011, parent: input13
[   28.759383] leds input13::compose: PM: led_resume returned 0 after 0 usecs
[   28.759386] leds input13::kana: PM: calling led_resume @ 1011, parent: input13
[   28.759388] leds input13::kana: PM: led_resume returned 0 after 0 usecs
[   28.759392] input input14: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0006
[   28.759394] input input14: PM: input_dev_resume returned 0 after 0 usecs
[   28.759398] input input15: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C31C.0006
[   28.759400] input input15: PM: input_dev_resume returned 0 after 0 usecs
[   28.759404] input input16: PM: calling input_dev_resume @ 1011, parent: 0003:046D:C077.0007
[   28.759406] input input16: PM: input_dev_resume returned 0 after 0 usecs
[   28.759412] input input25: PM: calling input_dev_resume @ 1011, parent: 0003:046D:400A.0008
[   28.759415] input input25: PM: input_dev_resume returned 0 after 0 usecs
[   28.759419] input input26: PM: calling input_dev_resume @ 1011, parent: 0003:046D:2007.0009
[   28.759436] input input26: PM: input_dev_resume returned 0 after 15 usecs
[   28.759440] leds input26::numlock: PM: calling led_resume @ 1011, parent: input26
[   28.759443] leds input26::numlock: PM: led_resume returned 0 after 0 usecs
[   28.759446] leds input26::capslock: PM: calling led_resume @ 1011, parent: input26
[   28.759448] leds input26::capslock: PM: led_resume returned 0 after 0 usecs
[   28.759452] leds input26::scrolllock: PM: calling led_resume @ 1011, parent: input26
[   28.759454] leds input26::scrolllock: PM: led_resume returned 0 after 0 usecs
[   28.759457] leds input26::compose: PM: calling led_resume @ 1011, parent: input26
[   28.759460] leds input26::compose: PM: led_resume returned 0 after 0 usecs
[   28.759463] leds input26::kana: PM: calling led_resume @ 1011, parent: input26
[   28.759465] leds input26::kana: PM: led_resume returned 0 after 0 usecs
[   28.759479] nct6775 nct6775.656: PM: calling platform_pm_resume @ 1011, parent: platform
[   28.780509] nct6775 nct6775.656: PM: platform_pm_resume returned 0 after 21027 usecs
[   28.780522] PM: resume of devices complete after 3418.659 msecs
[   28.782241] OOM killer enabled.
[   28.782243] Restarting tasks: Starting
[   28.782412] Restarting tasks: Done
[   28.782434] random: crng reseeded on system resumption
[   28.782440] PM: suspend exit
[   28.783129] Bluetooth: hci0: RTL: examining hci_ver=0a hci_rev=000b lmp_ver=0a lmp_subver=8761
[   28.784130] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   28.784134] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_fw.bin
[   28.784165] Bluetooth: hci0: RTL: loading rtl_bt/rtl8761bu_config.bin
[   28.784173] Bluetooth: hci0: RTL: cfg_sz 6, total sz 30210
[   28.933139] Bluetooth: hci0: RTL: fw version 0xdfc6d922
[   29.001245] Bluetooth: MGMT ver 1.23

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

* Re: [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6
  2025-09-04 13:03         ` Przemysław Kopa
@ 2025-09-05  3:37           ` Mario Limonciello
  0 siblings, 0 replies; 7+ messages in thread
From: Mario Limonciello @ 2025-09-05  3:37 UTC (permalink / raw)
  To: Przemysław Kopa, Harry Wentland; +Cc: amd-gfx

On 9/4/2025 8:03 AM, Przemysław Kopa wrote:
>> I'm attaching two new dmesg logs.
> 
> Sorry, I attached wrong files to my previous message. The proper ones 
> are attached to this one.

I'm guessing what's going on is a race between the HDMI device going to 
D3 through snd-hda-intel (which provides HDMI) and the prepare() callback.

The easiest solution will be to drop the prepare() and complete() 
callbacks, but I will need to think about this because we had a variety 
of reasons for adding them.

Have a try with this diff on 6.17-rc4.

diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 
b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
index a0ca3b2c6bd8..d83aeeaf5653 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
@@ -3127,25 +3127,6 @@ static void dm_destroy_cached_state(struct 
amdgpu_device *adev)
         dm->cached_state = NULL;
  }

-static void dm_complete(struct amdgpu_ip_block *ip_block)
-{
-       struct amdgpu_device *adev = ip_block->adev;
-
-       dm_destroy_cached_state(adev);
-}
-
-static int dm_prepare_suspend(struct amdgpu_ip_block *ip_block)
-{
-       struct amdgpu_device *adev = ip_block->adev;
-
-       if (amdgpu_in_reset(adev))
-               return 0;
-
-       WARN_ON(adev->dm.cached_state);
-
-       return dm_cache_state(adev);
-}
-
  static int dm_suspend(struct amdgpu_ip_block *ip_block)
  {
         struct amdgpu_device *adev = ip_block->adev;
@@ -3571,10 +3552,8 @@ static const struct amd_ip_funcs amdgpu_dm_funcs = {
         .early_fini = amdgpu_dm_early_fini,
         .hw_init = dm_hw_init,
         .hw_fini = dm_hw_fini,
-       .prepare_suspend = dm_prepare_suspend,
         .suspend = dm_suspend,
         .resume = dm_resume,
-       .complete = dm_complete,
         .is_idle = dm_is_idle,
         .wait_for_idle = dm_wait_for_idle,
         .check_soft_reset = dm_check_soft_reset,

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

end of thread, other threads:[~2025-09-05  3:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 10:12 [REGRESSION] AMD HDMI/DP audio broken after suspend since commit 50e0bae34fa6 Przemysław Kopa
2025-09-03  3:35 ` Mario Limonciello
2025-09-03 12:21   ` Przemysław Kopa
2025-09-03 18:22     ` Mario Limonciello
2025-09-04 12:24       ` Przemysław Kopa
2025-09-04 13:03         ` Przemysław Kopa
2025-09-05  3:37           ` Mario Limonciello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).