[OpenAFS-devel] OpenAFS and grsecurity

Deven Lahoti deywos@mit.edu
Tue, 21 Jun 2016 18:20:25 -0500


Done.

https://gerrit.openafs.org/#/c/12313/

Yeah, I'm not sure why I explicitly initialized everything before, but
I fixed it now.

On Tue, Jun 21, 2016 at 2:55 PM, Benjamin Kaduk <kaduk@mit.edu> wrote:
>
> 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
> >