Re: [GIT PULL] cpupower urgent fix for Linux 6.16-rc2

From: Rafael J. Wysocki
Date: Tue Jun 10 2025 - 15:02:13 EST


Hi Shuah,

On Tue, Jun 10, 2025 at 5:37 PM Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Rafael,
>
> Please pull this cpupower urgent fix for Linux 6.16-rc2.
>
> Add unitdir variable for specifying the location to install systemd
> service units instead of installing under ${libdir}/systemd/system
> which doesn't work on some distributions.
>
> Note: I meant to send this during the merge window and ran into some
> merge conflicts during the PR test. Decided to wait on it until rc1.
>
> diff is attached.
>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
>
> Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.16-rc2-fixes
>
> for you to fetch changes up to e044b8a9545cd8265c7110c179aeec2624c16455:
>
> cpupower: split unitdir from libdir in Makefile (2025-06-09 10:17:46 -0600)
>
> ----------------------------------------------------------------
> linux-cpupower-6.16-rc2-fixes
>
> Add unitdir variable for specifying the location to install systemd
> service units instead of installing under ${libdir}/systemd/system
> which doesn't work on some distributions.
>
> ----------------------------------------------------------------
> Francesco Poli (wintermute) (1):
> cpupower: split unitdir from libdir in Makefile
>
> tools/power/cpupower/Makefile | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> ----------------------------------------------------------------

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