Hi Linus, Please pull this fix for what I'm calling "meminit" (the compiler-based variable-init stuff) for v5.2-rc6. This is a small update to the stack auto-initialization self-test code to deal with the Clang initialization pattern. It's been in linux-next for a couple weeks; I had waited a bit wondering if anything more substantial was going to show up, but nothing has, so I'm sending this now before it gets too late.
Thanks! -Kees The following changes since commit f2c7c76c5d0a443053e94adb9f0918fa2fb85c3a: Linux 5.2-rc3 (2019-06-02 13:55:33 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/meminit-v5.2-rc6 for you to fetch changes up to 8c30d32b1a326bb120635a8b4836ec61cba454fa: lib/test_stackinit: Handle Clang auto-initialization pattern (2019-06-05 07:36:43 -0700) ---------------------------------------------------------------- compiler-based memory initialization update - Update stack auto-initialization selftest for Clang initialization pattern ---------------------------------------------------------------- Kees Cook (1): lib/test_stackinit: Handle Clang auto-initialization pattern lib/test_stackinit.c | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) -- Kees Cook

