From e414beae5f733635a775c1aec38d5fd71d240f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Sat, 6 Jan 2018 00:41:16 +0100 Subject: [PATCH] default to FRAME_POINTER unwinder again the new default was changed in 4.14 and was cherry-picked together with KPTI, but the ORC_UNWINDER seems to break ZFS --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ae8208..bce15b6 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,10 @@ PVE_CONFIG_OPTS= \ -e CONFIG_MODVERSIONS \ -d CONFIG_DEFAULT_SECURITY_DAC \ -e CONFIG_DEFAULT_SECURITY_APPARMOR \ ---set-str CONFIG_DEFAULT_SECURITY apparmor +--set-str CONFIG_DEFAULT_SECURITY apparmor \ +-d CONFIG_UNWINDER_ORC \ +-d CONFIG_UNWINDER_GUESS \ +-e CONFIG_UNWINDER_FRAME_POINTER .compile_mark: ${KERNEL_SRC}/README ${KERNEL_CFG_ORG} [ ! -e /lib/modules/${KVNAME}/build ] || (echo "please remove /lib/modules/${KVNAME}/build" && false)