public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nathan Chancellor <nathan@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Nicolas Schier <nsc@kernel.org>,
	linux-kbuild@vger.kernel.org
Subject: [GIT PULL] Kbuild fixes for 7.0 #4
Date: Thu, 9 Apr 2026 16:18:42 -0700	[thread overview]
Message-ID: <20260409231842.GA3337002@ax162> (raw)

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(-)

             reply	other threads:[~2026-04-09 23:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-09 23:18 Nathan Chancellor [this message]
2026-04-09 23:53 ` [GIT PULL] Kbuild fixes for 7.0 #4 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260409231842.GA3337002@ax162 \
    --to=nathan@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nsc@kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox