[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jCB4VoYh45gBmr_a_eh1tSXxu3Z5sDd4RQHzFf-Jht5Q@mail.gmail.com>
Date: Fri, 4 Jul 2025 22:25:31 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Power management fixes for v6.16-rc5
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(-)
Powered by blists - more mailing lists