Javier Martinez Canillas schreef op do 10-10-2019 om 13:38 [+0200]: > configs/fedora/generic/CONFIG_EFI_TEST | 2 +- > [...] > kernel-aarch64-debug.config | 2 +- > kernel-aarch64.config | 2 +- > kernel-armv7hl-debug.config | 2 +- > kernel-armv7hl-lpae-debug.config | 2 +- > kernel-armv7hl-lpae.config | 2 +- > kernel-armv7hl.config | 2 +- > kernel-i686-debug.config | 2 +- > kernel-i686.config | 2 +- > kernel-x86_64-debug.config | 2 +- > kernel-x86_64.config | 2 +- You enabled it globally ("generic") but no changes show up in the shipped .config files for ppc64le or in s390x. So you didn't run build_configs.sh, did you? > --- a/configs/fedora/generic/CONFIG_EFI_TEST > +++ b/configs/fedora/generic/CONFIG_EFI_TEST > @@ -1 +1 @@ > -# CONFIG_EFI_TEST is not set > +CONFIG_EFI_TEST=m If my grepping of the upstream tree is correct EFI is indeed not relevant for powerpc or s390. So I think you should not set this globally, but only for the other four arches (as you tried to do above, but incorrectly). I think it would be easiest to disable this in .../powerpc/CONFIG_EFI_TEST and ../s390x/CONFIG_EFI_TEST. Thanks, Paul Bolle _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx