]> git.baikalelectronics.ru Git - kernel.git/commit
gcc-plugins/stackleak: Don't instrument itself
authorAlexander Popov <alex.popov@linux.com>
Wed, 24 Jun 2020 12:33:26 +0000 (15:33 +0300)
committerKees Cook <keescook@chromium.org>
Wed, 24 Jun 2020 14:48:13 +0000 (07:48 -0700)
commit77530a10824c8040a3c8f215460e67756dcd4610
tree9f9ed435be50ce3eee0f85eaacd0a74a8fe15ba3
parent239bea99f45907d04135ef7b506467c1835f59f6
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>
kernel/Makefile