summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-01-04 01:14:24 +0000
committerBen Hutchings <ben@decadent.org.uk>2018-01-09 00:35:20 +0000
commit88c38c3fedd878e608e0eb6a90a74d3ee11ae696 (patch)
treeb1f27920d113f0b4d37ace0e5fce27ddba9d2393 /security
parentc8c9f9fe74b2402c24221ebe7a3be3e48d500870 (diff)
KPTI: Rename to PAGE_TABLE_ISOLATION
This renames CONFIG_KAISER to CONFIG_PAGE_TABLE_ISOLATION. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> [bwh: Backported to 3.16] Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'security')
-rw-r--r--security/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig
index ff4e38f757f1..89e13fb728f5 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -30,7 +30,7 @@ config SECURITY
If you are unsure how to answer this question, answer N.
-config KAISER
+config PAGE_TABLE_ISOLATION
bool "Remove the kernel mapping in user mode"
default y
depends on X86_64 && SMP