From 225f678346a5e7dcb725897fd36ae610185c6b28 Mon Sep 17 00:00:00 2001 From: Laura Abbott Date: Tue, 5 Mar 2019 11:26:08 -0800 Subject: Disable stackleak plugin Packaging this is a bit more complicated than expected and lets to errors when building external modules. Turn this off for now until we find a better solution. --- kernel-aarch64.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel-aarch64.config') diff --git a/kernel-aarch64.config b/kernel-aarch64.config index 08fbdda85..d711a9464 100644 --- a/kernel-aarch64.config +++ b/kernel-aarch64.config @@ -1856,7 +1856,7 @@ CONFIG_GAMEPORT=m CONFIG_GAMEPORT_NS558=m # CONFIG_GCC_PLUGIN_LATENT_ENTROPY is not set # CONFIG_GCC_PLUGIN_RANDSTRUCT is not set -CONFIG_GCC_PLUGIN_STACKLEAK=y +# CONFIG_GCC_PLUGIN_STACKLEAK is not set # CONFIG_GCC_PLUGIN_STRUCTLEAK is not set CONFIG_GCC_PLUGINS=y # CONFIG_GCOV_KERNEL is not set -- cgit