2018-04-14 6:24 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: b45650d6f720bf0bae5b6685098ad65552cacf7a [28/30] gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST > config: s390-allmodconfig (attached as .config) > compiler: s390x-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout b45650d6f720bf0bae5b6685098ad65552cacf7a > # save the attached .config to linux build tree > make.cross ARCH=s390 > > All errors (new ones prefixed by >>): > > arch/s390/kernel/als.o: In function `verify_facilities': >>> als.c:(.init.text+0x24): undefined reference to `latent_entropy' > als.c:(.init.text+0xae): undefined reference to `latent_entropy' > > --- Thanks. I will squash the following fixup. --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -30,7 +30,7 @@ static void conf_message(const char *fmt, ...) static const char *conf_filename; static int conf_lineno, conf_warnings; -const char conf_defname[] = "arch/$ARCH/defconfig"; +const char conf_defname[] = "arch/$(ARCH)/defconfig"; static void conf_warning(const char *fmt, ...) { -- 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