mbox series

[GIT,PULL] Kbuild fixes for v5.18-rc1

Message ID CAK7LNASN9Q40P6dUGSidT5=y0FA4pd+U93L17r8sH0j3VPum4A@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v5.18-rc1 | expand

Pull-request

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

Message

Masahiro Yamada April 2, 2022, 6:28 p.m. UTC
Hello Linus,

Please pull a couple of Kbuild fixes.
Thanks.



The following changes since commit e8b767f5e04097aaedcd6e06e2270f9fe5282696:

  Merge tag 'for-linus-5.18-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml (2022-03-31
16:16:58 -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.18

for you to fetch changes up to bf5c0c2231bcab677e5cdfb7f73e6c79f6d8c2d4:

  modpost: restore the warning message for missing symbol versions
(2022-04-03 03:11:51 +0900)

----------------------------------------------------------------
Kbuild fixes for v5.18

 - Fix empty $(PYTHON) expansion.

 - Fix UML, which got broken by the attempt to suppress Clang warnings.

 - Fix warning message in modpost.

----------------------------------------------------------------
Masahiro Yamada (3):
      kconfig: remove stale comment about removed kconfig_print_symbol()
      kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh
      modpost: restore the warning message for missing symbol versions

Nathan Chancellor (2):
      kbuild: Remove '-mno-global-merge'
      Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"

 Makefile                   | 4 ----
 arch/um/Makefile           | 4 ----
 scripts/kconfig/confdata.c | 7 -------
 scripts/link-vmlinux.sh    | 2 +-
 scripts/mod/modpost.c      | 2 +-
 5 files changed, 2 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org April 2, 2022, 8 p.m. UTC | #1
The pull request you sent on Sun, 3 Apr 2022 03:28:19 +0900:

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

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

Thank you!