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(-) -- Best Regards Masahiro Yamada