]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/rbtree.c
rbtree: use designated initializers
authorKees Cook <keescook@chromium.org>
Fri, 24 Feb 2017 23:01:04 +0000 (15:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 25 Feb 2017 01:46:57 +0000 (17:46 -0800)
commitf231aebfc4cae2f6ed27a46a31e2630909513d77
tree5abce0379ed59e0fc011258c59b42f01a8293908
parent4f5901f5a6724f4ed1641e4a94978c5039a1f8c4
rbtree: 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.

Link: http://lkml.kernel.org/r/20161217010253.GA140470@beast
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: David Howells <dhowells@redhat.com>
Cc: Jie Chen <fykcee1@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/rbtree_augmented.h
lib/rbtree.c