From 6ecf746bac132ae17207c95398198b8e5a264433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Sat, 6 Jan 2018 00:48:46 +0100 Subject: [PATCH] enable KPTI --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bce15b6..7e3e78e 100644 --- a/Makefile +++ b/Makefile @@ -223,7 +223,8 @@ PVE_CONFIG_OPTS= \ --set-str CONFIG_DEFAULT_SECURITY apparmor \ -d CONFIG_UNWINDER_ORC \ -d CONFIG_UNWINDER_GUESS \ --e CONFIG_UNWINDER_FRAME_POINTER +-e CONFIG_UNWINDER_FRAME_POINTER \ +-e CONFIG_PAGE_TABLE_ISOLATION .compile_mark: ${KERNEL_SRC}/README ${KERNEL_CFG_ORG} [ ! -e /lib/modules/${KVNAME}/build ] || (echo "please remove /lib/modules/${KVNAME}/build" && false)