Message ID | 20161102065241.985-1-andrew.donnellan@au1.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Nov 1, 2016 at 11:52 PM, Andrew Donnellan <andrew.donnellan@au1.ibm.com> wrote: > Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4012c2f..76049e0 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5202,6 +5202,7 @@ L: kernel-hardening@lists.openwall.com > S: Maintained > F: scripts/gcc-plugins/ > F: scripts/gcc-plugin.sh > +F: scripts/Makefile.gcc-plugins > F: Documentation/gcc-plugins.txt > > GCOV BASED KERNEL PROFILING Ah, good call. I've added this for -next now. Thanks! -Kees
diff --git a/MAINTAINERS b/MAINTAINERS index 4012c2f..76049e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5202,6 +5202,7 @@ L: kernel-hardening@lists.openwall.com S: Maintained F: scripts/gcc-plugins/ F: scripts/gcc-plugin.sh +F: scripts/Makefile.gcc-plugins F: Documentation/gcc-plugins.txt GCOV BASED KERNEL PROFILING
Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)