]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
x86/kaiser: Reenable PARAVIRT
authorBorislav Petkov <bp@suse.de>
Tue, 2 Jan 2018 13:19:49 +0000 (14:19 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 7 Jan 2018 01:46:53 +0000 (01:46 +0000)
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>
security/Kconfig

index 19f83193e7ab803714cedacd4806a921168e37eb..4b05ddcce22cc9b93dfdb06531238fe6e29c3e0d 100644 (file)
@@ -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.