[packages/kernel] - PAGE_TABLE_ISOLATION is x86_64 specific
baggins
baggins at pld-linux.org
Fri Jan 5 17:34:10 CET 2018
commit 765163a147d349b54708e6ac4c6247b82a8de697
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Jan 5 17:33:48 2018 +0100
- PAGE_TABLE_ISOLATION is x86_64 specific
kernel-multiarch.config | 1 -
kernel-x86.config | 4 ++++
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index e37105c9..54ca72fe 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -11422,7 +11422,6 @@ SECURITY all=y
SECURITY_NETWORK all=y
SECURITY_INFINIBAND all=y
SECURITY_NETWORK_XFRM all=y
-PAGE_TABLE_ISOLATION x86_64=y
SECURITY_PATH all=y
INTEL_TXT all=y
LSM_MMAP_MIN_ADDR all=0 x86_64=65536 i386=65536 sparc64=8192 ppc=65536
diff --git a/kernel-x86.config b/kernel-x86.config
index ee1a7448..e640bca0 100644
--- a/kernel-x86.config
+++ b/kernel-x86.config
@@ -156,7 +156,11 @@ X86_X32 x86_64=y
#- file drivers/firmware/Kconfig goes here
#- file fs/Kconfig goes here
#- file arch/x86/Kconfig.debug goes here
+#-
+#- *** FILE: security/Kconfig ***
+#-
#- file security/Kconfig goes here
+PAGE_TABLE_ISOLATION x86_64=y
#- file crypto/Kconfig goes here
#- file arch/x86/kvm/Kconfig goes here
#- file lib/Kconfig goes here
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/765163a147d349b54708e6ac4c6247b82a8de697
More information about the pld-cvs-commit
mailing list