Commit 8dd70543 authored by Alexander Popov's avatar Alexander Popov Committed by Kees Cook
Browse files

gcc-plugins/stackleak: Add 'verbose' plugin parameter



Add 'verbose' plugin parameter for stackleak gcc plugin.
It can be used for printing additional info about the kernel code
instrumentation.

For using it add the following to scripts/Makefile.gcc-plugins:
  gcc-plugin-cflags-$(CONFIG_GCC_PLUGIN_STACKLEAK) \
    += -fplugin-arg-stackleak_plugin-verbose

Signed-off-by: default avatarAlexander Popov <alex.popov@linux.com>
Link: https://lore.kernel.org/r/20200624123330.83226-6-alex.popov@linux.com


Signed-off-by: default avatarKees Cook <keescook@chromium.org>
parent feee1b8c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment