mbox series

amd-pstate fixes for 6.11

Message ID d6e8ce59-4139-4832-ab8e-133181d0c874@amd.com
State New
Headers show
Series amd-pstate fixes for 6.11 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.11-2024-08-26

Message

Mario Limonciello Aug. 26, 2024, 8:28 p.m. UTC
The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:

   Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)

are available in the Git repository at:

 
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.11-2024-08-26
 
 
 
                                     for you to fetch changes up to 
9983a9cd4d429dc9ca01770083c4c1f366214b65:

   cpufreq/amd-pstate-ut: Don't check for highest perf matching on 
prefcore (2024-08-23 11:07:58 -0500)

----------------------------------------------------------------
amd-pstate fixes for 6.11-rc
- Fix to unit test coverage
- Fix bug with enabling CPPC on hetero designs
- Fix uninitialized variable
 
 
 
 
----------------------------------------------------------------
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(-)

Comments

Rafael J. Wysocki Aug. 27, 2024, 6:43 p.m. UTC | #1
On Mon, Aug 26, 2024 at 10:28 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399:
>
>    Linux 6.11-rc4 (2024-08-18 13:17:27 -0700)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.11-2024-08-26
>
>
>
>                                      for you to fetch changes up to
> 9983a9cd4d429dc9ca01770083c4c1f366214b65:
>
>    cpufreq/amd-pstate-ut: Don't check for highest perf matching on
> prefcore (2024-08-23 11:07:58 -0500)
>
> ----------------------------------------------------------------
> amd-pstate fixes for 6.11-rc
> - Fix to unit test coverage
> - Fix bug with enabling CPPC on hetero designs
> - Fix uninitialized variable
>
>
>
>
> ----------------------------------------------------------------
> 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(-)

Pulled and added to the linux-next branch in linux-pm.git, thanks!