[GIT PULL] Power management fix for v6.18-rc7

From: Rafael J. Wysocki

Date: Thu Nov 20 2025 - 12:26:31 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.18-rc7

with top-most commit f384497a76ed9539f70f6e8fe81a193441c943d2

PM: sleep: core: Fix runtime PM enabling in device_resume_early()

on top of commit 6a23ae0a96a600d1d12557add110e0bb6e32730c

Linux 6.18-rc6

to receive a power management fix for 6.18-rc7.

This fixes a regression introduced during the 6.16 development cycle
that may cause runtime PM to be enabled by mistake for devices that
do not support it (which may lead to some serious trouble) if there
is a system wakeup event during the "late suspend" phase of system
suspend.

Thanks!


---------------

Rafael J. Wysocki (1):
PM: sleep: core: Fix runtime PM enabling in device_resume_early()

---------------

drivers/base/power/main.c | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)