Linux Power Management development
 help / color / mirror / Atom feed
* [GIT PULL] Power management fixes for 7.3-rc3
@ 2026-09-10 18:41 Rafael J. Wysocki (Intel)
  2026-09-10 21:52 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki (Intel) @ 2026-09-10 18:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux PM, Linux Kernel Mailing List, Viresh Kumar

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(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-10 21:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 18:41 [GIT PULL] Power management fixes for 7.3-rc3 Rafael J. Wysocki (Intel)
2026-09-10 21:52 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox