From: Emese Revfy <re.emese@gmail.com>
To: kernel-hardening@lists.openwall.com
Cc: pageexec@freemail.hu, spender@grsecurity.net, mmarek@suse.com,
keescook@chromium.org, linux-kernel@vger.kernel.org,
yamada.masahiro@socionext.com, linux-kbuild@vger.kernel.org,
tytso@mit.edu, akpm@linux-foundation.org, linux-mm@kvack.org,
axboe@kernel.dk, viro@zeniv.linux.org.uk,
paulmck@linux.vnet.ibm.com, mingo@redhat.com, tglx@linutronix.de,
bart.vanassche@sandisk.com, davem@davemloft.net
Subject: [PATCH v3 1/4] Add support for passing gcc plugin arguments
Date: Wed, 15 Jun 2016 00:19:26 +0200 [thread overview]
Message-ID: <20160615001926.74e2c18cbefe799b0a0c2dcb@gmail.com> (raw)
In-Reply-To: <20160615001754.f9e986cf961d1466f5e086dc@gmail.com>
Signed-off-by: Emese Revfy <re.emese@gmail.com>
---
scripts/Makefile.gcc-plugins | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/Makefile.gcc-plugins b/scripts/Makefile.gcc-plugins
index 5e22b60..da7f86c 100644
--- a/scripts/Makefile.gcc-plugins
+++ b/scripts/Makefile.gcc-plugins
@@ -19,7 +19,7 @@ ifdef CONFIG_GCC_PLUGINS
endif
endif
- GCC_PLUGINS_CFLAGS := $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y))
+ GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)) $(gcc-plugin-cflags-y))
export PLUGINCC GCC_PLUGINS_CFLAGS GCC_PLUGIN SANCOV_PLUGIN
--
2.8.1
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-06-14 22:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-14 22:17 [PATCH v3 0/4] Introduce the latent_entropy gcc plugin Emese Revfy
2016-06-14 22:19 ` Emese Revfy [this message]
2016-06-14 22:20 ` [PATCH v3 2/4] Add " Emese Revfy
2016-06-15 18:07 ` Kees Cook
2016-06-15 20:49 ` Emese Revfy
2016-06-15 22:38 ` Kees Cook
2016-06-14 22:21 ` [PATCH v3 3/4] Mark functions with the latent_entropy attribute Emese Revfy
2016-06-14 22:22 ` [PATCH v3 4/4] Add the extra_latent_entropy kernel parameter Emese Revfy
2016-06-15 18:55 ` [PATCH v3 0/4] Introduce the latent_entropy gcc plugin Kees Cook
2016-06-15 20:39 ` Emese Revfy
2016-06-15 23:01 ` Kees Cook
2016-06-15 23:10 ` Joe Perches
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=20160615001926.74e2c18cbefe799b0a0c2dcb@gmail.com \
--to=re.emese@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=axboe@kernel.dk \
--cc=bart.vanassche@sandisk.com \
--cc=davem@davemloft.net \
--cc=keescook@chromium.org \
--cc=kernel-hardening@lists.openwall.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mingo@redhat.com \
--cc=mmarek@suse.com \
--cc=pageexec@freemail.hu \
--cc=paulmck@linux.vnet.ibm.com \
--cc=spender@grsecurity.net \
--cc=tglx@linutronix.de \
--cc=tytso@mit.edu \
--cc=viro@zeniv.linux.org.uk \
--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;
as well as URLs for NNTP newsgroup(s).