summaryrefslogtreecommitdiffstats
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-07 01:46:53 +0000
commitbd99918270ac4c710ef2aede774a5647ad7e50e8 (patch)
tree99cd80f4a3ecbcd1664ff4f8a722e936b051e801
parentfb8063468de58fbd9502928ace3231908168fb42 (diff)
downloadlinux-stable-bd99918270ac4c710ef2aede774a5647ad7e50e8.tar.gz
linux-stable-bd99918270ac4c710ef2aede774a5647ad7e50e8.tar.bz2
linux-stable-bd99918270ac4c710ef2aede774a5647ad7e50e8.zip
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> 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 19f83193e7ab..4b05ddcce22c 100644
--- a/security/Kconfig
+++ b/security/Kconfig
@@ -99,7 +99,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.