[OpenAFS-devel] OpenAFS and grsecurity

Benjamin Kaduk kaduk@MIT.EDU
Tue, 21 Jun 2016 15:55:20 -0400 (EDT)


Thanks for making the updates.  The patch is less likely to get lost if it
is submitted to https://gerrit.openafs.org, see
href="https://wiki.openafs.org/GitDevelopers/#Sharing your code with us".

A couple notes just from glancing at it: there is no need to explicitly
initialize .foo to 0 when using the named initializers, and 0 is also
better spelled NULL for function pointers.

-Ben

On Sat, 18 Jun 2016, Deven Lahoti wrote:

> Okay, I've patched the m4 macros to properly detect config options from the
> grsec kernel and have added tests to make sure we're using a compatible
> compiler for designated initializers:
>
> http://web.mit.edu/deywos/www/openafs-grsec.patch
>
> deven
>