mbox series

amd-pstate fixes for v6.12-rc

Message ID ec4ff18a-ae7e-4a29-9961-8b53dc8a3acf@amd.com (mailing list archive)
State Mainlined, archived
Headers show
Series amd-pstate fixes for v6.12-rc | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.12-2024-10-10

Message

Mario Limonciello Oct. 11, 2024, 1:36 a.m. UTC
Hello,

The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

   Linux 6.12-rc2 (2024-10-06 15:32: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.12-2024-10-10
  
  
  
                                     for you to fetch changes up to 
c10e50a469b5ec91eabf653526a22bdce03a9bca:

   cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory 
systems (2024-10-07 11:32:05 -0500)

----------------------------------------------------------------
Fix an issue with changing amd-pstate modes at runtime on shared memory 
systems
  
  
  
  
----------------------------------------------------------------
Dhananjay Ugwekar (1):
       cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory 
systems

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

Comments

Rafael J. Wysocki Oct. 11, 2024, 6:40 p.m. UTC | #1
On Fri, Oct 11, 2024 at 3:36 AM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> Hello,
>
> The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:
>
>    Linux 6.12-rc2 (2024-10-06 15:32: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.12-2024-10-10
>
>
>
>                                      for you to fetch changes up to
> c10e50a469b5ec91eabf653526a22bdce03a9bca:
>
>    cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
> systems (2024-10-07 11:32:05 -0500)
>
> ----------------------------------------------------------------
> Fix an issue with changing amd-pstate modes at runtime on shared memory
> systems
>
>
>
>
> ----------------------------------------------------------------
> Dhananjay Ugwekar (1):
>        cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
> systems
>
>   drivers/cpufreq/amd-pstate.c | 10 ++++++++++
>   1 file changed, 10 insertions(+)

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