Re: [PATCH] ovl: Use designated initializers

From: Miklos Szeredi
Date: Tue Apr 04 2017 - 10:07:48 EST


On Wed, Mar 29, 2017 at 11:02 PM, Kees Cook <keescook@xxxxxxxxxxxx> wrote:
> Prepare to mark sensitive kernel structures for randomization by making
> sure they're using designated initializers. These were identified during
> allyesconfig builds of x86, arm, and arm64, with most initializer fixes
> extracted from grsecurity.
>
> For these cases, use { }, which will be zero-filled, instead of
> undesignated NULLs.

Queued up for 4.12.

Thanks,
Miklos