diff options
author | Borislav Petkov <bp@suse.de> | 2018-01-02 16:19:49 +0300 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2018-01-07 04:46:53 +0300 |
commit | bd99918270ac4c710ef2aede774a5647ad7e50e8 (patch) | |
tree | 99cd80f4a3ecbcd1664ff4f8a722e936b051e801 /security | |
parent | fb8063468de58fbd9502928ace3231908168fb42 (diff) | |
download | linux-bd99918270ac4c710ef2aede774a5647ad7e50e8.tar.xz |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/Kconfig | 2 |
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. |