https://bugzilla.kernel.org/show_bug.cgi?id=220881
--- Comment #3 from Javad Rajabzadeh ([email protected]) --- I check kernel change log 6.18.2 in https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.2 but don't have fixed issue for ACPI. Audio resume issue on AMD ACP: "ASoC amd acp Audio is not resuming after s0ix" — fixes incorrect ring buffer address after suspend on AMD. Not your hardware, but shows resume issues are being actively fixed. Audio suspend issues (AMD) and ASoC fixes for s0ix: Several audio codec suspend/resume bugs fixed (AK5558, AK4458, BCM DSLPON). These could affect GNOME's ability to resume cleanly if audio driver hangs. DM Log-writes add missing setfreezable: "dm log-writes: Add missing setfreezable for freezable kthread" — fixes thread suspension during system suspend/hibernate. Could prevent some kernel threads from blocking suspend. blk-mq abort suspend when wakeup events pending: "blk-mq: Abort suspend when wakeup events are pending" — prevents the kernel from waiting indefinitely on block devices during suspend. This could be relevant to your hang if a block device or storage path is blocking your resume. vGEM fence timer safety (timer interrupt safety during suspend): "drm/vgem: Make timer IRQ safe" — fixes a lockdep warning during suspend/resume with timer-related deadlock. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
