summaryrefslogtreecommitdiff
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2018-01-03 21:43:15 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-05 17:44:26 +0300
commit3e1457d6bf26d9ec300781f84cd0057e44deb45d (patch)
tree777e30b02941ce41ac4b1e4b407dd79c61e761db /arch/x86/boot
parent7f79599df9c4a36130f7a4f6778b334a97632477 (diff)
downloadlinux-3e1457d6bf26d9ec300781f84cd0057e44deb45d.tar.xz
KPTI: Rename to PAGE_TABLE_ISOLATION
This renames CONFIG_KAISER to CONFIG_PAGE_TABLE_ISOLATION. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/boot')
-rw-r--r--arch/x86/boot/compressed/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/misc.h b/arch/x86/boot/compressed/misc.h
index 4bf52d351022..4abb284a5b9c 100644
--- a/arch/x86/boot/compressed/misc.h
+++ b/arch/x86/boot/compressed/misc.h
@@ -9,7 +9,7 @@
*/
#undef CONFIG_PARAVIRT
#undef CONFIG_PARAVIRT_SPINLOCKS
-#undef CONFIG_KAISER
+#undef CONFIG_PAGE_TABLE_ISOLATION
#undef CONFIG_KASAN
#include <linux/linkage.h>