Re: [PATCH] ALSA: use designated initializers

2016-12-28 Thread Takashi Iwai
On Sat, 17 Dec 2016 01:59:44 +0100, 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

Re: [PATCH] ALSA: use designated initializers

2016-12-17 Thread Takashi Sakamoto
On Dec 17 2016 09:59, 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

[PATCH] ALSA: 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 --- sound/synth/emux/emux_s