[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170201160736.1936508-1-arnd@arndb.de>
Date: Wed, 1 Feb 2017 17:07:23 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Kees Cook <keescook@...omium.org>
Cc: pageexec@...email.hu, Emese Revfy <re.emese@...il.com>,
linux-kernel@...r.kernel.org,
Josh Triplett <josh@...htriplett.org>,
yamada.masahiro@...ionext.com, minipli@...linux.so,
linux@...linux.org.uk, akpm@...ux-foundation.org,
jlayton@...chiereds.net, Arnd Bergmann <arnd@...db.de>
Subject: [PATCH] gcc-plugins: make GCC_PLUGIN_INITIFY_VERBOSE depend on !COMPILE_TEST
Just like GCC_PLUGIN_STRUCTLEAK_VERBOSE, we should make this one depend on !COMPILE_TEST,
otherwise we get lots of unnecessary output for randconfig and possibly allmodconfig
builds.
Signed-off-by: Arnd Bergmann <arnd@...db.de>
---
arch/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/Kconfig b/arch/Kconfig
index 48f395ed5207..b5eafefbe2bd 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -453,6 +453,7 @@ config GCC_PLUGIN_INITIFY
config GCC_PLUGIN_INITIFY_VERBOSE
bool "Report initification"
depends on GCC_PLUGIN_INITIFY
+ depends on !COMPILE_TEST
help
Print all initified strings and all functions which should be
__init/__exit.
--
2.9.0
Powered by blists - more mailing lists