Re: [PATCH] video: use designated initializers

2016-12-21 Thread Bartlomiej Zolnierkiewicz
[ sent from the right account this time, sorry for duplicate mail ] Hi, On Friday, December 16, 2016 05:03:09 PM Kees Cook wrote: > Prepare to mark sensitive kernel structures for randomization by making > sure they're using designated initializers. These were identified during > allyesconfig bu

Re: [PATCH] video: use designated initializers

2016-12-21 Thread Bartlomiej Zolnierkiewicz
Hi, On Sat, Dec 17, 2016 at 2:03 AM, 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 grs

[PATCH] video: use designated initializers

2016-12-16 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 --- drivers/video/fbdev/mat