[GIT PULL] Power management updates for v7.0-rc2

From: Rafael J. Wysocki

Date: Thu Feb 26 2026 - 16:10:01 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-7.0-rc2

with top-most commit b78030d0f10570845568153637c5831e27d9871f

Merge branches 'pm-cpufreq' and 'pm-runtime'

on top of commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f

Linux 7.0-rc1

to receive power management updates for 7.0-rc2.

These fix two intel_pstate driver issues causing it to crash on
sysfs attribute accesses when some CPUs in the system are offline,
finalize changes related to turning pm_runtime_put() into a void
function, and update Daniel Lezcano's contact information:

- Fix two issues in the intel_pstate driver causing it to crash when
its sysfs interface is used on a system with some offline CPUs (David
Arcari, Srinivas Pandruvada)

- Update the last user of the pm_runtime_put() return value to discard
it and turn pm_runtime_put() into a void function (Rafael Wysocki)

- Update Daniel Lezcano's contact information in MAINTAINERS and
.mailmap (Daniel Lezcano)

Thanks!


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

Daniel Lezcano (1):
MAINTAINERS: Update contact with the kernel.org address

David Arcari (1):
cpufreq: intel_pstate: Fix NULL pointer dereference in
update_cpu_qos_request()

Rafael J. Wysocki (2):
pmdomain: imx: gpcv2: Discard pm_runtime_put() return value
PM: runtime: Change pm_runtime_put() return type to void

Srinivas Pandruvada (1):
cpufreq: intel_pstate: Fix crash during turbo disable

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

.mailmap | 4 ++++
MAINTAINERS | 12 ++++++------
drivers/cpufreq/intel_pstate.c | 14 ++++++++------
drivers/pmdomain/imx/gpcv2.c | 4 +++-
include/linux/pm_runtime.h | 16 ++--------------
5 files changed, 23 insertions(+), 27 deletions(-)