From: Thomas Huth <[email protected]>

redhat/configs: Update the CONFIG_KERNEL_IMAGE_BASE kernel config option

CONFIG_KERNEL_IMAGE_BASE should be set to 0x7FFFE0000000 when KASAN
is enabled (see arch/s390/Kconfig and arch/s390/configs/kasan.config).
Since the debug kernel uses KASAN, add a config file for this value
there. And while we're at it, also consolidate the generic settings
from the rhel and fedora folders into the common folder instead.

Signed-off-by: Thomas Huth <[email protected]>

diff --git a/redhat/configs/common/debug/s390x/CONFIG_KERNEL_IMAGE_BASE 
b/redhat/configs/common/debug/s390x/CONFIG_KERNEL_IMAGE_BASE
new file mode 100644
index blahblah..blahblah 100644
--- /dev/null
+++ b/redhat/configs/common/debug/s390x/CONFIG_KERNEL_IMAGE_BASE
@@ -0,0 +1 @@
+CONFIG_KERNEL_IMAGE_BASE=0x7FFFE0000000
diff --git a/redhat/configs/fedora/generic/s390x/CONFIG_KERNEL_IMAGE_BASE 
b/redhat/configs/common/generic/s390x/CONFIG_KERNEL_IMAGE_BASE
rename from redhat/configs/fedora/generic/s390x/CONFIG_KERNEL_IMAGE_BASE
rename to redhat/configs/common/generic/s390x/CONFIG_KERNEL_IMAGE_BASE
index blahblah..blahblah 100644
--- a/redhat/configs/fedora/generic/s390x/CONFIG_KERNEL_IMAGE_BASE
+++ b/redhat/configs/common/generic/s390x/CONFIG_KERNEL_IMAGE_BASE
diff --git a/redhat/configs/rhel/generic/CONFIG_KERNEL_IMAGE_BASE 
b/redhat/configs/rhel/generic/CONFIG_KERNEL_IMAGE_BASE
deleted file mode 100644
index blahblah..blahblah 0
--- a/redhat/configs/rhel/generic/CONFIG_KERNEL_IMAGE_BASE
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_KERNEL_IMAGE_BASE=0x3FFE0000000

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3830

-- 
_______________________________________________
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