commit | 005e696df65d0ff90468ecf38a50aa584dc82421 | [log] [tgz] |
---|---|---|
author | Alexander Popov <alex.popov@linux.com> | Wed Jun 24 15:33:26 2020 +0300 |
committer | Kees Cook <keescook@chromium.org> | Wed Jun 24 07:48:13 2020 -0700 |
tree | 9f9ed435be50ce3eee0f85eaacd0a74a8fe15ba3 | |
parent | 48778464bb7d346b47157d21ffde2af6b2d39110 [diff] |
gcc-plugins/stackleak: Don't instrument itself There is no need to try instrumenting functions in kernel/stackleak.c. Otherwise that can cause issues if the cleanup pass of stackleak gcc plugin is disabled. Signed-off-by: Alexander Popov <alex.popov@linux.com> Link: https://lore.kernel.org/r/20200624123330.83226-2-alex.popov@linux.com Signed-off-by: Kees Cook <keescook@chromium.org>