Re: [GIT PULL] cpupower fixes update for Linux 7.3-rc1
"Rafael J. Wysocki (Intel)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJZ5v0j-akqqEh9MwG2WiPngrz+-SX2th+-GY-12dn0MzzZwfg@mail.gmail.com> |
Hi Shuah, On Tue, Aug 4, 2026 at 11:31 PM Shuah Khan <[email protected]> wrote: > > Hi Rafael, > > Please pull the cpupower update for Linux 7.3-rc1. > > Adds support for generic CPPC display that depends only on standardized > fields, improving AMD specific implementation for the same. > > Removes conditional return with no effect as part of tree-wide code clean > up effort. > > diff is attached. > > thanks, > -- Shuah > > ---------------------------------------------------------------- > The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482: > > Linux 7.2-rc1 (2026-06-28 12:01:31 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-7.3-rc1 > > for you to fetch changes up to adfe0057326ffbc2cd5ff69a57ec0e50b5e74095: > > cpupower: remove conditional return with no effect (2026-08-04 13:12:06 -0600) > > ---------------------------------------------------------------- > linux-cpupower-7.3-rc1 > > Adds support for generic CPPC display that depends only on standardized > fields, improving AMD specific implementation for the same. > > Removes conditional return with no effect as part of tree-wide code clean > up effort. > > ---------------------------------------------------------------- > Jeremy Linton (4): > cpupower: Add generic CPPC performance display > cpupower: Build and call CPPC information on non-AMD processors > cpupower: Print kernel and hardware frequency information > cpupower: Add libm to cpupower for generic CPPC view > > Sang-Heon Jeon (1): > cpupower: remove conditional return with no effect > > tools/power/cpupower/Makefile | 6 +-- > tools/power/cpupower/utils/cpufreq-info.c | 11 +++--- > tools/power/cpupower/utils/helpers/cppc.c | 56 ++++++++++++++++++++++++++++ > tools/power/cpupower/utils/helpers/helpers.h | 2 + > tools/power/cpupower/utils/powercap-info.c | 2 - > 5 files changed, 67 insertions(+), 10 deletions(-) > create mode 100644 tools/power/cpupower/utils/helpers/cppc.c > ---------------------------------------------------------------- Pulled and added to linux-pm.git/linux-next, thanks!