Bug 215909 - Regression with ACPI_STATE_C3 state freeze
Summary: Regression with ACPI_STATE_C3 state freeze
Status: RESOLVED PATCH_ALREADY_AVAILABLE
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: i386 Linux
: P1 normal
Assignee: acpi_acpica-core@kernel-bugs.osdl.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-27 21:05 UTC by Alexey Kuznetsov
Modified: 2022-05-05 10:30 UTC (History)
3 users (show)

See Also:
Kernel Version: 5.16,5.17
Subsystem:
Regression: No
Bisected commit-id:


Attachments
git bisect log (3.29 KB, text/plain)
2022-04-27 21:05 UTC, Alexey Kuznetsov
Details

Description Alexey Kuznetsov 2022-04-27 21:05:15 UTC
Created attachment 300836 [details]
git bisect log

Hello!

My system Debian Booksworm failed to boot with recently introduced kernels 5.16 and 5.17. git bisect shows problematic commit is:

d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1 "ACPI: processor idle: Allow playing dead in C3 state"

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d6b88ce2eb9d2698eb24451eb92c0a1649b17bb1

This commit also mentioned as problematic with 'IBM Thinkpad T40' systems, seems like it affecting my machine as well:

https://patchwork.kernel.org/project/linux-pm/patch/80742062-8629-3978-e78d-92ffc9bb2e0b@gmail.com/

Recompiling kernel-5.17.3-1 (including debian patches and reverting d6b88ce makes kernel boots!) Without reverting the commit, it freeze at the point where "ata1" initialized. System freeze before kernel finished loading. Notebook fan spins at 100% speed and probably 100% cpu load (look like dead loop lock).

https://linux-hardware.org/?probe=59b41381ed

Full bisect log attached.
Comment 2 Alexey Kuznetsov 2022-05-04 10:16:00 UTC
new test: 5.18-rc4 failed.
Comment 3 The Linux kernel's regression tracker (Thorsten Leemhuis) 2022-05-05 08:52:17 UTC
have you tried if 5.18-rc5 helps, which contains the patch you mentioned in comment 1?
Comment 4 Alexey Kuznetsov 2022-05-05 10:30:50 UTC
I've been told to try 5.18-rc4 for patch to test. That was a mistake. 5.18-rc5 works! Thanks!

Note You need to log in before you can comment on or make changes to this bug.