[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d4b42858366e50f92b133ceb6399e9f16a7cef88.camel@perches.com>
Date: Wed, 19 Jun 2019 11:27:42 -0700
From: Joe Perches <joe@...ches.com>
To: Nick Desaulniers <ndesaulniers@...gle.com>,
akpm@...ux-foundation.org
Cc: clang-built-linux@...glegroups.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] MAINTAINERS: add CLANG/LLVM BUILD SUPPORT info
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 interesting.
$ git grep -i -w -P --name-only '(?i:clang|llvm)' | wc -l
134
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> @@ -3940,6 +3940,14 @@ M: Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
> S: Maintained
> F: .clang-format
>
> +CLANG/LLVM BUILD SUPPORT
> +L: clang-built-linux@...glegroups.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
> +
Please use a single tab after each : like below
CLANG/LLVM BUILD SUPPORT
L: clang-built-linux@...glegroups.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
Powered by blists - more mailing lists