Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701545

Re: [PATCH] drivers/net/wan/z85230.c: Use designated initializers

From David Miller <davem@davemloft.net>
Newsgroups linux.kernel
Subject Re: [PATCH] drivers/net/wan/z85230.c: Use designated initializers
Date 2017-08-02 00:30 +0200
Message-ID <u9NPP-1sk-3@gated-at.bofh.it> (permalink)
References <u97QC-858-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Kees Cook <keescook@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.wu@intel.com>
> Signed-off-by: Kees Cook <keescook@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 <davem@davemloft.net>

It isn't a bug fix so I would only have put it into 'net-next' rather
than 'net'.

Thanks.

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH] drivers/net/wan/z85230.c: Use designated initializers David Miller <davem@davemloft.net> - 2017-08-02 00:30 +0200
  Re: [PATCH] drivers/net/wan/z85230.c: Use designated initializers Kees Cook <keescook@chromium.org> - 2017-08-02 02:40 +0200

csiph-web