lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jOgpgotLwOMyhURMcfWvAP4rWtWxNbFohqwyEzCJGSSA@mail.gmail.com>
Date: Fri, 30 Aug 2024 18:59:44 +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>, 
	Mario Limonciello <mario.limonciello@....com>
Subject: [GIT PULL] Power management fixes for v6.11-rc6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ