Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1416629 > unrolled thread

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

Started byMichal Marek <mmarek@suse.com>
First post2016-06-07 23:00 +0200
Last post2016-06-08 09:10 +0200
Articles 5 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Michal Marek <mmarek@suse.com> - 2016-06-07 23:00 +0200
    Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Kees Cook <keescook@chromium.org> - 2016-06-07 23:10 +0200
      Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Emese Revfy <re.emese@gmail.com> - 2016-06-08 00:00 +0200
        Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Kees Cook <keescook@chromium.org> - 2016-06-08 00:00 +0200
          Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Michal Marek <mmarek@suse.com> - 2016-06-08 09:10 +0200

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

FromMichal Marek <mmarek@suse.com>
Date2016-06-07 23:00 +0200
SubjectRe: [PATCH v9 0/4] Introduce GCC plugin infrastructure
Message-ID<rHwgq-7sM-5@gated-at.bofh.it>
Dne 25.5.2016 v 19:12 Kees Cook napsal(a):
> On Wed, May 25, 2016 at 3:46 AM, Michal Marek <mmarek@suse.com> wrote:
>> On 2016-05-24 19:04, Kees Cook wrote:
>>> On Mon, May 23, 2016 at 3:07 PM, Emese Revfy <re.emese@gmail.com> 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 analysis.
>>>>
>>>> The infrastructure supports all gcc versions from 4.5 to 6.0, building
>>>> out-of-tree modules and building in a separate directory. Cross-compilation
>>>> is supported too but currently only the x86, arm, arm64 and uml architectures enable plugins.
>>>>
>>>> This infrastructure was ported from grsecurity/PaX. Based on work created by the PaX Team.
>>>> It is a CII project supported by the Linux Foundation.
>>>>
>>>> Emese Revfy (4):
>>>>  Shared library support
>>>>  GCC plugin infrastructure
>>>>  Add Cyclomatic complexity plugin
>>>>  Add sancov plugin
>>>
>>> Michal, once -rc1 is out, can you carry this for -next?
>>
>> Yes.
> 
> Awesome! Please consider it:
> 
> Acked-by: Kees Cook <keescook@chromium.org>

I applied the series to kbuild.git#kbuild now, sorry for the delay.

Michal

[toc] | [next] | [standalone]


#1416638

FromKees Cook <keescook@chromium.org>
Date2016-06-07 23:10 +0200
Message-ID<rHwq6-7Ly-25@gated-at.bofh.it>
In reply to#1416629
On Tue, Jun 7, 2016 at 1:58 PM, Michal Marek <mmarek@suse.com> wrote:
> Dne 25.5.2016 v 19:12 Kees Cook napsal(a):
>> On Wed, May 25, 2016 at 3:46 AM, Michal Marek <mmarek@suse.com> wrote:
>>> On 2016-05-24 19:04, Kees Cook wrote:
>>>> On Mon, May 23, 2016 at 3:07 PM, Emese Revfy <re.emese@gmail.com> 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 analysis.
>>>>>
>>>>> The infrastructure supports all gcc versions from 4.5 to 6.0, building
>>>>> out-of-tree modules and building in a separate directory. Cross-compilation
>>>>> is supported too but currently only the x86, arm, arm64 and uml architectures enable plugins.
>>>>>
>>>>> This infrastructure was ported from grsecurity/PaX. Based on work created by the PaX Team.
>>>>> It is a CII project supported by the Linux Foundation.
>>>>>
>>>>> Emese Revfy (4):
>>>>>  Shared library support
>>>>>  GCC plugin infrastructure
>>>>>  Add Cyclomatic complexity plugin
>>>>>  Add sancov plugin
>>>>
>>>> Michal, once -rc1 is out, can you carry this for -next?
>>>
>>> Yes.
>>
>> Awesome! Please consider it:
>>
>> Acked-by: Kees Cook <keescook@chromium.org>
>
> 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.

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

[toc] | [prev] | [next] | [standalone]


#1416655

FromEmese Revfy <re.emese@gmail.com>
Date2016-06-08 00:00 +0200
Message-ID<rHxct-85W-1@gated-at.bofh.it>
In reply to#1416638
On Tue, 7 Jun 2016 13:59:53 -0700
Kees Cook <keescook@chromium.org> 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 feature and
I'm fixing the handling of tail calls.

-- 
Emese

[toc] | [prev] | [next] | [standalone]


#1416667

FromKees Cook <keescook@chromium.org>
Date2016-06-08 00:00 +0200
Message-ID<rHxcu-85W-27@gated-at.bofh.it>
In reply to#1416655
On Tue, Jun 7, 2016 at 2:59 PM, Emese Revfy <re.emese@gmail.com> wrote:
> On Tue, 7 Jun 2016 13:59:53 -0700
> Kees Cook <keescook@chromium.org> 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 feature and
> I'm fixing the handling of tail calls.

Depending on timing, it may be best to send a delta patch from
kbuild.git#kbuild. I assume that would be easier for Michal to carry.

-Kees

-- 
Kees Cook
Chrome OS & Brillo Security

[toc] | [prev] | [next] | [standalone]


#1416946

FromMichal Marek <mmarek@suse.com>
Date2016-06-08 09:10 +0200
Message-ID<rHFMK-5qw-19@gated-at.bofh.it>
In reply to#1416667
Dne 7.6.2016 v 23:58 Kees Cook napsal(a):
> On Tue, Jun 7, 2016 at 2:59 PM, Emese Revfy <re.emese@gmail.com> wrote:
>> On Tue, 7 Jun 2016 13:59:53 -0700
>> Kees Cook <keescook@chromium.org> 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 feature and
>> I'm fixing the handling of tail calls.
> 
> Depending on timing, it may be best to send a delta patch from
> kbuild.git#kbuild. I assume that would be easier for Michal to carry.

Right.

Michal

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web