* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
@ 2024-10-03 10:47 ` bugzilla-daemon
2024-10-03 11:02 ` bugzilla-daemon
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 10:47 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #1 from Todd Brandt (todd.e.brandt@intel.com) ---
oh, one further note, this bug affects all 3 power modes: freeze, mem, and
disk. So it's not limited to freeze. All three modes hang.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
2024-10-03 10:47 ` [Bug 219346] " bugzilla-daemon
@ 2024-10-03 11:02 ` bugzilla-daemon
2024-10-03 11:46 ` bugzilla-daemon
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 11:02 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #2 from Hans de Goede (jwrdegoede@fedoraproject.org) ---
Thank you for reporting this, there is a potential fix for this here:
https://patchwork.kernel.org/project/platform-driver-x86/patch/20240919165349.235777-1-hdegoede@redhat.com/
Which I plan to merge soon, this should at least fix the mem case, but I'm not
sure if it will help with the others.
Maybe instead of not doing the ACPI PM Timer disable when using S3 suspend we
need to just not do it at all on Kaby / Amber Lake ?
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
2024-10-03 10:47 ` [Bug 219346] " bugzilla-daemon
2024-10-03 11:02 ` bugzilla-daemon
@ 2024-10-03 11:46 ` bugzilla-daemon
2024-10-03 12:50 ` bugzilla-daemon
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 11:46 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #3 from Todd Brandt (todd.e.brandt@intel.com) ---
I will do a build with your patch and try it, also please note that this issue
causes a full hang, pressing the keyboard immediately after S2idle, S3, or S4
doesn't bring it back.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (2 preceding siblings ...)
2024-10-03 11:46 ` bugzilla-daemon
@ 2024-10-03 12:50 ` bugzilla-daemon
2024-10-03 13:11 ` bugzilla-daemon
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 12:50 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #4 from Todd Brandt (todd.e.brandt@intel.com) ---
ok I just tested with your patch, it fixed S3, but S2idle and S4 are still
broken and still hang the system. The only difference is when S2idle or S4 hang
the system will display this on the screen:
[ OK ] Started Show Plymouth Boot Screen
[ OK ] Started Forward Password R#s to Plymouth Directory
Watch.plymouth-start.service
[ OK ] Reached target Local Encrypted Volumes.
systemd-journal-flush.service
[ OK ] Finished Flush Journal to Persistent Storange
[ OK ] Created slice Slice /system/systemd-backlight
Starting Load/Save Screen #f backlight:intel_backlight...
[ OK ] Finished Load/Save Screen # of backlight:intel_backlight.
systemd-backlight@backlight:intel_backlight.service
And it hangs, doesn't respond to any keypresses, it just sits there. So in
short the only two changes are:
1) fixes S3
2) leave S2idle and S4 broken but displays a weird status on the screen on hang
So this is clearly affecting more than just S3, that timer has some purpose in
Amber Lake that breaks when the timer is shut down.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (3 preceding siblings ...)
2024-10-03 12:50 ` bugzilla-daemon
@ 2024-10-03 13:11 ` bugzilla-daemon
2024-10-03 20:29 ` bugzilla-daemon
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 13:11 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #5 from Todd Brandt (todd.e.brandt@intel.com) ---
And yea if just disabling this fix completely for kabylake and amberlake is
what it takes that's fine. These are older systems. Perhaps in the future we
can figure out what the issue is and re-enable it for these two platforms.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (4 preceding siblings ...)
2024-10-03 13:11 ` bugzilla-daemon
@ 2024-10-03 20:29 ` bugzilla-daemon
2024-10-03 22:47 ` bugzilla-daemon
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 20:29 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #6 from Hans de Goede (jwrdegoede@fedoraproject.org) ---
Thank you for testing my original patch.
I have now submitted a patch which outright disables the ACPI PM timer
disabling on any systems with a Sunrise or Union Point PCH:
https://lore.kernel.org/platform-driver-x86/20241003202614.17181-1-hdegoede@redhat.com/
Please give this a test and let me know if it fixes things.
Once I have confirmation that this patch works better I'll send it on its way
to Linus.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (5 preceding siblings ...)
2024-10-03 20:29 ` bugzilla-daemon
@ 2024-10-03 22:47 ` bugzilla-daemon
2024-10-03 23:59 ` bugzilla-daemon
2024-10-06 11:09 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 22:47 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #7 from Todd Brandt (todd.e.brandt@intel.com) ---
building it now, I'll have it tested in an hour or so, thanks.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (6 preceding siblings ...)
2024-10-03 22:47 ` bugzilla-daemon
@ 2024-10-03 23:59 ` bugzilla-daemon
2024-10-06 11:09 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-03 23:59 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
--- Comment #8 from Todd Brandt (todd.e.brandt@intel.com) ---
ok I did a full stress run of S2idle, S3, and S4 and all 3 work just fine on
both our AML machines. Looks like it works. Thanks. Go ahead and add me as
Tested-By.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread* [Bug 219346] [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines
2024-10-03 10:17 [Bug 219346] New: [BISECTED] Disable ACPI PM Timer breaks suspend on all Amber Lake machines bugzilla-daemon
` (7 preceding siblings ...)
2024-10-03 23:59 ` bugzilla-daemon
@ 2024-10-06 11:09 ` bugzilla-daemon
8 siblings, 0 replies; 10+ messages in thread
From: bugzilla-daemon @ 2024-10-06 11:09 UTC (permalink / raw)
To: platform-driver-x86
https://bugzilla.kernel.org/show_bug.cgi?id=219346
Hans de Goede (jwrdegoede@fedoraproject.org) changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CODE_FIX
--- Comment #9 from Hans de Goede (jwrdegoede@fedoraproject.org) ---
Thank you for testing, the fix is part of this fixes pull-request which I just
send to Linus:
https://lore.kernel.org/platform-driver-x86/280a792b-ec54-419d-8cca-17b020a38d3f@redhat.com/
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 10+ messages in thread