summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2018-01-02 14:19:49 +0100
committerBen Hutchings <ben@decadent.org.uk>2018-01-09 00:35:19 +0000
commit1f30b9849d6a59834d7f9f11e232e52958a1fbb7 (patch)
tree37a013149d957289614813ff3b45b207128e66ae
parent33c7732274af0330804480d9472b26a67047f078 (diff)
x86/kaiser: Reenable PARAVIRT
Now that the required bits have been addressed, reenable PARAVIRT. Signed-off-by: Borislav Petkov <bp@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Hugh Dickins <hughd@google.com> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
-rw-r--r--security/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig
index 244114d2656b..ff4e38f757f1 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -33,7 +33,7 @@ config SECURITY
config KAISER
bool "Remove the kernel mapping in user mode"
default y
- depends on X86_64 && SMP && !PARAVIRT
+ depends on X86_64 && SMP
help
This enforces a strict kernel and user space isolation, in order
to close hardware side channels on kernel address information.