]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: ldlm: use designated initializers
authorKees Cook <keescook@chromium.org>
Sat, 17 Dec 2016 01:00:45 +0000 (17:00 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jan 2017 13:57:06 +0000 (14:57 +0100)
commit2fd2434c3f47da8f861b3ce43b6b2d3eb2b55ac6
tree3e2edc843c9966e719169b1ebc39ecd53e01339c
parent0c744ea4f77d72b3dcebb7a8f2684633ec79be88
staging: lustre: ldlm: use designated initializers

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 <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ldlm/ldlm_flock.c