diff mbox

[kbuild:kconfig-shell-v3,28/30] als.c:undefined reference to `latent_entropy'

Message ID CAK7LNATz0vD8qUs5vA4QVmSkjk=VU5849FaHwtndDFdrDrcsCg@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masahiro Yamada April 15, 2018, 2:15 a.m. UTC
2018-04-14 6:24 GMT+09:00 kbuild test robot <lkp@intel.com>:
> 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.
diff mbox

Patch

--- 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, ...)
 {