From: Kees Cook <keesc...@chromium.org> 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 <fengguang...@intel.com> > Signed-off-by: Kees Cook <keesc...@chromium.org> > --- > This is a prerequisite for the future randstruct fptr randomization. I'd > prefer to carry this in my gcc-plugin tree for v4.14 with an Ack from > someone on net-dev, or if possible, have it applied to v4.13 via net-dev. Please queue this up into the gcc-plugin tree then: Acked-by: David S. Miller <da...@davemloft.net> It isn't a bug fix so I would only have put it into 'net-next' rather than 'net'. Thanks.