Message ID | 20231205-maintainers-kbuild-clang-tools-v1-1-a646a1985300@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Add scripts/clang-tools to Kbuild section | expand |
On Tue, Dec 05, 2023 at 10:05:57AM -0700 Nathan Chancellor wrote: > Masahiro has always applied scripts/clang-tools patches but it is not > included in the Kbuild section, so neither he nor linux-kbuild get cc'd > on patches that touch those files. > > Signed-off-by: Nathan Chancellor <nathan@kernel.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 788be9ab5b73..cd9bf44dc1b3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11526,6 +11526,7 @@ F: scripts/*vmlinux* > F: scripts/Kbuild* > F: scripts/Makefile* > F: scripts/basic/ > +F: scripts/clang-tools/ > F: scripts/dummy-tools/ > F: scripts/mk* > F: scripts/mod/ > > --- > base-commit: 33cc938e65a98f1d29d0a18403dbbee050dcad9a > change-id: 20231205-maintainers-kbuild-clang-tools-93666b423b02 > > Best regards, > -- > Nathan Chancellor <nathan@kernel.org> Thanks, sounds reasonable to me. Acked-by: Nicolas Schier <nicolas@fjasle.eu>
On Wed, Dec 6, 2023 at 2:06 AM Nathan Chancellor <nathan@kernel.org> wrote: > > Masahiro has always applied scripts/clang-tools patches but it is not > included in the Kbuild section, so neither he nor linux-kbuild get cc'd > on patches that touch those files. > > Signed-off-by: Nathan Chancellor <nathan@kernel.org> Applied to linux-kbuild. Thanks. > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 788be9ab5b73..cd9bf44dc1b3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11526,6 +11526,7 @@ F: scripts/*vmlinux* > F: scripts/Kbuild* > F: scripts/Makefile* > F: scripts/basic/ > +F: scripts/clang-tools/ > F: scripts/dummy-tools/ > F: scripts/mk* > F: scripts/mod/ > > --- > base-commit: 33cc938e65a98f1d29d0a18403dbbee050dcad9a > change-id: 20231205-maintainers-kbuild-clang-tools-93666b423b02 > > Best regards, > -- > Nathan Chancellor <nathan@kernel.org> >
diff --git a/MAINTAINERS b/MAINTAINERS index 788be9ab5b73..cd9bf44dc1b3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11526,6 +11526,7 @@ F: scripts/*vmlinux* F: scripts/Kbuild* F: scripts/Makefile* F: scripts/basic/ +F: scripts/clang-tools/ F: scripts/dummy-tools/ F: scripts/mk* F: scripts/mod/
Masahiro has always applied scripts/clang-tools patches but it is not included in the Kbuild section, so neither he nor linux-kbuild get cc'd on patches that touch those files. Signed-off-by: Nathan Chancellor <nathan@kernel.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) --- base-commit: 33cc938e65a98f1d29d0a18403dbbee050dcad9a change-id: 20231205-maintainers-kbuild-clang-tools-93666b423b02 Best regards,