Re: [GIT PULL] cpupower update for Linux 6.20-rc1
From: Rafael J. Wysocki
Date: Wed Jan 07 2026 - 17:31:26 EST
Hi Shuah,
On Wed, Jan 7, 2026 at 1:09 AM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Rafael,
>
> Please pull the following cpupower update for Linux 6.20-rc1.
>
> Fixes to miscellaneous problems in cpupower tool:
>
> - idle_monitor: fix incorrect value logged after stop
> - Fix inverted APERF capability check
> - Use strcspn() to strip trailing newline
> - Reset errno before strtoull()
> - Show C0 in idle-info dump
>
> diff is attached.
>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
>
> Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.20-rc1
>
> for you to fetch changes up to ff72619e11348ab189e232c59515dd5c33780d7c:
>
> tools/power cpupower: Show C0 in idle-info dump (2025-12-15 12:33:29 -0700)
>
> ----------------------------------------------------------------
> cpupower update for Linux 6.20-rc1
>
> Fixes to miscellaneous problems in cpupower tool:
>
> - idle_monitor: fix incorrect value logged after stop
> - Fix inverted APERF capability check
> - Use strcspn() to strip trailing newline
> - Reset errno before strtoull()
> - Show C0 in idle-info dump
>
> ----------------------------------------------------------------
> Kaushlendra Kumar (5):
> cpupower: idle_monitor: fix incorrect value logged after stop
> tools/cpupower: Fix inverted APERF capability check
> tools/cpupower: Use strcspn() to strip trailing newline
> tools/power cpupower: Reset errno before strtoull()
> tools/power cpupower: Show C0 in idle-info dump
>
> tools/power/cpupower/lib/cpuidle.c | 7 +++----
> tools/power/cpupower/utils/cpufreq-info.c | 2 +-
> tools/power/cpupower/utils/cpuidle-info.c | 2 +-
> tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c | 2 +-
> 4 files changed, 6 insertions(+), 7 deletions(-)
> ----------------------------------------------------------------
Pulled and added to linux-pm.git/linux-next, thanks!