public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Schier <nsc@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org,
	"Masahiro Yamada" <masahiroy@kernel.org>,
	"Mathias Krause" <minipli@grsecurity.net>,
	"Nathan Chancellor" <nathan@kernel.org>,
	"Thomas Weißschuh" <linux@weissschuh.net>
Subject: [GIT PULL] Kbuild fixes for 7.1 #1
Date: Sat, 25 Apr 2026 21:27:02 +0200	[thread overview]
Message-ID: <20260425192708.2283642-1-nsc@kernel.org> (raw)

Hi Linus,

please pull this first round of Kbuild fixes for 7.1 with two small commits.
If there are any issues, please let me know.

Thanks and kind regards,
Nicolas



The following changes since commit 028ef9c96e96197026887c0f092424679298aae8:

  Linux 7.0 (2026-04-12 13:48:06 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/kbuild/linux.git tags/kbuild-fixes-7.1-1

for you to fetch changes up to 75f7c47ccd78c947cf1b6ddb18ea453ff0555716:

  kbuild: Never respect CONFIG_WERROR / W=e to fixdep (2026-04-24 13:57:48 +0200)

----------------------------------------------------------------
First round of Kbuild fixes for 7.1

  - kbuild: builddeb - avoid recompiles for non-cross-compiles

    Avoid triggering complete rebuilds for non-cross-compile Debian
    package builds by only triggering the rebuild of host tools for
    actual cross-compile builds.

  - kbuild: Never respect CONFIG_WERROR / W=e to fixdep

    Avoid spurious rebuilds of fixdep w/ and w/o -Werror during a single
    kbuild invocation by never respecting CONFIG_WERROR for fixdep.

----------------------------------------------------------------
Mathias Krause (1):
      kbuild: builddeb - avoid recompiles for non-cross-compiles

Thomas Weißschuh (1):
      kbuild: Never respect CONFIG_WERROR / W=e to fixdep

 Makefile                 | 2 ++
 scripts/package/builddeb | 8 +++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)

             reply	other threads:[~2026-04-25 19:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-25 19:27 Nicolas Schier [this message]
2026-04-26 19:35 ` [GIT PULL] Kbuild fixes for 7.1 #1 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=20260425192708.2283642-1-nsc@kernel.org \
    --to=nsc@kernel.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@weissschuh.net \
    --cc=masahiroy@kernel.org \
    --cc=minipli@grsecurity.net \
    --cc=nathan@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