Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1407080
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure |
| Date | 2016-05-25 19:20 +0200 |
| Message-ID | <rCKDo-3EB-9@gated-at.bofh.it> (permalink) |
| References | <rC6cV-39y-15@gated-at.bofh.it> <rCo0a-65z-9@gated-at.bofh.it> <rCExY-8n2-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> If it's any help, I have it in my tree here: http://git.kernel.org/cgit/linux/kernel/git/kees/linux.git/log/?h=kspp/gcc-plugins/infrastructure Thanks! -Kees -- Kees Cook Chrome OS & Brillo Security
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v9 0/4] Introduce GCC plugin infrastructure Emese Revfy <re.emese@gmail.com> - 2016-05-24 00:10 +0200
[PATCH v9 3/4] Add Cyclomatic complexity GCC plugin Emese Revfy <re.emese@gmail.com> - 2016-05-24 00:10 +0200
[PATCH v9 1/4] Shared library support Emese Revfy <re.emese@gmail.com> - 2016-05-24 00:10 +0200
[PATCH v9 4/4] Add sancov plugin Emese Revfy <re.emese@gmail.com> - 2016-05-24 00:10 +0200
Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Kees Cook <keescook@chromium.org> - 2016-05-24 19:10 +0200
Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Michal Marek <mmarek@suse.com> - 2016-05-25 12:50 +0200
Re: [PATCH v9 0/4] Introduce GCC plugin infrastructure Kees Cook <keescook@chromium.org> - 2016-05-25 19:20 +0200
csiph-web