diff options
author | Kees Cook <[email protected]> | 2023-10-18 17:46:20 -0700 |
---|---|---|
committer | Kees Cook <[email protected]> | 2023-10-20 10:40:28 -0700 |
commit | 8d7af820310cb547c4cb7bdc321c161833eba57f (patch) | |
tree | de0db0d6d1820403d9b8f84e7899dad9dde456af | |
parent | 0e108725f6cc5b3be9e607f89c9fbcbb236367b7 (diff) |
MAINTAINERS: Include stackleak paths in hardening entry
While most of the gcc-plugins are self-contained in the
scripts/gcc-plugins directory, stackleak actually has some additional
files. Add those so changes are directed to the hardening list.
Suggested-by: Mark Rutland <[email protected]>
Acked-by: Mark Rutland <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kees Cook <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5f18ed0fbd42..a4de29c0036f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8615,6 +8615,8 @@ L: [email protected] S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/hardening F: Documentation/kbuild/gcc-plugins.rst +F: include/linux/stackleak.h +F: kernel/stackleak.c F: scripts/Makefile.gcc-plugins F: scripts/gcc-plugins/ |