On Tue, Aug 1, 2017 at 3:29 PM, David Miller wrote:
> From: Kees Cook
> Date: Sun, 30 Jul 2017 18:31:17 -0700
>
>> In preparation for the randstruct gcc plugin performing randomization of
>> structures that are entirely function pointers, use designated initializers
>> so the compiler doesn't get
From: Kees Cook
Date: Sun, 30 Jul 2017 18:31:17 -0700
> In preparation for the randstruct gcc plugin performing randomization of
> structures that are entirely function pointers, use designated initializers
> so the compiler doesn't get angry.
>
> Reported-by: kbuild test robot
> Signed-off-by:
In preparation for the randstruct gcc plugin performing randomization of
structures that are entirely function pointers, use designated initializers
so the compiler doesn't get angry.
Reported-by: kbuild test robot
Signed-off-by: Kees Cook
---
This is a prerequisite for the future randstruct fpt