From: Sasha Levin <sashal@kernel.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Athul Krishna <athul.krishna.kr@protonmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
"rafael.j.wysocki@intel.com" <rafael.j.wysocki@intel.com>,
"superm1@kernel.org" <superm1@kernel.org>,
"bp@alien8.de" <bp@alien8.de>,
ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [REGRESSION] Suspend broken on 6.19.4
Date: Sat, 28 Feb 2026 10:39:31 -0500 [thread overview]
Message-ID: <aaMMM-97pFFm2C4Z@laps> (raw)
In-Reply-To: <CAJZ5v0iTJ78cR-Nub7aEvPr=9WDx_DebD0+Co9weYO99oDWTzg@mail.gmail.com>
On Sat, Feb 28, 2026 at 02:58:54PM +0100, Rafael J. Wysocki wrote:
>On Sat, Feb 28, 2026 at 2:51 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>>
>> On Sat, Feb 28, 2026 at 1:40 PM Athul Krishna
>> <athul.krishna.kr@protonmail.com> wrote:
>> >
>> > Device: Asus Zephyrus G14 (GA402RJ)
>> > CPU: Ryzen 7 6700H
>> > iGPU: Radeon 680M
>> >
>> > Problem: Suspend broken on 6.19.4. On closing the lid or systemctl suspend, screen turns off but device does not fully power down.
>> > No obvious errors in dmesg except:
>> > [ 219.151441] amd_pmc AMDI0007:00: Last suspend didn't reach deepest state
>> > [ 219.164301] ACPI: EC: interrupt unblocked
>> >
>> > Bisected:
>> > commit 6cfed39c2ce64ac024bbde458a9727105e0b8c66
>> > Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>> > Date: Tue Dec 23 18:09:11 2025 +0800
>> >
>> > ACPI: processor: Update cpuidle driver check in __acpi_processor_start()
>> >
>> > [ Upstream commit 0089ce1c056aee547115bdc25c223f8f88c08498 ]
>> >
>> > Commit 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle
>> > driver registration") moved the ACPI idle driver registration to
>> > acpi_processor_driver_init() and acpi_processor_power_init() does
>> > not register an idle driver any more.
>> >
>> > Accordingly, the cpuidle driver check in __acpi_processor_start() needs
>> > to be updated to avoid calling acpi_processor_power_init() without a
>> > cpuidle driver, in which case the registration of the cpuidle device
>> > in that function would lead to a NULL pointer dereference in
>> > __cpuidle_register_device().
>> >
>> > Fixes: 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle driver registration")
>> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>> > Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>
>> > Tested-by: Borislav Petkov (AMD) <bp@alien8.de>
>> > Link: https://patch.msgid.link/20251223100914.2407069-4-lihuisong@huawei.com
>> > Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
>> > Signed-off-by: Sasha Levin <sashal@kernel.org>
>> >
>> > Reverting the commit or downgrading to 6.19.3 resolves the issue.
>> > Attached dmesg and lspci.
>>
>> Is this problem also present in 7.0-rc1?
>
>To my eyes, this commit shouldn't have been backported to 6.19.y
>because the one fixed by it was reverted in the meantime and only
>re-added in 7.0-rc1.
>
>Sasha, Greg, how do I request dropping this one from -stable?
Now reverted, thanks :)
--
Thanks,
Sasha
next prev parent reply other threads:[~2026-02-28 15:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-28 12:40 [REGRESSION] Suspend broken on 6.19.4 Athul Krishna
2026-02-28 13:51 ` Rafael J. Wysocki
2026-02-28 13:58 ` Rafael J. Wysocki
2026-02-28 15:39 ` Sasha Levin [this message]
2026-02-28 15:31 ` Athul Krishna
2026-02-28 15:35 ` Rafael J. Wysocki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aaMMM-97pFFm2C4Z@laps \
--to=sashal@kernel.org \
--cc=athul.krishna.kr@protonmail.com \
--cc=bp@alien8.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=rafael@kernel.org \
--cc=superm1@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.