Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c272175 authored by Borislav Petkov's avatar Borislav Petkov Committed by Greg Kroah-Hartman
Browse files

x86/kaiser: Reenable PARAVIRT




Now that the required bits have been addressed, reenable
PARAVIRT.

Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1817d2c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.