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

From: Masahiro Yamada
Date: Sun Mar 09 2025 - 14:23:22 EST


Hello Linus,

Please pull Kbuild fixes.
Thanks



The following changes since commit 7eb172143d5508b4da468ed59ee857c6e5e01da6:

Linux 6.14-rc5 (2025-03-02 11:48:20 -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-3

for you to fetch changes up to b5e3956535466187657563b754ba0f1da8626c7f:

kbuild: install-extmod-build: Fix build when specifying
KBUILD_OUTPUT (2025-03-06 20:32:30 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.14 (3rd)

- Use the specified $(LD) when building userprogs with Clang

- Pass the correct target triple when compile-testing UAPI headers
with Clang

- Fix pacman-pkg build error with KBUILD_OUTPUT

----------------------------------------------------------------
Arnd Bergmann (1):
kbuild: hdrcheck: fix cross build with clang

Inochi Amaoto (1):
kbuild: install-extmod-build: Fix build when specifying KBUILD_OUTPUT

Satoru Takeuchi (1):
docs: Kconfig: fix defconfig description

Thomas Weißschuh (1):
kbuild: userprogs: use correct lld when linking through clang

Documentation/admin-guide/README.rst | 2 +-
Makefile | 5 +++++
scripts/package/install-extmod-build | 2 +-
usr/include/Makefile | 2 +-
4 files changed, 8 insertions(+), 3 deletions(-)


--
Best Regards
Masahiro Yamada