diff mbox series

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

Message ID 20190620001907.255803-1-ndesaulniers@google.com
State Accepted
Commit 8708e13c6a0600625eea3aebd027c0715a5d2bb2
Headers show
Series [v2] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info | expand

Commit Message

Nick Desaulniers June 20, 2019, 12:19 a.m. UTC
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 <ndesaulniers@google.com>

---
Changes V1 -> V2:
- tabs vs spaces as per Joe Perches

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

-- 
2.22.0.410.gd8fdbe21b5-goog

Comments

Nathan Chancellor June 20, 2019, 2:54 a.m. UTC | #1
On Wed, Jun 19, 2019 at 05:19:07PM -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 support

> building the Linux kernel with Clang and LLVM.

> 

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


FWIW, if it is not too late:

Reviewed-by: Nathan Chancellor <natechancellor@gmail.com>


> ---

> Changes V1 -> V2:

> - tabs vs spaces as per Joe Perches

> 

>  MAINTAINERS | 8 ++++++++

>  1 file changed, 8 insertions(+)

> 

> diff --git a/MAINTAINERS b/MAINTAINERS

> index ef58d9a881ee..f92432452f46 100644

> --- a/MAINTAINERS

> +++ b/MAINTAINERS

> @@ -3940,6 +3940,14 @@ M:	Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>

>  S:	Maintained

>  F:	.clang-format

>  

> +CLANG/LLVM BUILD SUPPORT

> +L:	clang-built-linux@googlegroups.com

> +W:	https://clangbuiltlinux.github.io/

> +B:	https://github.com/ClangBuiltLinux/linux/issues

> +C:	irc://chat.freenode.net/clangbuiltlinux

> +S:	Supported

> +K:	\b(?i:clang|llvm)\b

> +

>  CLEANCACHE API

>  M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>

>  L:	linux-kernel@vger.kernel.org

> -- 

> 2.22.0.410.gd8fdbe21b5-goog

>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index ef58d9a881ee..f92432452f46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3940,6 +3940,14 @@  M:	Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
 S:	Maintained
 F:	.clang-format
 
+CLANG/LLVM BUILD SUPPORT
+L:	clang-built-linux@googlegroups.com
+W:	https://clangbuiltlinux.github.io/
+B:	https://github.com/ClangBuiltLinux/linux/issues
+C:	irc://chat.freenode.net/clangbuiltlinux
+S:	Supported
+K:	\b(?i:clang|llvm)\b
+
 CLEANCACHE API
 M:	Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
 L:	linux-kernel@vger.kernel.org