2018-04-14 0:12 GMT+09:00 kbuild test robot <lkp@xxxxxxxxx>: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git kconfig-shell-v3 > head: cab76bbc77d9c585f35b5b9289850a3ae64bb879 > commit: 403c3fc6b2e7499e92eafe0ab82b18172cd495f6 [21/30] stack-protector: test compiler capability in Kconfig and drop AUTO mode > config: um-x86_64_defconfig > compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 > reproduce: > git checkout 403c3fc6b2e7499e92eafe0ab82b18172cd495f6 > make ARCH=um SUBARCH=x86_64 defconfig > make ARCH=um SUBARCH=x86_64 > > All errors (new ones prefixed by >>): > >>> arch/Kconfig:542: syntax error >>> arch/Kconfig:541: invalid option > arch/Kconfig:547: syntax error > arch/Kconfig:546: invalid option > arch/Kconfig:571: syntax error > arch/Kconfig:570: invalid option > make[2]: *** [defconfig] Error 1 > make[1]: *** [defconfig] Error 2 > make: *** [sub-make] Error 2 > -- >>> arch/Kconfig:542: syntax error >>> arch/Kconfig:541: invalid option > arch/Kconfig:547: syntax error > arch/Kconfig:546: invalid option > arch/Kconfig:571: syntax error > arch/Kconfig:570: invalid option > make[2]: *** [oldconfig] Error 1 > make[1]: *** [oldconfig] Error 2 > make: *** [sub-make] Error 2 > -- >>> arch/Kconfig:542: syntax error >>> arch/Kconfig:541: invalid option > arch/Kconfig:547: syntax error > arch/Kconfig:546: invalid option > arch/Kconfig:571: syntax error > arch/Kconfig:570: invalid option > make[2]: *** [olddefconfig] Error 1 > make[2]: Target 'oldnoconfig' not remade because of errors. > make[1]: *** [oldnoconfig] Error 2 > make: *** [sub-make] Error 2 > Thanks, I will squash the following fix-up. diff --git a/arch/x86/um/Kconfig b/arch/x86/um/Kconfig index 6a15c4d..d16eae3 100644 --- a/arch/x86/um/Kconfig +++ b/arch/x86/um/Kconfig @@ -1,6 +1,8 @@ # SPDX-License-Identifier: GPL-2.0 mainmenu "User Mode Linux/$(SUBARCH) $(KERNELVERSION) Kernel Configuration" +source "scripts/Kconfig.include" + source "arch/um/Kconfig.common" menu "UML-specific options" -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html