From: Philipp Rudo <prudo@xxxxxxxxxx> configs/common/aarch64: enable CONFIG_RELR 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 to their defaults. Signed-off-by: Philipp Rudo <prudo@xxxxxxxxxx> Cc: Mark Salter <msalter@xxxxxxxxxx> Cc: Mark Langsdorf <mlangsdo@xxxxxxxxxx> Cc: Jeremy Linton <jlinton@xxxxxxxxxx> diff a/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR @@ -0,0 +1 @@ +CONFIG_RELR=y -- 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