|
Message-ID: <CAGXu5jLGEo-5WbOwbxSTubU6zq==adVcwVt1_g8CrRkrUHw4jw@mail.gmail.com> Date: Wed, 6 Jul 2016 14:55:47 -0400 From: Kees Cook <keescook@...omium.org> To: Emese Revfy <re.emese@...il.com> Cc: Michal Marek <mmarek@...e.com>, linux-kbuild <linux-kbuild@...r.kernel.org>, "kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com>, PaX Team <pageexec@...email.hu> Subject: Re: [PATCH] Automate make rule generation for gcc plugin objects On Sun, Jun 26, 2016 at 11:36 AM, Emese Revfy <re.emese@...il.com> wrote: > > Reported-by: PaX Team <pageexec@...email.hu> > Signed-off-by: Emese Revfy <re.emese@...il.com> I've added a commit message body and applied this to my tree. -Kees > --- > scripts/gcc-plugins/Makefile | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/scripts/gcc-plugins/Makefile b/scripts/gcc-plugins/Makefile > index a3f8ca4a..898449d 100644 > --- a/scripts/gcc-plugins/Makefile > +++ b/scripts/gcc-plugins/Makefile > @@ -20,9 +20,6 @@ endif > > $(HOSTLIBS)-y := $(GCC_PLUGIN) > always := $($(HOSTLIBS)-y) > - > -cyc_complexity_plugin-objs := cyc_complexity_plugin.o > -sancov_plugin-objs := sancov_plugin.o > -latent_entropy_plugin-objs := latent_entropy_plugin.o > +$(foreach p,$($(HOSTLIBS)-y:%.so=%),$(eval $(p)-objs := $(p).o)) > > clean-files += *.so > -- > 2.8.1 -- Kees Cook Chrome OS & Brillo Security
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.