mbox series

[GIT,PULL] Kbuild fixes for v5.8-rc7

Message ID CAK7LNAQNYmyeB1ZWQ1t4bLZtC4+08TUNtjobwyj4-7e-7BOPAw@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.8-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.8-3

Message

Masahiro Yamada July 26, 2020, 8:32 p.m. UTC
Hi Linus,

Please pull some more Kbuild fixes.
Thanks.


The following changes since commit dcb7fd82c75ee2d6e6f9d8cc71c52519ed52e258:

  Linux 5.8-rc4 (2020-07-05 16:20:22 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.8-3

for you to fetch changes up to ca9b31f6bb9c6aa9b4e5f0792f39a97bbffb8c51:

  Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
(2020-07-23 11:29:07 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.8 (3rd)

 - do not use non-portable strsep() in a host program

 - fix single target builds for external modules

 - change Clang's --prefix option to make it work for the latest Clang

----------------------------------------------------------------
Fangrui Song (1):
      Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation

H. Nikolaus Schaller (1):
      modpost: remove use of non-standard strsep() in HOSTCC code

Masahiro Yamada (1):
      kbuild: fix single target builds for external modules

 Makefile              |  4 ++--
 scripts/mod/modpost.c | 12 ++++++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org July 26, 2020, 8:50 p.m. UTC | #1
The pull request you sent on Mon, 27 Jul 2020 05:32:33 +0900:

> git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.8-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1c8594b8427290c178c5d39885eacd9e41f68743

Thank you!