[GIT PULL] Power management fixes for v6.10-rc1

From: Rafael J. Wysocki
Date: Tue May 21 2024 - 05:37:18 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.10-rc1-2

with top-most commit dee8f20e61aea655a43b74e5b65bcc6fbc69df7b

Merge branch 'pm-cpufreq'

on top of commit 0c181b1d97dc4deaa902da46740e412c0d0bf9fb

Merge tag 'pm-6.10-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive power management fixes for 6.10-rc1.

These fix the amd-pstate driver and the operating performance point
(OPP) handling related to generic PM domains.

Specifics:

- Fix a memory leak in the exit path of amd-pstate (Peng Ma).

- Fix required_opp_tables handling in the cases when multiple generic
PM domains share one OPP table (Viresh Kumar).

Thanks!


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

Peng Ma (1):
cpufreq: amd-pstate: fix memory leak on CPU EPP exit

Viresh Kumar (1):
OPP: Fix required_opp_tables for multiple genpds using same table

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

drivers/cpufreq/amd-pstate.c | 7 +++++++
drivers/opp/core.c | 31 ++++++++++++++++++++++++++++++-
drivers/pmdomain/core.c | 10 ++++++++++
include/linux/pm_domain.h | 6 ++++++
4 files changed, 53 insertions(+), 1 deletion(-)