mbox series

[GIT,PULL] amd-pstate content for 6.16 (5/15/25)

Message ID bfe60af9-0246-4ae9-a15a-24e10def6d9f@kernel.org
State New
Headers show
Series [GIT,PULL] amd-pstate content for 6.16 (5/15/25) | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.16-2025-05-15

Message

Mario Limonciello May 15, 2025, 8:11 p.m. UTC
Hello,

The following changes since commit d26d16438bc5fd5524121244cc133f9872a63210:

   amd-pstate-ut: Reset amd-pstate driver mode after running selftests 
(2025-05-05 12:07:42 -0500)

are available in the Git repository at:

  
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.16-2025-05-15

for you to fetch changes up to f6b1eebbdbc75377f98fc9774bb86ffc270dae8e:

   cpufreq/amd-pstate: Avoid shadowing ret in 
amd_pstate_ut_check_driver() (2025-05-13 11:12:44 -0500)

----------------------------------------------------------------
amd-pstate changes for 6.16 (5/15/25)

Fix an error caught with -Werror in amd-pstate-ut.

----------------------------------------------------------------
Nathan Chancellor (1):
       cpufreq/amd-pstate: Avoid shadowing ret in 
amd_pstate_ut_check_driver()

  drivers/cpufreq/amd-pstate-ut.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki May 16, 2025, 4:43 p.m. UTC | #1
Hi,

On Thu, May 15, 2025 at 10:11 PM Mario Limonciello <superm1@kernel.org> wrote:
>
> Hello,
>
> The following changes since commit d26d16438bc5fd5524121244cc133f9872a63210:
>
>    amd-pstate-ut: Reset amd-pstate driver mode after running selftests
> (2025-05-05 12:07:42 -0500)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.16-2025-05-15
>
> for you to fetch changes up to f6b1eebbdbc75377f98fc9774bb86ffc270dae8e:
>
>    cpufreq/amd-pstate: Avoid shadowing ret in
> amd_pstate_ut_check_driver() (2025-05-13 11:12:44 -0500)
>
> ----------------------------------------------------------------
> amd-pstate changes for 6.16 (5/15/25)
>
> Fix an error caught with -Werror in amd-pstate-ut.
>
> ----------------------------------------------------------------
> Nathan Chancellor (1):
>        cpufreq/amd-pstate: Avoid shadowing ret in
> amd_pstate_ut_check_driver()
>
>   drivers/cpufreq/amd-pstate-ut.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

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