Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread PaX Team
On 12 Apr 2016 at 12:46, Kees Cook wrote: > Looks like it's in the upstream tree: > > https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=bfe972081c3c75019fa5a6e883dcbeb5e03eea18 > > I'm not sure how GCC does bug fix releases. Is this going to be in 5.4 > or 5.3.1? (Is there such a thing as 5.3.1

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread Kees Cook
On Tue, Apr 12, 2016 at 11:52 AM, Emese Revfy wrote: > On Tue, 12 Apr 2016 11:27:52 -0700 > Kees Cook wrote: > >> Emese, were you thinking of doing the initify plugin next after this >> infrastructure lands? > > I already started to work on the entropy plugin but after that I can work on > initi

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread Kees Cook
On Tue, Apr 12, 2016 at 11:41 AM, David Brown wrote: > On Tue, Apr 12, 2016 at 11:27:52AM -0700, Kees Cook wrote: > >> Awesome! Thanks for testing this. I still need to finish getting my >> arm64 environment built... > > > I've been using: > http://releases.linaro.org/components/toolchain/binarie

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread Emese Revfy
On Tue, 12 Apr 2016 11:27:52 -0700 Kees Cook wrote: > Emese, were you thinking of doing the initify plugin next after this > infrastructure lands? I already started to work on the entropy plugin but after that I can work on initify. -- Emese

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread David Brown
On Tue, Apr 12, 2016 at 11:27:52AM -0700, Kees Cook wrote: Awesome! Thanks for testing this. I still need to finish getting my arm64 environment built... I've been using: http://releases.linaro.org/components/toolchain/binaries/ for most stuff. Do you happen to know if there's already a gc

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread Kees Cook
On Tue, Apr 12, 2016 at 10:46 AM, David Brown wrote: > On Thu, Apr 07, 2016 at 11:10:23PM +0200, Emese Revfy wrote: >> >> This patch set introduce the GCC plugin infrastructure with examples for >> testing >> and documentation. >> >> GCC plugins are loadable modules that provide extra features to

Re: [PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-12 Thread David Brown
On Thu, Apr 07, 2016 at 11:10:23PM +0200, Emese Revfy wrote: This patch set introduce the GCC plugin infrastructure with examples for testing and documentation. GCC plugins are loadable modules that provide extra features to the compiler. They are useful for runtime instrumentation and static an

[PATCH v6 0/6] Introduce GCC plugin infrastructure

2016-04-07 Thread Emese Revfy
This patch set introduce the GCC plugin infrastructure with examples for testing and documentation. GCC plugins are loadable modules that provide extra features to the compiler. They are useful for runtime instrumentation and static analysis. The infrastructure supports all gcc versions from 4.5