From: Alistair Strachan Date: Tue, 22 May 2018 23:35:04 +0000 (-0700) Subject: ANDROID: x86_64_cuttlefish_defconfig: Disable ORC unwinder. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dffd8d09b2075b4119091fa60b856dd312d1ffed;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ANDROID: x86_64_cuttlefish_defconfig: Disable ORC unwinder. Disable the ORC unwinder. This feature requires libelf-dev, which is breaking some automated build systems that do not have it installed. As we already enabled CONFIG_FRAME_POINTER, we already incurred the performance penalty of the legacy stack unwinder, so this is pretty much a no-op change. Bug: 63889157 Change-Id: Ic0704ebb726c97449ed873556262cc0db3e9a6cf Signed-off-by: Alistair Strachan --- diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig index 3de85deeb44b..90be23b26f21 100644 --- a/arch/x86/configs/x86_64_cuttlefish_defconfig +++ b/arch/x86/configs/x86_64_cuttlefish_defconfig @@ -432,6 +432,7 @@ CONFIG_ENABLE_DEFAULT_TRACERS=y CONFIG_IO_DELAY_NONE=y CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_OPTIMIZE_INLINING=y +CONFIG_UNWINDER_FRAME_POINTER=y CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y