Re: [GIT PULL] cpupower update for Linux 6.17-rc2

From: Rafael J. Wysocki
Date: Mon Aug 18 2025 - 12:44:36 EST


Hi Shuah,

On Sat, Aug 16, 2025 at 12:19 AM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Rafael,
>
> Please pull the following cpupower update for Linux 6.17-rc2 or
> in your next pr to Linus.
>
> Fixes set subcommand -t option and enables boost control feature on
> non-x86 platforms that support boot control.
>
> diff is attached.
>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.17-rc2
>
> for you to fetch changes up to 357d1fc38aad2cf4ea6626138cbf68299d20170c:
>
> cpupower: Allow control of boost feature on non-x86 based systems with boost support. (2025-08-15 10:49:14 -0600)
>
> ----------------------------------------------------------------
> linux-cpupower-6.17-rc2
>
> Fixes set subcommand -t option and enables boost control feature on
> non-x86 platforms that support boot control.
>
> ----------------------------------------------------------------
> Shinji Nomoto (2):
> cpupower: Fix a bug where the -t option of the set subcommand was not working.
> cpupower: Allow control of boost feature on non-x86 based systems with boost support.
>
> tools/power/cpupower/man/cpupower-set.1 | 7 +--
> tools/power/cpupower/utils/cpufreq-info.c | 16 +++++-
> tools/power/cpupower/utils/cpupower-set.c | 5 +-
> tools/power/cpupower/utils/helpers/helpers.h | 14 ++---
> tools/power/cpupower/utils/helpers/misc.c | 76 ++++++++++++++++++++--------
> 5 files changed, 83 insertions(+), 35 deletions(-)
> ----------------------------------------------------------------

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