mbox series

[GIT,PULL] amd-pstate fixes for v6.14-rc (2/6/25)

Message ID e656ef9c-3e77-4a40-912f-cee96632bbb7@amd.com (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] amd-pstate fixes for v6.14-rc (2/6/25) | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.14-2025-02-06

Message

Mario Limonciello Feb. 6, 2025, 7:32 p.m. UTC
Hello,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

   Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.14-2025-02-06

for you to fetch changes up to 3ace20038e19f23fe73259513f1f08d4bf1a3c83:

   cpufreq/amd-pstate: Fix cpufreq_policy ref counting (2025-02-06 
13:19:36 -0600)

----------------------------------------------------------------
amd-pstate fixes 2/6/25

* Fix some error cleanup paths with mutex use and boost
* Fix a ref counting issue
* Fix a schedutil issue

----------------------------------------------------------------
Dhananjay Ugwekar (3):
       cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
       cpufreq/amd-pstate: Fix max_perf updation with schedutil
       cpufreq/amd-pstate: Fix cpufreq_policy ref counting

Lifeng Zheng (1):
       cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail

  drivers/cpufreq/amd-pstate.c | 20 ++++++++++----------
  1 file changed, 10 insertions(+), 10 deletions(-)

Comments

Rafael J. Wysocki Feb. 6, 2025, 7:42 p.m. UTC | #1
Hi,

On Thu, Feb 6, 2025 at 8:32 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> Hello,
>
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
>    Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.14-2025-02-06
>
> for you to fetch changes up to 3ace20038e19f23fe73259513f1f08d4bf1a3c83:
>
>    cpufreq/amd-pstate: Fix cpufreq_policy ref counting (2025-02-06
> 13:19:36 -0600)
>
> ----------------------------------------------------------------
> amd-pstate fixes 2/6/25
>
> * Fix some error cleanup paths with mutex use and boost
> * Fix a ref counting issue
> * Fix a schedutil issue
>
> ----------------------------------------------------------------
> Dhananjay Ugwekar (3):
>        cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits
>        cpufreq/amd-pstate: Fix max_perf updation with schedutil
>        cpufreq/amd-pstate: Fix cpufreq_policy ref counting
>
> Lifeng Zheng (1):
>        cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail
>
>   drivers/cpufreq/amd-pstate.c | 20 ++++++++++----------
>   1 file changed, 10 insertions(+), 10 deletions(-)

Pulled and added to linux-pm.git/fixes, thanks!