From: Arnd Bergmann <arnd@arndb.de>
To: Kees Cook <keescook@chromium.org>
Cc: pageexec@freemail.hu, Emese Revfy <re.emese@gmail.com>,
linux-kernel@vger.kernel.org,
Josh Triplett <josh@joshtriplett.org>,
yamada.masahiro@socionext.com, minipli@ld-linux.so,
linux@armlinux.org.uk, akpm@linux-foundation.org,
jlayton@poochiereds.net, Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH] gcc-plugins: make GCC_PLUGIN_INITIFY_VERBOSE depend on !COMPILE_TEST
Date: Wed, 1 Feb 2017 17:07:23 +0100 [thread overview]
Message-ID: <20170201160736.1936508-1-arnd@arndb.de> (raw)
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
next reply other threads:[~2017-02-01 16:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-01 16:07 Arnd Bergmann [this message]
2017-02-01 16:27 ` Kees Cook
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170201160736.1936508-1-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=akpm@linux-foundation.org \
--cc=jlayton@poochiereds.net \
--cc=josh@joshtriplett.org \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=minipli@ld-linux.so \
--cc=pageexec@freemail.hu \
--cc=re.emese@gmail.com \
--cc=yamada.masahiro@socionext.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®