Hi Linus, Please pull this tiny gcc-plugins update for v5.4-rc1. It fixes a potential problem in structure auto-selection (that was not triggered by any existing kernel structures). This has been in linux-next for about 5 weeks.
Thanks! -Kees The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b: Linux 5.3-rc2 (2019-07-28 12:47:02 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v5.4-rc1 for you to fetch changes up to 60f2c82ed20bde57c362e66f796cf9e0e38a6dbb: randstruct: Check member structs in is_pure_ops_struct() (2019-07-31 13:13:22 -0700) ---------------------------------------------------------------- randomize_layout: Fix potential auto-selection bug - Fix auto-selection bug in is_pure_ops_struct (Joonwon Kang) ---------------------------------------------------------------- Joonwon Kang (1): randstruct: Check member structs in is_pure_ops_struct() scripts/gcc-plugins/randomize_layout_plugin.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) -- Kees Cook