mbox series

[GIT,PULL] Kbuild fixes for v6.0-rc5

Message ID CAK7LNASxoB67Tdzj78FA9iuRr2WxcH+-knSkziv36TFOW4KhHQ@mail.gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Kbuild fixes for v6.0-rc5 | expand

Pull-request

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

Message

Masahiro Yamada Sept. 11, 2022, 12:23 p.m. UTC
Hello Linus,


Please pull some Kbuild fixes.
Thanks.





The following changes since commit b90cb1053190353cc30f0fef0ef1f378ccc063c5:

  Linux 6.0-rc3 (2022-08-28 15:05:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c17a2538704f926ee4d167ba625e09b1040d8439:

  mksysmap: Fix the mismatch of 'L0' symbols in System.map (2022-09-10
05:35:13 +0900)

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

 - Remove unused scripts/gcc-ld script

 - Add zstd support to scripts/extract-ikconfig

 - Check 'make headers' for UML

 - Fix scripts/mksysmap to ignore local symbols

----------------------------------------------------------------
Lukas Bulwahn (1):
      scripts: remove obsolete gcc-ld script

Masahiro Yamada (1):
      kbuild: disable header exports for UML in a straightforward way

Thitat Auareesuksakul (1):
      scripts/extract-ikconfig: add zstd compression support

Youling Tang (1):
      mksysmap: Fix the mismatch of 'L0' symbols in System.map

 Makefile                 |  3 +--
 scripts/extract-ikconfig |  1 +
 scripts/gcc-ld           | 30 ------------------------------
 scripts/mksysmap         |  2 +-
 4 files changed, 3 insertions(+), 33 deletions(-)
 delete mode 100755 scripts/gcc-ld

Comments

pr-tracker-bot@kernel.org Sept. 11, 2022, 7:36 p.m. UTC | #1
The pull request you sent on Sun, 11 Sep 2022 21:23:58 +0900:

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

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

Thank you!