]> git.proxmox.com Git - pve-kernel.git/commitdiff
default to FRAME_POINTER unwinder again
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 5 Jan 2018 23:41:16 +0000 (00:41 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Sun, 7 Jan 2018 12:18:22 +0000 (13:18 +0100)
the new default was changed in 4.14 and was cherry-picked together with
KPTI, but the ORC_UNWINDER seems to break ZFS

Makefile

index 8ae8208b7ff3811b2d7826519cbdd4d6d159f0ba..bce15b6cbda55cc3647cf204f36d62116c5ae959 100644 (file)
--- 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)