Re: [GIT PULL] cpupower update for Linux 6.16-rc1
From: Rafael J. Wysocki
Date: Fri May 16 2025 - 16:11:00 EST
Hi Shuah,
On Fri, May 16, 2025 at 10:06 PM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Rafael,
>
> Please pull the following cpupower update for Linux 6.16-rc1.
>
> Adds systemd service to run cpupower and changes binding's makefile
> to use -lcpupower.
>
> cpupower: add a systemd service to run cpupower
> cpupower: do not write DESTDIR to cpupower.service
> cpupower: do not call systemctl at install time
> cpupower: do not install files to /etc/default/
> cpupower: change binding's makefile to use -lcpupower
>
> diff is attached.
>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit b4432656b36e5cc1d50a1f2dc15357543add530e:
>
> Linux 6.15-rc4 (2025-04-27 15:19:23 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.16-rc1
>
> for you to fetch changes up to e5174365c13246ed8fd2d40900edec37be6f7a34:
>
> cpupower: do not install files to /etc/default/ (2025-05-13 16:06:28 -0600)
>
> ----------------------------------------------------------------
> linux-cpupower-6.16-rc1
>
> Adds systemd service to run cpupower and changes binding's makefile
> to use -lcpupower.
>
> cpupower: add a systemd service to run cpupower
> cpupower: do not write DESTDIR to cpupower.service
> cpupower: do not call systemctl at install time
> cpupower: do not install files to /etc/default/
> cpupower: change binding's makefile to use -lcpupower
>
> ----------------------------------------------------------------
> Francesco Poli (wintermute) (4):
> cpupower: add a systemd service to run cpupower
> cpupower: do not write DESTDIR to cpupower.service
> cpupower: do not call systemctl at install time
> cpupower: do not install files to /etc/default/
>
> John B. Wyatt IV (1):
> cpupower: change binding's makefile to use -lcpupower
>
> tools/power/cpupower/Makefile | 13 +++++++++++
> tools/power/cpupower/README | 28 +++++++++++++++++++++++
> tools/power/cpupower/bindings/python/Makefile | 8 +++----
> tools/power/cpupower/bindings/python/README | 13 ++++++-----
> tools/power/cpupower/cpupower-service.conf | 32 +++++++++++++++++++++++++++
> tools/power/cpupower/cpupower.service.in | 16 ++++++++++++++
> tools/power/cpupower/cpupower.sh | 26 ++++++++++++++++++++++
> 7 files changed, 126 insertions(+), 10 deletions(-)
> create mode 100644 tools/power/cpupower/cpupower-service.conf
> create mode 100644 tools/power/cpupower/cpupower.service.in
> create mode 100644 tools/power/cpupower/cpupower.sh
> ----------------------------------------------------------------
Pulled and added to linux-pm.git/linux-next, thanks!