[packages/kernel] move x86_64 specific ADDRESS_MASKING to x86 config

atler atler at pld-linux.org
Tue Jul 11 14:07:01 CEST 2023


commit 616a9c11c65e010a6cc5eb56402b1187163d9f34
Author: Jan Palus <atler at pld-linux.org>
Date:   Tue Jul 11 10:35:04 2023 +0200

    move x86_64 specific ADDRESS_MASKING to x86 config

 kernel-multiarch.config | 1 -
 kernel-x86.config       | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index 2a5d0eba..fc1ad337 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -2,7 +2,6 @@
 #-
 #- *** FILE: arch/* - ARCH SPECIFIC OPTIONS ***
 #-
-ADDRESS_MASKING all=y
 ARCH_MEMORY_PROBE all=n
 ARM64_RELOC_TEST arm64=m
 ARM_KPROBES_TEST arm=m
diff --git a/kernel-x86.config b/kernel-x86.config
index 8c0097dd..ff838dc1 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -108,6 +108,7 @@ RELOCATABLE i386=y x86_64=y
 RANDOMIZE_BASE i386=y x86_64=y
 PHYSICAL_ALIGN x86=0x1000000
 RANDOMIZE_MEMORY all=y
+ADDRESS_MASKING all=y
 HOTPLUG_CPU x86=y
 BOOTPARAM_HOTPLUG_CPU0 all=n
 DEBUG_HOTPLUG_CPU0 all=n
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/bf764a60d51b064dea74caa9329395fb4e459642



More information about the pld-cvs-commit mailing list