From: Miko Larsson <[email protected]> redhat/configs: Enable INIT_STACK_ALL_ZERO for Fedora
In !961, it was proposed that STRUCTLEAK_BYREF_ALL should be enabled, but that specific proposal was rejected due to structleak being a GCC plugin. However, in GCC 12, support for INIT_STACK_ALL_ZERO was introduced, which (if I'm not mistaken) is functionally identical to STRUCTLEAK_BYREF_ALL, so we should probably enable this for Fedora. Signed-off-by: Miko Larsson <[email protected]> diff --git a/redhat/configs/fedora/generic/CONFIG_INIT_STACK_ALL_ZERO b/redhat/configs/fedora/generic/CONFIG_INIT_STACK_ALL_ZERO new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++ b/redhat/configs/fedora/generic/CONFIG_INIT_STACK_ALL_ZERO @@ -0,0 +1 @@ +CONFIG_INIT_STACK_ALL_ZERO=y -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1923 _______________________________________________ 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
