[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cf329845-48ee-4b25-9b5a-02a6e2b55e5a@linuxfoundation.org>
Date: Mon, 23 Sep 2024 14:19:01 -0600
From: Shuah Khan <skhan@...uxfoundation.org>
To: "Rafael J. Wysocki" <rafael@...nel.org>
Cc: shuah <shuah@...nel.org>, Shuah Khan <skhan@...uxfoundation.org>,
linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Guenter Roeck <linux@...ck-us.net>, "John B. Wyatt IV" <jwyatt@...hat.com>,
Shuah Khan <skhan@...uxfoundation.org>
Subject: [GIT PULL] [GIT PULL] cpupower fixes for Linux 6.12-rc1
Hi Rafael,
Please pull the following cpupower fixes update for Linux 6.12-rc1.
Please send this up to Linus if at all possible before the merge
window closes.
This cpupower fixes update consists fix to raw_pylibcpupower.i being
removed by "make mrproper". "*.i", "*.o" files are generated during
kernel compile and removed when the repo is cleaned by mrproper.
The file is renamed to use .swg extension instead to avoid the problem.
The second patch removes references to raw_pylibcpupower.i from .gitignore.
diff is attached.
thanks,
-- Shuah
----------------------------------------------------------------
The following changes since commit 80e67f1802d0fc21543216557a68320c71d7dbe1:
pm:cpupower: Add error warning when SWIG is not installed (2024-09-06 10:58:35 -0600)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-cpupower-6.12-rc1-fixes
for you to fetch changes up to 6c56fb4434f59df9c777eded5f77cc812882cef3:
pm: cpupower: Clean up bindings gitignore (2024-09-23 09:06:03 -0600)
----------------------------------------------------------------
linux-cpupower-6.12-rc1-fixes
This cpupower fixes update consists fix to raw_pylibcpupower.i being
removed by "make mrproper". "*.i", "*.o" files are generated during
kernel compile and removed when the repo is cleaned by mrproper.
The file is renamed to use .swg extension instead to avoid the problem.
The second patch removes references to raw_pylibcpupower.i from .gitignore.
----------------------------------------------------------------
John B. Wyatt IV (1):
pm: cpupower: Clean up bindings gitignore
Min-Hua Chen (1):
pm: cpupower: rename raw_pylibcpupower.i
tools/power/cpupower/bindings/python/.gitignore | 3 +--
tools/power/cpupower/bindings/python/Makefile | 4 ++--
.../bindings/python/{raw_pylibcpupower.i => raw_pylibcpupower.swg} | 0
3 files changed, 3 insertions(+), 4 deletions(-)
rename tools/power/cpupower/bindings/python/{raw_pylibcpupower.i => raw_pylibcpupower.swg} (100%)
----------------------------------------------------------------
View attachment "linux-cpupower-6.12-rc1-fixes.diff" of type "text/x-patch" (1754 bytes)
Powered by blists - more mailing lists