[GIT PULL] Power management fixes for v6.16-rc5
From: Rafael J. Wysocki
Date: Fri Jul 04 2025 - 16:25:49 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.16-rc5
with top-most commit 250d0579da5db2052cce2891a5eaa87450851354
Merge branch 'pm-sleep'
on top of commit d0b3b7b22dfa1f4b515fd3a295b3fd958f9e81af
Linux 6.16-rc4
to receive power management fixes for 6.16-rc5.
These address system suspend failures under memory pressure in some
configurations, fix up RAPL handling on platforms where PL1 cannot
be disabled, and fix a documentation typo:
- Prevent the Intel RAPL power capping driver from allowing PL1 to be
exceeded by mistake on systems when PL1 cannot be disabled (Zhang
Rui).
- Fix a typo in the ABI documentation (Sumanth Gavini).
- Allow swap to be used a bit longer during system suspend and
hibernation to avoid suspend failures under memory pressure (Mario
Limonciello).
Thanks!
---------------
Mario Limonciello (1):
PM: Restrict swap use to later in the suspend sequence
Sumanth Gavini (1):
PM: sleep: docs: Replace "diasble" with "disable"
Zhang Rui (1):
powercap: intel_rapl: Do not change CLAMPING bit if ENABLE bit
cannot be changed
---------------
Documentation/ABI/testing/sysfs-devices-power | 2 +-
drivers/base/power/main.c | 5 ++++-
drivers/powercap/intel_rapl_common.c | 18 +++++++++++++++++-
include/linux/suspend.h | 5 +++++
kernel/kexec_core.c | 1 +
kernel/power/hibernate.c | 3 ---
kernel/power/power.h | 5 -----
kernel/power/suspend.c | 3 +--
8 files changed, 29 insertions(+), 13 deletions(-)