[GIT PULL] Power management fixes for 7.2-rc1
From: Rafael J. Wysocki
Date: Fri Jun 26 2026 - 14:01:22 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-7.2-rc1-2
with top-most commit 3a2976df778a9af95e91f7ff88008b4517ddc658
Merge branch 'pm-cpuidle'
on top of commit 5504ce0317f777dcf102751c3e518284226fc2e1
Merge tag 'pm-7.2-rc1' of
gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm
to receive power management fixes for 7.2-rc1.
These fix the schedutil cpufreq governor and drop a bogus warning from
the cpuidle core:
- Remove a misguided warning along with an inaccurate comment next to
it from the cpuidle core (Rafael Wysocki)
- Clear need_freq_update as appropriate in the .adjust_perf()
path of the schedutil cpufreq governor to avoid calling
cpufreq_driver_adjust_perf() unnecessarily on every scheduler
utilization update (Zhongqiu Han)
Thanks!
---------------
Rafael J. Wysocki (1):
cpuidle: Allow exit latency to exceed target residency
Zhongqiu Han (1):
cpufreq: schedutil: Fix uncleared need_freq_update on the
.adjust_perf() path
---------------
drivers/cpuidle/driver.c | 8 --------
kernel/sched/cpufreq_schedutil.c | 1 +
2 files changed, 1 insertion(+), 8 deletions(-)