mbox series

amd-pstate development for 6.12

Message ID 0297acf4-aab6-4561-9d8f-5c9082fe4869@amd.com (mailing list archive)
State Mainlined, archived
Headers show
Series amd-pstate development for 6.12 | expand

Pull-request

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

Message

Mario Limonciello Sept. 4, 2024, 8:11 p.m. UTC
The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:

   Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)

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-09-04

for you to fetch changes up to c3e093efbc6cac7bf9dc531dcb751b86daaa65b0:

   cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit() 
(2024-09-04 15:07:34 -0500)

----------------------------------------------------------------
amd-pstate development for 6.12:
* Validate return of any attempt to update EPP limits, which fixes
   the masking of hardware problems.

----------------------------------------------------------------
Mario Limonciello (1):
       cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()

  drivers/cpufreq/amd-pstate.c | 11 +++++++----
  1 file changed, 7 insertions(+), 4 deletions(-)

Comments

Rafael J. Wysocki Sept. 5, 2024, 11:18 a.m. UTC | #1
On Wed, Sep 4, 2024 at 10:11 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> The following changes since commit 431c1646e1f86b949fa3685efc50b660a364c2b6:
>
>    Linux 6.11-rc6 (2024-09-01 19:46:02 +1200)
>
> 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-09-04
>
> for you to fetch changes up to c3e093efbc6cac7bf9dc531dcb751b86daaa65b0:
>
>    cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()
> (2024-09-04 15:07:34 -0500)
>
> ----------------------------------------------------------------
> amd-pstate development for 6.12:
> * Validate return of any attempt to update EPP limits, which fixes
>    the masking of hardware problems.
>
> ----------------------------------------------------------------
> Mario Limonciello (1):
>        cpufreq/amd-pstate: Catch failures for amd_pstate_epp_update_limit()
>
>   drivers/cpufreq/amd-pstate.c | 11 +++++++----
>   1 file changed, 7 insertions(+), 4 deletions(-)

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