All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
@ 2019-06-19 18:18 Nick Desaulniers
  2019-06-19 18:27 ` Joe Perches
  2019-06-19 19:16 ` [PATCH] " Louis Taylor
  0 siblings, 2 replies; 7+ messages in thread
From: Nick Desaulniers @ 2019-06-19 18:18 UTC (permalink / raw)
  To: akpm; +Cc: clang-built-linux, joe, linux-kernel, 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 <ndesaulniers@google.com>
---
Thanks for Joe Perches for help on the syntax for the case insensitive
syntax.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index ef58d9a881ee..fa798cc48e34 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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-06-20  2:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 18:18 [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info Nick Desaulniers
2019-06-19 18:27 ` Joe Perches
2019-06-19 19:53   ` Nick Desaulniers
2019-06-20  0:19   ` [PATCH v2] " Nick Desaulniers
2019-06-20  2:54     ` Nathan Chancellor
2019-06-19 19:16 ` [PATCH] " Louis Taylor
2019-06-19 19:50   ` Nick Desaulniers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.