Message ID | 20231019004616.work.960-kees@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 8d7af820310cb547c4cb7bdc321c161833eba57f |
Headers | show |
Series | MAINTAINERS: Include stackleak paths in hardening entry | expand |
On Wed, Oct 18, 2023 at 05:46:20PM -0700, Kees Cook wrote: > 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 <mark.rutland@arm.com> > Signed-off-by: Kees Cook <keescook@chromium.org> Makes sense to me, so FWIW: Acked-by: Mark Rutland <mark.rutland@arm.com> Mark. > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 5f18ed0fbd42..a4de29c0036f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8615,6 +8615,8 @@ L: linux-hardening@vger.kernel.org > 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/ > > -- > 2.34.1 >
diff --git a/MAINTAINERS b/MAINTAINERS index 5f18ed0fbd42..a4de29c0036f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8615,6 +8615,8 @@ L: linux-hardening@vger.kernel.org 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/
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 <mark.rutland@arm.com> Signed-off-by: Kees Cook <keescook@chromium.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)