mbox series

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

Message ID CAK7LNARNw193tNyEd_2SmY4m-z7NYWd9k+GTEi8Ck0f5RtOm_A@mail.gmail.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kbuild fixes for v6.14-rc3 | expand

Pull-request

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

Message

Masahiro Yamada Feb. 16, 2025, 4:43 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 16, 2025, 9:02 p.m. UTC | #1
The pull request you sent on Mon, 17 Feb 2025 01:43:03 +0900:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/224e74511041c2d33dcf24adf54d447eb72399c8

Thank you!