From: Brian Masney <[email protected]>

redhat/configs: increase CONFIG_FRAME_WARN for Fedora on aarch64

Currently aarch64 has CONFIG_FRAME_WARN set to 1024, which is too small
and causes warnings to be emited during build. Looking at the defaults
in lib/Kconfig.debug shows that it recommends using 1024 for 32-bit
systems and 2048 for 64-bit systems. Let's increase the Fedora aarch64
variant to use 2048 to eliminate these warnings.

RHEL is already set to use 2048 for all supported architectures.

Signed-off-by: Brian Masney <[email protected]>

diff --git a/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN 
b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/fedora/generic/arm/aarch64/CONFIG_FRAME_WARN
@@ -0,0 +1 @@
+CONFIG_FRAME_WARN=2048

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2506
_______________________________________________
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, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to