From: Philipp Rudo <prudo@xxxxxxxxxx> configs/common/aarch64: disable CONFIG_RELR This config adds option --pack-dyn-relocs=relr to the LDFLAGS. This option is specific to LLD and thus is not present on typical developer systems using LD. By using the dummy-tools the cc-option check that tests if the option is present in the current environment is disabled (i.e. always returns 'y') making the priviously hidden config visible. Thus explicitely disable the config to satisfy process_configs.sh. Signed-off-by: Philipp Rudo <prudo@xxxxxxxxxx> Cc: Mark Salter <msalter@xxxxxxxxxx> Cc: Mark Langsdorf <mlangsdo@xxxxxxxxxx> Cc: Jeremy Linton <jlinton@xxxxxxxxxx> diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/common/generic/arm/aarch64/CONFIG_RELR @@ -0,0 +1 @@ +# CONFIG_RELR 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