Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-06-08 Thread Michal Marek
Dne 7.6.2016 v 23:58 Kees Cook napsal(a): > On Tue, Jun 7, 2016 at 2:59 PM, Emese Revfy wrote: >> On Tue, 7 Jun 2016 13:59:53 -0700 >> Kees Cook wrote: >> I applied the series to kbuild.git#kbuild now, sorry for the delay. >>> >>> Awesome! Thank you very much. I'll prepare the latent en

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-06-07 Thread Kees Cook
On Tue, Jun 7, 2016 at 2:59 PM, Emese Revfy wrote: > On Tue, 7 Jun 2016 13:59:53 -0700 > Kees Cook wrote: > >> > >> > I applied the series to kbuild.git#kbuild now, sorry for the delay. >> >> Awesome! Thank you very much. I'll prepare the latent entropy plugin >> for -next now too. > > I'll send

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-06-07 Thread Emese Revfy
On Tue, 7 Jun 2016 13:59:53 -0700 Kees Cook wrote: > > > > I applied the series to kbuild.git#kbuild now, sorry for the delay. > > Awesome! Thank you very much. I'll prepare the latent entropy plugin > for -next now too. I'll send a new patch series this week because I'm developing a small feat

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-06-07 Thread Kees Cook
On Tue, Jun 7, 2016 at 1:58 PM, Michal Marek wrote: > Dne 25.5.2016 v 19:12 Kees Cook napsal(a): >> On Wed, May 25, 2016 at 3:46 AM, Michal Marek wrote: >>> On 2016-05-24 19:04, Kees Cook wrote: On Mon, May 23, 2016 at 3:07 PM, Emese Revfy wrote: > This patch set introduce the GCC plugi

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-06-07 Thread Michal Marek
Dne 25.5.2016 v 19:12 Kees Cook napsal(a): > On Wed, May 25, 2016 at 3:46 AM, Michal Marek wrote: >> On 2016-05-24 19:04, Kees Cook wrote: >>> On Mon, May 23, 2016 at 3:07 PM, Emese Revfy wrote: This patch set introduce the GCC plugin infrastructure with examples for testing and d

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-05-25 Thread Kees Cook
On Wed, May 25, 2016 at 3:46 AM, Michal Marek wrote: > On 2016-05-24 19:04, Kees Cook wrote: >> On Mon, May 23, 2016 at 3:07 PM, Emese Revfy wrote: >>> This patch set introduce the GCC plugin infrastructure with examples for >>> testing >>> and documentation. >>> >>> GCC plugins are loadable mod

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-05-25 Thread Michal Marek
On 2016-05-24 19:04, Kees Cook wrote: > On Mon, May 23, 2016 at 3:07 PM, 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

Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-05-24 Thread Kees Cook
On Mon, May 23, 2016 at 3:07 PM, 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

[PATCH v9 0/4] Introduce GCC plugin infrastructure

2016-05-23 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