[GIT PULL] Power management fixes for 7.3-rc3

From: Rafael J. Wysocki (Intel)

Date: Thu Sep 10 2026 - 14:50:16 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-7.3-rc3

with top-most commit 13b3dcbcfed1d0c8c1d3b5dcfe306f9992452ae9

Merge branch 'pm-cpufreq'

on top of commit df2908090cda368b01ff43709f51890076c56157

Linux 7.3-rc2

to receive power management fixes for 7.3-rc3.

These harden the cpufreq core against races with sysfs during policy
creation, fix two issues in the OPP (Operating Performance Points)
library, and make OPP print symbolic error names:

- Zero-initialize the policy cpumask and initialize the policy rwsem
before exposing the policy sysfs interface (Runyu Xiao and Zhongqiu
Han)

- Fix potential multiplication overflow when calculating freq in OPP
core (Colin Ian King)

- Fix use after free in _update_opp_table_clk() (Peter Griffin)

- Use %pe to print symbolic error name in OPP (Sumeet Pawnikar)

Thanks!


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

Colin Ian King (1):
OPP: of: Fix potential multiplication overflow when calculating freq

Peter Griffin (1):
opp: fix use after free in _update_opp_table_clk()

Runyu Xiao (1):
cpufreq: initialize policy rwsem before sysfs publication

Sumeet Pawnikar (1):
opp: Use %pe to print symbolic error name

Zhongqiu Han (1):
cpufreq: zero-initialize policy cpumask before sysfs publication

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

drivers/cpufreq/cpufreq.c | 6 +++---
drivers/opp/core.c | 30 ++++++++++++++++--------------
drivers/opp/of.c | 6 +++---
3 files changed, 22 insertions(+), 20 deletions(-)