From: Philipp Rudo <prudo@xxxxxxxxxx> configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} These configs add option -ftrivial-auto-var-init={pattern,zero} to the CFLAGS. This option are specific to CLANG and thus are not present on typical developer systems using GCC. By using the dummy-tools the cc-option check that tests if these options are present in the current environment is disabled (i.e. always returns 'y') making the priviously hidden configs visible. Thus explicitely disable these configs to satisfy process_configs.sh. Furthermore these configs are part of a 'choice' from which CONFIG_INIT_STACK_NONE is selected. Signed-off-by: Philipp Rudo <prudo@xxxxxxxxxx> Cc: Ondrej Mosnacek <omosnace@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN @@ -0,0 +1 @@ +# CONFIG_INIT_STACK_ALL_PATTERN is not set diff --git a/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_ZERO b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_ZERO new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_ZERO @@ -0,0 +1 @@ +# CONFIG_INIT_STACK_ALL_ZERO is not set -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1144 _______________________________________________ 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 Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure