[GIT PULL] Power management fixes for v6.11-rc6

From: Rafael J. Wysocki
Date: Fri Aug 30 2024 - 13:00:06 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.11-rc6

with top-most commit 15d75184a86fdd8ba56e17606c3088ac60150ab3

Merge tag 'amd-pstate-v6.11-2024-08-26' of
ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux

on top of commit 5be63fc19fcaa4c236b307420483578a56986a37

Linux 6.11-rc5

to receive power management fixes for 6.11-rc6.

These fix three issues in the amd-pstate cpufreq driver.

Specifics:

- Remove checks for highest performance match on preferred cores when
updating preferred core ranking in amd-pstate (Mario Limonciello).

- Make amd-pstate call topology_logical_package_id() instead of
logical_die_id() to get a socked ID for a CPU (Gautham Shenoy).

- Fix uninitialized variable in amd_pstate_cpu_boost_update() (Dan
Carpenter).

Thanks!


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

Dan Carpenter (1):
cpufreq: amd-pstate: Fix uninitialized variable in
amd_pstate_cpu_boost_update()

Gautham R. Shenoy (1):
cpufreq/amd-pstate: Use topology_logical_package_id() instead of
logical_die_id()

Mario Limonciello (1):
cpufreq/amd-pstate-ut: Don't check for highest perf matching on prefcore

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

drivers/cpufreq/amd-pstate-ut.c | 13 ++++++++-----
drivers/cpufreq/amd-pstate.c | 4 ++--
2 files changed, 10 insertions(+), 7 deletions(-)