[PATCH] MAINTAINERS: add self as clang reviewer

Tom Rix posted 1 patch 4 years, 1 month ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: add self as clang reviewer
Posted by Tom Rix 4 years, 1 month ago
I have been helping with build breaks and
other clang things and would like to help
with the reviews.

Signed-off-by: Tom Rix <trix@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9ebfc93d8f0d..8da670067a34 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4797,6 +4797,7 @@ F:	.clang-format
 CLANG/LLVM BUILD SUPPORT
 M:	Nathan Chancellor <nathan@kernel.org>
 M:	Nick Desaulniers <ndesaulniers@google.com>
+R:	Tom Rix <trix@redhat.com>
 L:	llvm@lists.linux.dev
 S:	Supported
 W:	https://clangbuiltlinux.github.io/
-- 
2.27.0
Re: [PATCH] MAINTAINERS: add self as clang reviewer
Posted by Nathan Chancellor 4 years, 1 month ago
On Thu, Apr 07, 2022 at 01:57:15PM -0400, Tom Rix wrote:
> I have been helping with build breaks and
> other clang things and would like to help
> with the reviews.
> 
> Signed-off-by: Tom Rix <trix@redhat.com>

Thanks a lot Tom!

Acked-by: Nathan Chancellor <nathan@kernel.org>

I think we might need to CC Andrew Morton for this, as we do not
currently pick up patches ourselves.

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9ebfc93d8f0d..8da670067a34 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4797,6 +4797,7 @@ F:	.clang-format
>  CLANG/LLVM BUILD SUPPORT
>  M:	Nathan Chancellor <nathan@kernel.org>
>  M:	Nick Desaulniers <ndesaulniers@google.com>
> +R:	Tom Rix <trix@redhat.com>
>  L:	llvm@lists.linux.dev
>  S:	Supported
>  W:	https://clangbuiltlinux.github.io/
> -- 
> 2.27.0
> 
>
Re: [PATCH] MAINTAINERS: add self as clang reviewer
Posted by Nick Desaulniers 4 years, 1 month ago
On Thu, Apr 7, 2022 at 11:03 AM Nathan Chancellor <nathan@kernel.org> wrote:
>
> On Thu, Apr 07, 2022 at 01:57:15PM -0400, Tom Rix wrote:
> > I have been helping with build breaks and
> > other clang things and would like to help
> > with the reviews.
> >
> > Signed-off-by: Tom Rix <trix@redhat.com>
>
> Thanks a lot Tom!
>
> Acked-by: Nathan Chancellor <nathan@kernel.org>
>
> I think we might need to CC Andrew Morton for this, as we do not
> currently pick up patches ourselves.

Yep, Andrew, would you be so kind?
https://lore.kernel.org/llvm/20220407175715.3378998-1-trix@redhat.com/

Welcome aboard, Tom!

Acked-by: Nick Desaulniers <ndesaulniers@google.com>

>
> > ---
> >  MAINTAINERS | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9ebfc93d8f0d..8da670067a34 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4797,6 +4797,7 @@ F:      .clang-format
> >  CLANG/LLVM BUILD SUPPORT
> >  M:   Nathan Chancellor <nathan@kernel.org>
> >  M:   Nick Desaulniers <ndesaulniers@google.com>
> > +R:   Tom Rix <trix@redhat.com>
> >  L:   llvm@lists.linux.dev
> >  S:   Supported
> >  W:   https://clangbuiltlinux.github.io/
> > --
> > 2.27.0
> >
> >



-- 
Thanks,
~Nick Desaulniers