Re: [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info

2019-06-19 Thread Nick Desaulniers
On Wed, Jun 19, 2019 at 11:27 AM Joe Perches wrote: > > On Wed, 2019-06-19 at 11:18 -0700, Nick Desaulniers wrote: > > Add keyword support so that our mailing list gets cc'ed for clang/llvm > > patches. > > You'd also possibly get cc'd on patches that merely mention > clang or llvm like any

Re: [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info

2019-06-19 Thread Nick Desaulniers
On Wed, Jun 19, 2019 at 12:17 PM Louis Taylor wrote: > > On Wed, Jun 19, 2019 at 11:18:44AM -0700, 'Nick Desaulniers' via Clang Built > Linux wrote: > > Add keyword support so that our mailing list gets cc'ed for clang/llvm > > patches. We're pretty active on our mailing list so far as code

Re: [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info

2019-06-19 Thread Louis Taylor
On Wed, Jun 19, 2019 at 11:18:44AM -0700, 'Nick Desaulniers' via Clang Built Linux wrote: > Add keyword support so that our mailing list gets cc'ed for clang/llvm > patches. We're pretty active on our mailing list so far as code review. > There are numerous Googlers like myself that are paid to

Re: [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info

2019-06-19 Thread Joe Perches
On Wed, 2019-06-19 at 11:18 -0700, Nick Desaulniers wrote: > Add keyword support so that our mailing list gets cc'ed for clang/llvm > patches. You'd also possibly get cc'd on patches that merely mention clang or llvm like any change to clang-format. It could be many files that aren't

[PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info

2019-06-19 Thread Nick Desaulniers
Add keyword support so that our mailing list gets cc'ed for clang/llvm patches. We're pretty active on our mailing list so far as code review. There are numerous Googlers like myself that are paid to support building the Linux kernel with Clang and LLVM. Signed-off-by: Nick Desaulniers ---