[GIT PULL] Kbuild fixes for 7.1 #1

From: Nicolas Schier

Date: Sat Apr 25 2026 - 15:27:32 EST


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@xxxxxxxxxxxxxxxxxxx/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(-)