Newest kernel broke suspend with amd gpu. Just me or anyone else?

Hello. Recently updated to 6.17.1 and 6.17.2 afterwards. While everything else is fine, I can no longer suspend my system. Switching to LTS resolves this so it seems to be an issue with the new kernel. I’ve got a 6700 XT. I traced the issue to the gpu from journalctl logs when attempting to suspend. The end result is that the system never seems to properly suspend nor be able to wake up with graphics until it is hard rebooted.

Here are the logs when trying to suspend with the new kernel version:

Oct 18 00:09:01 nik-pc systemd-logind[933]: The system will suspend now!
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.5091] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.5091] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.5465] device (wlan0): set-hw-addr: reset MAC address to 10:68:38:76:7D:F2 (unmanage)
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6546] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6547] manager: NetworkManager state is now ASLEEP
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6548] device (enp6s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6578] device (enp6s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Withdrawing address record for fe80::79de:eaa1:a3de:cc7 on enp6s0.
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Leaving mDNS multicast group on interface enp6s0.IPv6 with address fe80::79de:eaa1:a3de:cc7.
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Interface enp6s0.IPv6 no longer relevant for mDNS.
Oct 18 00:09:01 nik-pc wpa_supplicant[935]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6670] dhcp4 (enp6s0): canceled DHCP transaction
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6670] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6671] dhcp4 (enp6s0): state changed no lease
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Withdrawing address record for 192.168.1.33 on enp6s0.
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Leaving mDNS multicast group on interface enp6s0.IPv4 with address 192.168.1.33.
Oct 18 00:09:01 nik-pc avahi-daemon[929]: Interface enp6s0.IPv4 no longer relevant for mDNS.
Oct 18 00:09:01 nik-pc mullvad-daemon[1029]: [mullvad_daemon::api][INFO] Detecting changes to offline state - Offline
Oct 18 00:09:01 nik-pc mullvad-daemon[1029]: [mullvad_api::availability][DEBUG] Pausing API requests due to being offline
Oct 18 00:09:01 nik-pc wpa_supplicant[935]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 18 00:09:01 nik-pc wpa_supplicant[935]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 18 00:09:01 nik-pc NetworkManager[1014]: <info>  [1760735341.6968] device (enp6s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:09:01 nik-pc kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Oct 18 00:09:01 nik-pc systemd[1]: Reached target Sleep.
Oct 18 00:09:01 nik-pc systemd[1]: Starting System Suspend...
Oct 18 00:09:01 nik-pc systemd[1]: session-c1.scope: Unit now frozen-by-parent.
Oct 18 00:09:01 nik-pc systemd[1]: user.slice: Unit now frozen.
Oct 18 00:09:01 nik-pc systemd[1]: user-963.slice: Unit now frozen-by-parent.
Oct 18 00:09:01 nik-pc systemd-sleep[1286]: Successfully froze unit 'user.slice'.
Oct 18 00:09:01 nik-pc systemd[1]: user@963.service: Unit now frozen-by-parent.
Oct 18 00:09:01 nik-pc systemd-sleep[1286]: Performing sleep operation 'suspend'...
Oct 18 00:09:01 nik-pc kernel: PM: suspend entry (deep)
Oct 18 00:09:01 nik-pc kernel: Filesystems sync: 0.071 seconds
Oct 18 00:09:27 nik-pc kernel: Freezing user space processes
Oct 18 00:09:27 nik-pc avahi-daemon[929]: Got SIGTERM, quitting.
Oct 18 00:09:27 nik-pc sddm[1054]: Signal received: SIGTERM
Oct 18 00:09:27 nik-pc mullvad-daemon[1029]: [mullvad_daemon::shutdown::platform][DEBUG] Process received signal: [Term]
Oct 18 00:09:27 nik-pc kernel: Freezing user space processes completed (elapsed 0.000 seconds)
Oct 18 00:09:27 nik-pc avahi-daemon[929]: Leaving mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Oct 18 00:09:27 nik-pc dbus-broker[927]: Dispatched 1903 messages @ 2(±2)μs / message.
Oct 18 00:09:27 nik-pc kernel: OOM killer disabled.
Oct 18 00:09:27 nik-pc avahi-daemon[929]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Oct 18 00:09:27 nik-pc sddm[1054]: Greeter stopping...
Oct 18 00:09:27 nik-pc kernel: Freezing remaining freezable tasks
Oct 18 00:09:27 nik-pc avahi-daemon[929]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Oct 18 00:09:27 nik-pc NetworkManager[1014]: <info>  [1760735367.7570] caught SIGTERM, shutting down normally.
Oct 18 00:09:27 nik-pc kernel: Freezing remaining freezable tasks completed (elapsed 0.076 seconds)
Oct 18 00:09:27 nik-pc dnsmasq[1136]: exiting on receipt of SIGTERM
Oct 18 00:09:27 nik-pc NetworkManager[1014]: <info>  [1760735367.7576] manager: startup complete
Oct 18 00:09:27 nik-pc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Oct 18 00:09:27 nik-pc systemd[1]: systemd-machined.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Oct 18 00:09:27 nik-pc systemd[1]: wpa_supplicant.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: ata2.00: Entering standby power mode
Oct 18 00:09:27 nik-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: MODE1 reset
Oct 18 00:09:27 nik-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: GPU mode1 reset
Oct 18 00:09:27 nik-pc systemd[1]: systemd-udevd.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: GPU smu mode1 reset
Oct 18 00:09:27 nik-pc systemd[1]: systemd-udevd.service: Consumed 9.153s CPU time, 76.8M memory peak.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: GPU mode1 reset failed
Oct 18 00:09:27 nik-pc systemd[1]: NetworkManager-wait-online.service: Main process exited, code=killed, status=15/TERM
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: PM: pci_pm_suspend_noirq(): amdgpu_pmops_suspend_noirq [amdgpu] returns -62
Oct 18 00:09:27 nik-pc systemd[1]: NetworkManager-wait-online.service: Failed with result 'signal'.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: PM: dpm_run_callback(): pci_pm_suspend_noirq returns -62
Oct 18 00:09:27 nik-pc systemd[1]: Failed to start Network Manager Wait Online.
Oct 18 00:09:27 nik-pc avahi-daemon[929]: avahi-daemon 0.8 exiting.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: PM: failed to suspend async noirq: error -62
Oct 18 00:09:27 nik-pc systemd[1]: cups.service: Deactivated successfully.
Oct 18 00:09:27 nik-pc kernel: PM: noirq suspend of devices failed
Oct 18 00:09:27 nik-pc systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 1.
Oct 18 00:09:27 nik-pc kernel: xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
Oct 18 00:09:27 nik-pc systemd[1]: Got disconnect on API bus.
Oct 18 00:09:27 nik-pc kernel: usb usb1: root hub lost power or was reset
Oct 18 00:09:27 nik-pc systemd[1]: Reached target Network is Online.
Oct 18 00:09:27 nik-pc kernel: usb usb2: root hub lost power or was reset
Oct 18 00:09:27 nik-pc kernel: nvme nvme0: 15/0/0 default/read/poll queues
Oct 18 00:09:27 nik-pc systemd-coredump[1365]: Process 1169 (Xorg) of user 0 terminated abnormally with signal 6/ABRT, processing...
Oct 18 00:09:27 nik-pc kernel: nvme nvme1: D3 entry latency set to 8 seconds
Oct 18 00:09:27 nik-pc kernel: nvme nvme1: 12/0/0 default/read/poll queues
Oct 18 00:09:27 nik-pc kernel: usb 1-3: WARN: invalid context state for evaluate context command.
Oct 18 00:09:27 nik-pc kernel: ata6: SATA link down (SStatus 0 SControl 330)
Oct 18 00:09:27 nik-pc kernel: ata3: SATA link down (SStatus 0 SControl 330)
Oct 18 00:09:27 nik-pc kernel: ata1: SATA link down (SStatus 0 SControl 300)
Oct 18 00:09:27 nik-pc kernel: ata4: SATA link down (SStatus 0 SControl 330)
Oct 18 00:09:27 nik-pc kernel: usb 1-3: reset full-speed USB device number 3 using xhci_hcd
Oct 18 00:09:27 nik-pc kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Oct 18 00:09:27 nik-pc kernel: sd 1:0:0:0: [sda] Starting disk
Oct 18 00:09:27 nik-pc kernel: ata2.00: configured for UDMA/100
Oct 18 00:09:27 nik-pc kernel: ata2.00: Entering active power mode
Oct 18 00:09:27 nik-pc kernel: usb 1-9: WARN: invalid context state for evaluate context command.
Oct 18 00:09:27 nik-pc kernel: usb 1-9: reset full-speed USB device number 4 using xhci_hcd
Oct 18 00:09:27 nik-pc kernel: ata5: failed to resume link (SControl 0)
Oct 18 00:09:27 nik-pc kernel: ata5: SATA link down (SStatus 0 SControl 0)
Oct 18 00:09:27 nik-pc kernel: usb 1-2: WARN: invalid context state for evaluate context command.
Oct 18 00:09:27 nik-pc kernel: usb 1-2: reset full-speed USB device number 2 using xhci_hcd
Oct 18 00:09:27 nik-pc kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000800000).
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: PSP is resuming...
Oct 18 00:09:27 nik-pc kernel: sysrq: Keyboard mode set to system default
Oct 18 00:09:27 nik-pc kernel: sysrq: Terminate All Tasks
Oct 18 00:09:27 nik-pc kernel: [drm:psp_v11_0_memory_training [amdgpu]] *ERROR* send training msg failed.
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: Failed to process memory training!
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: resume of IP block <psp> failed -62
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: amdgpu_device_ip_resume failed (-62).
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: PM: dpm_run_callback(): pci_pm_resume returns -62
Oct 18 00:09:27 nik-pc kernel: amdgpu 0000:09:00.0: PM: failed to resume async: error -62
Oct 18 00:09:27 nik-pc NetworkManager[1014]: <info>  [1760735367.7736] exiting (success)
Oct 18 00:09:27 nik-pc kernel: snd_hda_intel 0000:09:00.1: CORB reset timeout#2, CORBRP = 65535
Oct 18 00:09:27 nik-pc kernel: OOM killer enabled.
Oct 18 00:09:27 nik-pc kernel: Restarting tasks: Starting


And here is suspend(and wakeup) with lts:

Oct 18 00:22:56 nik-pc systemd-logind[944]: The system will suspend now!
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.2660] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.2661] device (wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:22:56 nik-pc dbus-broker[938]: A security policy denied :1.33 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Oct 18 00:22:56 nik-pc kwin_wayland[1449]: Failed to delay sleep: Sender is not authorized to send message
Oct 18 00:22:56 nik-pc dbus-broker[938]: A security policy denied :1.33 to send method call /org/freedesktop/login1/seat/seat0:org.freedesktop.login1.Seat.Inhibit to org.freedesktop.login1.
Oct 18 00:22:56 nik-pc kwin_wayland[1449]: Failed to delay sleep: Sender is not authorized to send message
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.2820] device (wlan0): set-hw-addr: reset MAC address to 10:68:38:76:7D:F2 (unmanage)
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.3990] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.3991] manager: NetworkManager state is now ASLEEP
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.3991] device (enp6s0): state change: activated -> deactivating (reason 'sleeping', managed-type: 'full')
Oct 18 00:22:56 nik-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 18 00:22:56 nik-pc wpa_supplicant[946]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 18 00:22:56 nik-pc systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4320] device (enp6s0): state change: deactivating -> disconnected (reason 'sleeping', managed-type: 'full')
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Withdrawing address record for 2a02:587:4b14:8300:a2ae:8dd9:176c:f65a on enp6s0.
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Leaving mDNS multicast group on interface enp6s0.IPv6 with address 2a02:587:4b14:8300:a2ae:8dd9:176c:f65a.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4325] dhcp4 (enp6s0): canceled DHCP transaction
Oct 18 00:22:56 nik-pc mullvad-daemon[1039]: [mullvad_daemon::api][INFO] Detecting changes to offline state - Online(Ipv4)
Oct 18 00:22:56 nik-pc mullvad-daemon[1039]: [mullvad_api::availability][DEBUG] Resuming API requests due to coming online
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Joining mDNS multicast group on interface enp6s0.IPv6 with address fe80::79de:eaa1:a3de:cc7.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4325] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 00:22:56 nik-pc mullvad-daemon[1039]: [mullvad_daemon::api][INFO] Detecting changes to offline state - Offline
Oct 18 00:22:56 nik-pc mullvad-daemon[1039]: [mullvad_api::availability][DEBUG] Pausing API requests due to being offline
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Registering new address record for fe80::79de:eaa1:a3de:cc7 on enp6s0.*.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4325] dhcp4 (enp6s0): state changed no lease
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Withdrawing address record for fe80::79de:eaa1:a3de:cc7 on enp6s0.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4326] dhcp6 (enp6s0): canceled DHCP transaction
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Leaving mDNS multicast group on interface enp6s0.IPv6 with address fe80::79de:eaa1:a3de:cc7.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4326] dhcp6 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Interface enp6s0.IPv6 no longer relevant for mDNS.
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.4326] dhcp6 (enp6s0): state changed no lease
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Withdrawing address record for 192.168.1.33 on enp6s0.
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Leaving mDNS multicast group on interface enp6s0.IPv4 with address 192.168.1.33.
Oct 18 00:22:56 nik-pc avahi-daemon[940]: Interface enp6s0.IPv4 no longer relevant for mDNS.
Oct 18 00:22:56 nik-pc wpa_supplicant[946]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Oct 18 00:22:56 nik-pc wpa_supplicant[946]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Oct 18 00:22:56 nik-pc NetworkManager[1025]: <info>  [1760736176.5470] device (enp6s0): state change: disconnected -> unmanaged (reason 'unmanaged-sleeping', managed-type: 'full')
Oct 18 00:22:56 nik-pc kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Oct 18 00:22:56 nik-pc systemd[1]: Reached target Sleep.
Oct 18 00:22:56 nik-pc systemd[1]: Starting System Suspend...
Oct 18 00:22:56 nik-pc kscreenlocker_greet[11326]: Data set on unsupported clipboard mode. QMimeData object will be deleted.
Oct 18 00:22:56 nik-pc kscreenlocker_greet[11326]: Data set on unsupported clipboard mode. QMimeData object will be deleted.
Oct 18 00:22:56 nik-pc systemd[1]: user@1000.service: Unit now frozen-by-parent.
Oct 18 00:22:56 nik-pc systemd[1]: session-2.scope: Unit now frozen-by-parent.
Oct 18 00:22:56 nik-pc systemd[1]: user-1000.slice: Unit now frozen-by-parent.
Oct 18 00:22:56 nik-pc systemd[1]: user.slice: Unit now frozen.
Oct 18 00:22:56 nik-pc systemd-sleep[11387]: Successfully froze unit 'user.slice'.
Oct 18 00:22:56 nik-pc systemd-sleep[11387]: Performing sleep operation 'suspend'...
Oct 18 00:22:56 nik-pc kernel: PM: suspend entry (deep)
Oct 18 00:22:56 nik-pc kernel: Filesystems sync: 0.032 seconds
Oct 18 00:23:10 nik-pc kernel: Freezing user space processes
Oct 18 00:23:10 nik-pc kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Oct 18 00:23:10 nik-pc kernel: OOM killer disabled.
Oct 18 00:23:10 nik-pc kernel: Freezing remaining freezable tasks
Oct 18 00:23:10 nik-pc kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Oct 18 00:23:10 nik-pc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Oct 18 00:23:10 nik-pc kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Oct 18 00:23:10 nik-pc kernel: ata2.00: Entering standby power mode
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: MODE1 reset
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: GPU mode1 reset
Oct 18 00:23:10 nik-pc systemd-sleep[11387]: System returned from sleep operation 'suspend'.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: GPU smu mode1 reset
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: Refused to change power state from D0 to D3hot
Oct 18 00:23:10 nik-pc kernel: ACPI: PM: Preparing to enter system sleep state S3
Oct 18 00:23:10 nik-pc kernel: ACPI: PM: Saving platform NVS memory
Oct 18 00:23:10 nik-pc kernel: Disabling non-boot CPUs ...
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 15 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 14 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 13 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 12 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 11 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 10 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 9 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 8 is now offline
Oct 18 00:23:10 nik-pc kernel: Spectre V2 : Update user space SMT mitigation: STIBP off
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 7 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 6 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 5 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 4 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 3 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 2 is now offline
Oct 18 00:23:10 nik-pc kernel: smpboot: CPU 1 is now offline
Oct 18 00:23:10 nik-pc kernel: ACPI: PM: Low-level resume complete
Oct 18 00:23:10 nik-pc kernel: ACPI: PM: Restoring platform NVS memory
Oct 18 00:23:10 nik-pc kernel: LVT offset 0 assigned for vector 0x400
Oct 18 00:23:10 nik-pc kernel: Enabling non-boot CPUs ...
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
Oct 18 00:23:10 nik-pc kernel: CPU1 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 2 APIC 0x4
Oct 18 00:23:10 nik-pc kernel: CPU2 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 3 APIC 0x6
Oct 18 00:23:10 nik-pc kernel: CPU3 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 4 APIC 0x8
Oct 18 00:23:10 nik-pc kernel: CPU4 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 5 APIC 0xa
Oct 18 00:23:10 nik-pc kernel: CPU5 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 6 APIC 0xc
Oct 18 00:23:10 nik-pc kernel: CPU6 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 7 APIC 0xe
Oct 18 00:23:10 nik-pc kernel: CPU7 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 8 APIC 0x1
Oct 18 00:23:10 nik-pc kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Oct 18 00:23:10 nik-pc kernel: CPU8 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 9 APIC 0x3
Oct 18 00:23:10 nik-pc kernel: CPU9 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 10 APIC 0x5
Oct 18 00:23:10 nik-pc kernel: CPU10 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 11 APIC 0x7
Oct 18 00:23:10 nik-pc kernel: CPU11 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 12 APIC 0x9
Oct 18 00:23:10 nik-pc kernel: CPU12 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 13 APIC 0xb
Oct 18 00:23:10 nik-pc kernel: CPU13 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 14 APIC 0xd
Oct 18 00:23:10 nik-pc kernel: CPU14 is up
Oct 18 00:23:10 nik-pc kernel: smpboot: Booting Node 0 Processor 15 APIC 0xf
Oct 18 00:23:10 nik-pc kernel: CPU15 is up
Oct 18 00:23:10 nik-pc kernel: ACPI: PM: Waking up from system sleep state S3
Oct 18 00:23:10 nik-pc kernel: xhci_hcd 0000:02:00.0: xHC error in resume, USBSTS 0x401, Reinit
Oct 18 00:23:10 nik-pc kernel: usb usb1: root hub lost power or was reset
Oct 18 00:23:10 nik-pc kernel: usb usb2: root hub lost power or was reset
Oct 18 00:23:10 nik-pc kernel: [drm] PCIE GART of 512M enabled (table at 0x0000008000800000).
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: PSP is resuming...
Oct 18 00:23:10 nik-pc kernel: nvme nvme1: D3 entry latency set to 8 seconds
Oct 18 00:23:10 nik-pc kernel: nvme nvme0: 15/0/0 default/read/poll queues
Oct 18 00:23:10 nik-pc systemd[1]: user.slice: Unit now thawed.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
Oct 18 00:23:10 nik-pc systemd[1]: user-1000.slice: Unit now thawed.
Oct 18 00:23:10 nik-pc kernel: nvme nvme1: 12/0/0 default/read/poll queues
Oct 18 00:23:10 nik-pc systemd[1]: session-2.scope: Unit now thawed.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 18 00:23:10 nik-pc systemd-sleep[11387]: Successfully thawed unit 'user.slice'.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Oct 18 00:23:10 nik-pc systemd[1]: user@1000.service: Unit now thawed.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: SMU is resuming...
Oct 18 00:23:10 nik-pc systemd[1]: systemd-suspend.service: Deactivated successfully.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
Oct 18 00:23:10 nik-pc systemd[1]: Finished System Suspend.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: SMU driver if version not matched
Oct 18 00:23:10 nik-pc systemd[1]: Stopped target Sleep.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: use vbios provided pptable
Oct 18 00:23:10 nik-pc systemd[1]: Reached target Suspend.
Oct 18 00:23:10 nik-pc kernel: usb 1-9: WARN: invalid context state for evaluate context command.
Oct 18 00:23:10 nik-pc systemd-logind[944]: Operation 'suspend' finished.
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: SMU is resumed successfully!
Oct 18 00:23:10 nik-pc NetworkManager[1025]: <info>  [1760736190.9456] manager: sleep: wake requested (sleeping: yes  enabled: yes)
Oct 18 00:23:10 nik-pc kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 18 00:23:10 nik-pc NetworkManager[1025]: <info>  [1760736190.9457] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Oct 18 00:23:10 nik-pc kernel: [drm] DMUB hardware initialized: version=0x02020021
Oct 18 00:23:10 nik-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 18 00:23:10 nik-pc kernel: ata6: SATA link down (SStatus 0 SControl 330)
Oct 18 00:23:10 nik-pc systemd[1]: Stopped target Suspend.
Oct 18 00:23:10 nik-pc kernel: ata4: SATA link down (SStatus 0 SControl 330)
Oct 18 00:23:10 nik-pc kernel: ata3: SATA link down (SStatus 0 SControl 330)
Oct 18 00:23:10 nik-pc kernel: ata1: SATA link down (SStatus 0 SControl 300)
Oct 18 00:23:10 nik-pc kernel: usb 1-9: reset full-speed USB device number 4 using xhci_hcd
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring gfx_0.1.0 uses VM inv eng 1 on hub 0
Oct 18 00:23:10 nik-pc kdeconnectd[1908]: No local bluetooth adapter found
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 4 on hub 0
Oct 18 00:23:10 nik-pc kdeconnectd[1908]: Error sending UDP packet: QAbstractSocket::NetworkError
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 5 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 12 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring sdma0 uses VM inv eng 13 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring sdma1 uses VM inv eng 14 on hub 0
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring vcn_dec_0 uses VM inv eng 0 on hub 8
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring vcn_enc_0.0 uses VM inv eng 1 on hub 8
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring vcn_enc_0.1 uses VM inv eng 4 on hub 8
Oct 18 00:23:10 nik-pc kernel: amdgpu 0000:09:00.0: amdgpu: ring jpeg_dec uses VM inv eng 5 on hub 8
Oct 18 00:23:10 nik-pc kernel: usb 1-3: WARN: invalid context state for evaluate context command.
Oct 18 00:23:10 nik-pc kernel: usb 1-3: reset full-speed USB device number 3 using xhci_hcd
Oct 18 00:23:10 nik-pc kernel: ata5: failed to resume link (SControl 0)
Oct 18 00:23:10 nik-pc kernel: ata5: SATA link down (SStatus 0 SControl 0)
Oct 18 00:23:10 nik-pc kernel: usb 1-2: WARN: invalid context state for evaluate context command.
Oct 18 00:23:10 nik-pc kernel: usb 1-2: reset full-speed USB device number 2 using xhci_hcd
Oct 18 00:23:10 nik-pc kernel: OOM killer enabled.
Oct 18 00:23:10 nik-pc kernel: Restarting tasks ... done.
Oct 18 00:23:10 nik-pc kernel: random: crng reseeded on system resumption
Oct 18 00:23:10 nik-pc kernel: PM: suspend exit
Oct 18 00:23:10 nik-pc kernel: Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000b lmp_ver=0b lmp_subver=8852
Oct 18 00:23:10 nik-pc kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Oct 18 00:23:10 nik-pc kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_fw.bin
Oct 18 00:23:10 nik-pc kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852bu_config.bin
Oct 18 00:23:10 nik-pc kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 57259
Oct 18 00:23:10 nik-pc kernel: Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
Oct 18 00:23:10 nik-pc systemd[1340]: Stopped target Bluetooth.
Oct 18 00:23:10 nik-pc systemd[1]: Stopped target Bluetooth Support.
Oct 18 00:23:10 nik-pc systemd[1340]: Reached target Bluetooth.
Oct 18 00:23:10 nik-pc systemd[1]: Reached target Bluetooth Support.
Oct 18 00:23:11 nik-pc systemd[1]: Started Load/Save RF Kill Switch Status.

I also found this post after making mine(did not use the right keywords to find it). The issue seems almost identical but they are using a nvidia gpu. Sleep mode broken after updating to kernel 6.17.1

Yep, have to restart my machine now if it suspends/sleeps for any extended time.

EDIT: Kernel upgrades available today so may fix the issue.

After the update today (to kernel 6.17.3-arch2-1) my machine is resuming normally again.

Operating System: EndeavourOS
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.19.0
Qt Version: 6.10.0
Kernel Version: 6.17.3-arch2-1 (64-bit)
Graphics Platform: Wayland
Processors: 32 × AMD Ryzen 9 5950X 16-Core Processor
Memory: 64 GiB of RAM (62.7 GiB usable)
Graphics Processor: AMD Radeon RX 7600 XT

1 Like

For me the issue persists even with 6.17.3-arch2-1.

Probably this. Experiencing same on my 6700 XT.

also still experiencing this issue here :frowning: (intel gpu)

Yea probably. Guess I am staying on LTS for a while till that’s fixed.

1 Like

yep, im also having this problem. this surfaced recently for me, noticed this yesterday!

I don’t use hibernation on my amdgpu. I use suspend and never have any issues. I am using an RX590 though.

Because of this recurring issue with amdgpu on an install without hibernate (zram), I am now permanently on the linux-lts kernel to prevent this chronic issue. It is recent enough for not having anything new for my APU.