summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2018-01-02 14:19:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-05 15:46:35 +0100
commit2c2721754a7f193c98188d07ee335b124ae2df77 (patch)
treed184b5ed232fe9e4c99c103ffe7d9d6aa92ea47f /security
parent1817d2c2fac1b277d97c5a54316e6bfb430d0268 (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>
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 d8ae933471ad..fd2ceebe126a 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -34,7 +34,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.