Re: [PATCH v2] x86/floppy: use designated initializers

2016-12-20 Thread Kees Cook
On Sun, Dec 18, 2016 at 12:00 AM, Ingo Molnar wrote: > > * Kees Cook 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

Re: [PATCH v2] x86/floppy: use designated initializers

2016-12-18 Thread Ingo Molnar
* Kees Cook 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. > > Signed-off-by: Kees

[PATCH v2] x86/floppy: use designated initializers

2016-12-17 Thread Kees Cook
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. Signed-off-by: Kees Cook --- v2: - aligned rhs of in