Re: [GIT PULL] cpupower next update for Linux 7.1-rc1

From: Rafael J. Wysocki

Date: Tue Apr 07 2026 - 09:53:19 EST


Hi Shuah,

On Mon, Apr 6, 2026 at 8:40 PM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Rafael,
>
> Please pull the cpupower next update for Linux 7.1-rc1.
>
> - Fixes errors in cpupower-frequency-info short option names
> to its manpage.
> - Fixes cpupower-idle-info perf option name to its manpage.
> - Adds boost and epp options to cpupower-frequency-info to its
> manpage.
> - Adds description for perf-bias option to cpupower-info to its
> manpage.
> - Removes unnecessary extern declarations from getopt.h in arguments
> parsing functions in cpufreq-set, cpuidle-info, cpuidle-set,
> cpupower-info, and cpupower-set utilities. These functions are
> defined getopt.h file.
>
> diff is attached.
>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit c369299895a591d96745d6492d4888259b004a9e:
>
> Linux 7.0-rc5 (2026-03-22 14:42:17 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-7.1-rc1
>
> for you to fetch changes up to 2fd3b83cacfb9160b896fb26117328eeb0598c54:
>
> cpupower: remove extern declarations in cmd functions (2026-04-06 11:25:32 -0600)
>
> ----------------------------------------------------------------
> linux-cpupower-7.1-rc1
>
> - Fixes errors in cpupower-frequency-info short option names
> to its manpage.
> - Fixes cpupower-idle-info perf option name to its manpage.
> - Adds boost and epp options to cpupower-frequency-info to its
> manpage.
> - Adds description for perf-bias option to cpupower-info to its
> manpage.
> - Removes unnecessary extern declarations from getopt.h in arguments
> parsing functions in cpufreq-set, cpuidle-info, cpuidle-set,
> cpupower-info, and cpupower-set utilities. These functions are
> defined getopt.h file.
>
> ----------------------------------------------------------------
> Kaushlendra Kumar (1):
> cpupower: remove extern declarations in cmd functions
>
> Roberto Ricci (4):
> cpupower-idle-info.1: fix short option names
> cpupower-frequency-info.1: use the proper name of the --perf option
> cpupower-frequency-info.1: document --boost and --epp options
> cpupower-info.1: describe the --perf-bias option
>
> tools/power/cpupower/man/cpupower-frequency-info.1 | 8 +++++++-
> tools/power/cpupower/man/cpupower-idle-info.1 | 4 ++--
> tools/power/cpupower/man/cpupower-info.1 | 9 ++++++++-
> tools/power/cpupower/utils/cpufreq-info.c | 2 --
> tools/power/cpupower/utils/cpufreq-set.c | 2 --
> tools/power/cpupower/utils/cpuidle-info.c | 2 --
> tools/power/cpupower/utils/cpuidle-set.c | 2 --
> tools/power/cpupower/utils/cpupower-info.c | 2 --
> tools/power/cpupower/utils/cpupower-set.c | 2 --
> 9 files changed, 17 insertions(+), 16 deletions(-)
> ----------------------------------------------------------------

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