[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0irEVCJcq=x6FXEpRh_KW2NwFD6At=2KU-Jc-Qs_se5jw@mail.gmail.com>
Date: Tue, 21 May 2024 11:36:54 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Viresh Kumar <viresh.kumar@...aro.org>
Subject: [GIT PULL] Power management fixes for v6.10-rc1
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(-)
Powered by blists - more mailing lists