From: Philipp Rudo <prudo@xxxxxxxxxx> configs/common: disable CONFIG_INIT_STACK_ALL_{PATTERN,ZERO} Using scripts/dummy-tools disables cc-option checks by always returning 'y'. This reveals config options usually hidden on typical developer systems (x86 + gcc), which again causes process_configs.sh to fail due to new, unset options. Fix this by explicitely setting these config options their defaults. Signed-off-by: Philipp Rudo <prudo@xxxxxxxxxx> Cc: Ondrej Mosnacek <omosnace@xxxxxxxxxx> diff a/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_PATTERN @@ -0,0 +1 @@ +# CONFIG_INIT_STACK_ALL_PATTERN is not set diff a/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_ZERO b/redhat/configs/common/generic/CONFIG_INIT_STACK_ALL_ZERO --- /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