Hi Linus, Please pull some Kbuild fixes for v5.11-rc3 Thanks. The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62: Linux 5.11-rc2 (2021-01-03 15:55:30 -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.11 for you to fetch changes up to 5625dcfbbcf892e40e8d60abbb5f56701a1d031c: Documentation: kbuild: Fix section reference (2021-01-11 05:14:38 +0900) ---------------------------------------------------------------- Kbuild fixes for v5.11 - Search for <ncurses.h> in the default header path of HOSTCC - Tweak the option order to be kind to old BSD awk - Remove 'kvmconfig' and 'xenconfig' shorthands - Fix documentation ---------------------------------------------------------------- John Millikin (2): kconfig: Support building mconf with vendor sysroot ncurses lib/raid6: Let $(UNROLL) rules work with macOS userland Lukas Bulwahn (1): MAINTAINERS: adjust GCC PLUGINS after gcc-plugin.sh removal Masahiro Yamada (1): kconfig: remove 'kvmconfig' and 'xenconfig' shorthands Randy Dunlap (1): kconfig: config script: add a little user help Viresh Kumar (1): Documentation: kbuild: Fix section reference Documentation/kbuild/makefiles.rst | 2 +- MAINTAINERS | 1 - lib/raid6/Makefile | 2 +- scripts/config | 1 + scripts/kconfig/Makefile | 10 ---------- scripts/kconfig/mconf-cfg.sh | 4 +++- 6 files changed, 6 insertions(+), 14 deletions(-) -- Best Regards Masahiro Yamada