Hi Linus, Please pull some Kbuild fixes. Thanks. The following changes since commit 3fb6d0e00efc958d01c2f109c8453033a2d96796: Merge tag 'docs-5.12-2' of git://git.lwn.net/linux (2021-02-26 14:21:18 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v5.12 for you to fetch changes up to 207da4c82ade9a6d59f7e794d737ba0748613fa2: kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again (2021-02-28 15:23:48 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.12 - Fix UNUSED_KSYMS_WHITELIST for Clang LTO - Make -s builds really silent irrespective of V= option - Fix build error when SUBLEVEL or PATCHLEVEL is empty ---------------------------------------------------------------- Arnd Bergmann (1): kbuild: lto: add _mcount to list of used symbols Masahiro Yamada (5): kbuild: fix UNUSED_KSYMS_WHITELIST for Clang LTO kbuild: do not include include/config/auto.conf from adjust_autoksyms.sh ia64: remove redundant READELF from arch/ia64/Makefile kbuild: make -s option take precedence over V=1 kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again Makefile | 7 +++++-- arch/ia64/Makefile | 1 - init/Kconfig | 1 - scripts/adjust_autoksyms.sh | 3 --- scripts/gen_autoksyms.sh | 35 ++++++++++++++++++++++++++--------- scripts/lto-used-symbollist.txt | 5 ----- 6 files changed, 31 insertions(+), 21 deletions(-) delete mode 100644 scripts/lto-used-symbollist.txt -- Best Regards Masahiro Yamada