[GIT PULL] gcc-plugins fixes for v5.7-rc5
From: Kees Cook
Date: Mon May 04 2020 - 13:46:54 EST
Hi Linus,
Please pull these gcc-plugins fixes for v5.7-rc5. These are some more
clean-ups for using the plugins under GCC 10.
Thanks!
-Kees
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v5.7-rc5
for you to fetch changes up to c7527373fe28f97d8a196ab562db5589be0d34b9:
gcc-common.h: Update for GCC 10 (2020-04-13 10:19:20 -0700)
----------------------------------------------------------------
GCC 10 fixes for gcc-plugins
- Adjust caller of cgraph_create_edge for GCC 10 argument usage
- Update common headers to build under GCC 10 (Frédéric Pierret)
----------------------------------------------------------------
Frédéric Pierret (fepitre) (1):
gcc-common.h: Update for GCC 10
Kees Cook (1):
gcc-plugins/stackleak: Avoid assignment for unused macro argument
scripts/gcc-plugins/Makefile | 1 +
scripts/gcc-plugins/gcc-common.h | 4 ++++
scripts/gcc-plugins/stackleak_plugin.c | 5 ++---
3 files changed, 7 insertions(+), 3 deletions(-)
--
Kees Cook