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

From: Masahiro Yamada
Date: Sun Sep 11 2022 - 08:24:57 EST


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


--
Best Regards
Masahiro Yamada