* [GIT PULL] Kbuild fixes for 7.0 #4
@ 2026-04-09 23:18 Nathan Chancellor
2026-04-09 23:53 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Nathan Chancellor @ 2026-04-09 23:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Nicolas Schier, linux-kbuild
Hi Linus,
Please pull this final round of Kbuild fixes for 7.0, comprising of two
small fixes. If there are any issues, please let me know.
Cheers,
Nathan
The following changes since commit 7aaa8047eafd0bd628065b15757d9b48c5f9c07d:
Linux 7.0-rc6 (2026-03-29 15:40:00 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-7.0-4
for you to fetch changes up to deb4605671cfae3b2803cfbbf4739e7245248398:
modpost: Declare extra_warn with unused attribute (2026-03-30 07:45:34 +0200)
----------------------------------------------------------------
Fourth round of Kbuild fixes for 7.0
- Make modules-cpio-pkg respect INSTALL_MOD_PATH so that it can be used
with distribution initramfs files that have a merged /usr, such as
Fedora.
- Silence an instance of -Wunused-but-set-global, a strengthening of
-Wunused-but-set-variable in tip of tree Clang, in modpost, as the
variable for extra warnings is currently unused.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
----------------------------------------------------------------
Janne Grunau (1):
kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH
Nathan Chancellor (1):
modpost: Declare extra_warn with unused attribute
scripts/Makefile.package | 3 ++-
scripts/mod/modpost.c | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-09 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-09 23:18 [GIT PULL] Kbuild fixes for 7.0 #4 Nathan Chancellor
2026-04-09 23:53 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox