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. RHEL is already set to use 2048
for all supported architectures. Fedora no longer supports arm32. Let's
just set this to 2048 for all variants.

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

diff --git a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN 
b/redhat/configs/common/generic/CONFIG_FRAME_WARN
rename from redhat/configs/fedora/generic/CONFIG_FRAME_WARN
rename to redhat/configs/common/generic/CONFIG_FRAME_WARN
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/CONFIG_FRAME_WARN
+++ b/redhat/configs/common/generic/CONFIG_FRAME_WARN
diff --git a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN 
b/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/fedora/generic/arm/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_FRAME_WARN=1024
diff --git a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN 
b/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_FRAME_WARN
+++ /dev/null
@@ -1 +0,0 @@
-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