Skip to content
Snippets Groups Projects
Commit 87faa0d9 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/pti: Enable PTI by default


This really want's to be enabled by default. Users who know what they are
doing can disable it either in the config or on the kernel command line.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
parent 7f414195
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ config SECURITY_NETWORK
config PAGE_TABLE_ISOLATION
bool "Remove the kernel mapping in user mode"
default y
depends on X86_64 && !UML
help
This feature reduces the number of hardware side channels by
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment