[GIT PULL] Kbuild fixes for v6.14-rc3

From: Masahiro Yamada
Date: Sun Feb 16 2025 - 11:44:22 EST


Hello Linus,

Please pull Kbuild fixes.
Thanks


The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:

Linux 6.14-rc2 (2025-02-09 12:45:03 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.14-2

for you to fetch changes up to b28fb1f2ef45eeef1cd2c23149b50d184d545a3e:

modpost: Fix a few typos in a comment (2025-02-16 03:10:58 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.14 (2nd)

- Fix annoying logs when building tools in parallel

- Fix the Debian linux-headers package build again

- Fix the target triple detection for userspace programs on Clang

----------------------------------------------------------------
Masahiro Yamada (2):
tools: fix annoying "mkdir -p ..." logs when building tools in parallel
kbuild: fix linux-headers package build when $(CC) cannot link userspace

Thomas Weißschuh (1):
kbuild: userprogs: fix bitsize and target detection on clang

Uwe Kleine-König (1):
modpost: Fix a few typos in a comment

Makefile | 13 ++++---------
scripts/mod/modpost.c | 4 ++--
scripts/package/install-extmod-build | 4 ++--
3 files changed, 8 insertions(+), 13 deletions(-)


--
Best Regards
Masahiro Yamada