linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section
@ 2021-01-14  0:40 Nathan Chancellor
  2021-01-14  1:00 ` Nick Desaulniers
  2021-01-14 17:16 ` [PATCH v2] MAINTAINERS: Add compiler-clang.h " Nathan Chancellor
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Chancellor @ 2021-01-14  0:40 UTC (permalink / raw)
  To: Nick Desaulniers, Andrew Morton
  Cc: linux-kernel, clang-built-linux, Nathan Chancellor

The K: entry should ensure that Nick and I always get CC'd on patches
that touch these files but it is better to be explicit rather than
implicit.

Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cc1e6a5ee6e6..9127456b7eb1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4313,7 +4313,9 @@ W:	https://clangbuiltlinux.github.io/
 B:	https://github.com/ClangBuiltLinux/linux/issues
 C:	irc://chat.freenode.net/clangbuiltlinux
 F:	Documentation/kbuild/llvm.rst
+F:	include/linux/compiler-clang.h
 F:	scripts/clang-tools/
+F:	scripts/clang-version.sh
 F:	scripts/lld-version.sh
 K:	\b(?i:clang|llvm)\b
 

base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
-- 
2.30.0


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

* Re: [PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section
  2021-01-14  0:40 [PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section Nathan Chancellor
@ 2021-01-14  1:00 ` Nick Desaulniers
  2021-01-14 17:16 ` [PATCH v2] MAINTAINERS: Add compiler-clang.h " Nathan Chancellor
  1 sibling, 0 replies; 3+ messages in thread
From: Nick Desaulniers @ 2021-01-14  1:00 UTC (permalink / raw)
  To: Nathan Chancellor; +Cc: Andrew Morton, LKML, clang-built-linux

On Wed, Jan 13, 2021 at 4:41 PM Nathan Chancellor
<natechancellor@gmail.com> wrote:
>
> The K: entry should ensure that Nick and I always get CC'd on patches
> that touch these files but it is better to be explicit rather than
> implicit.
>
> Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>

Thanks for the patch!
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>

> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cc1e6a5ee6e6..9127456b7eb1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4313,7 +4313,9 @@ W:        https://clangbuiltlinux.github.io/
>  B:     https://github.com/ClangBuiltLinux/linux/issues
>  C:     irc://chat.freenode.net/clangbuiltlinux
>  F:     Documentation/kbuild/llvm.rst
> +F:     include/linux/compiler-clang.h
>  F:     scripts/clang-tools/
> +F:     scripts/clang-version.sh
>  F:     scripts/lld-version.sh
>  K:     \b(?i:clang|llvm)\b
>
>
> base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
> --
> 2.30.0
>


-- 
Thanks,
~Nick Desaulniers

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

* [PATCH v2] MAINTAINERS: Add compiler-clang.h to the Clang/LLVM section
  2021-01-14  0:40 [PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section Nathan Chancellor
  2021-01-14  1:00 ` Nick Desaulniers
@ 2021-01-14 17:16 ` Nathan Chancellor
  1 sibling, 0 replies; 3+ messages in thread
From: Nathan Chancellor @ 2021-01-14 17:16 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Nick Desaulniers, clang-built-linux, linux-kernel, Nathan Chancellor

The K: entry should ensure that Nick and I always get CC'd on patches
that touch thid file but it is better to be explicit rather than
implicit.

Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
---

v1 -> v2:

* Omit scripts/clang-version.sh as Masahiro has proposed unifying
  {clang,gcc}-version.sh into one cc-version.sh:

  https://lore.kernel.org/r/20210114042420.229524-1-masahiroy@kernel.org/

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index cc1e6a5ee6e6..8036a7860836 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4313,6 +4313,7 @@ W:	https://clangbuiltlinux.github.io/
 B:	https://github.com/ClangBuiltLinux/linux/issues
 C:	irc://chat.freenode.net/clangbuiltlinux
 F:	Documentation/kbuild/llvm.rst
+F:	include/linux/compiler-clang.h
 F:	scripts/clang-tools/
 F:	scripts/lld-version.sh
 K:	\b(?i:clang|llvm)\b

base-commit: 7c53f6b671f4aba70ff15e1b05148b10d58c2837
-- 
2.30.0


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

end of thread, other threads:[~2021-01-14 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  0:40 [PATCH] MAINTAINERS: Add a couple more files to the Clang/LLVM section Nathan Chancellor
2021-01-14  1:00 ` Nick Desaulniers
2021-01-14 17:16 ` [PATCH v2] MAINTAINERS: Add compiler-clang.h " Nathan Chancellor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).