Hi Linus,
Please pull these tiny gcc-plugin fixes for v5.12-rc2. These issues are small but have been reported a couple times now by static analyzers, so best to get them fixed to reduce the noise. :) Thanks! -Kees The following changes since commit fe07bfda2fb9cdef8a4d4008a409bb02f35f1bd8: Linux 5.12-rc1 (2021-02-28 16:05:19 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v5.12-rc2 for you to fetch changes up to 5477edcacaacb8af8169450180a1d3bd0dfb9c99: gcc-plugins: latent_entropy: remove unneeded semicolon (2021-03-01 19:19:50 -0800) ---------------------------------------------------------------- gcc-plugins fixes for v5.12-rc2 - Fix coding style issues (Jason Yan) ---------------------------------------------------------------- Jason Yan (2): gcc-plugins: structleak: remove unneeded variable 'ret' gcc-plugins: latent_entropy: remove unneeded semicolon scripts/gcc-plugins/latent_entropy_plugin.c | 2 +- scripts/gcc-plugins/structleak_plugin.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) -- Kees Cook

