]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
x86/kaiser: Reenable PARAVIRT
authorBorislav Petkov <bp@suse.de>
Tue, 2 Jan 2018 13:19:49 +0000 (14:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Jan 2018 14:46:35 +0000 (15:46 +0100)
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>
security/Kconfig

index d8ae933471ad6200ab5fdc13a893b8b8273ee467..fd2ceebe126a1f25bea04b039fb7e766dc87c628 100644 (file)
@@ -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.