All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gcc-plugins: make GCC_PLUGIN_INITIFY_VERBOSE depend on !COMPILE_TEST
@ 2017-02-01 16:07 Arnd Bergmann
  2017-02-01 16:27 ` Kees Cook
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2017-02-01 16:07 UTC (permalink / raw)
  To: Kees Cook
  Cc: pageexec, Emese Revfy, linux-kernel, Josh Triplett,
	yamada.masahiro, minipli, linux, akpm, jlayton, Arnd Bergmann

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@arndb.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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-01 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 16:07 [PATCH] gcc-plugins: make GCC_PLUGIN_INITIFY_VERBOSE depend on !COMPILE_TEST Arnd Bergmann
2017-02-01 16:27 ` Kees Cook

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.