From: Philipp Rudo <[email protected]> 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 <[email protected]> Cc: Mark Salter <[email protected]> Cc: Mark Langsdorf <[email protected]> Cc: Jeremy Linton <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
