]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'kbuild-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuil... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Apr 2026 23:48:44 +0000 (16:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 9 Apr 2026 23:48:44 +0000 (16:48 -0700)
commit9a9c8ce300cd3859cc87b408ef552cd697cc2ab7
treec01649d7f924c164d5b20d4267630104eabcf8e5
parentb42ed3bb884e6b399b46d19df3f5cf015a79c804
parentdeb4605671cfae3b2803cfbbf4739e7245248398
Merge tag 'kbuild-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux

Pull Kbuild fixes from Nathan Chancellor:

 - 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

* tag 'kbuild-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
  modpost: Declare extra_warn with unused attribute
  kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH