[GIT PULL] gcc-plugin updates for v4.20-rc6
From: Kees Cook
Date: Fri Dec 07 2018 - 12:08:50 EST
Hi Linus,
Please pull these gcc-plugin fixes for v4.20-rc6.
Thanks!
-Kees
The following changes since commit ef1a8409348966f0b25ff97a170d6d0367710ea9:
stackleak: Disable function tracing and kprobes for stackleak_erase() (2018-11-30 09:05:07 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/gcc-plugins-v4.20-rc6
for you to fetch changes up to 8fb2dfb228df785bbeb4d055a74402ef4b07fc25:
stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass (2018-12-06 09:10:23 -0800)
----------------------------------------------------------------
Fixes for stackleak
- Remove tracing for inserted stack depth marking function (Anders Roxell)
- Move gcc-plugin pass location to avoid objtool warnings (Alexander Popov)
----------------------------------------------------------------
Alexander Popov (1):
stackleak: Register the 'stackleak_cleanup' pass before the '*free_cfg' pass
Anders Roxell (1):
stackleak: Mark stackleak_track_stack() as notrace
kernel/stackleak.c | 2 +-
scripts/gcc-plugins/stackleak_plugin.c | 8 +++++---
2 files changed, 6 insertions(+), 4 deletions(-)
--
Kees Cook