LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list
@ 2021-08-25 21:18 Nathan Chancellor
2021-08-25 21:18 ` [PATCH 2/3] Documentation/llvm: Update " Nathan Chancellor
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Nathan Chancellor @ 2021-08-25 21:18 UTC (permalink / raw)
To: Andrew Morton, Masahiro Yamada, Kees Cook
Cc: Sami Tolvanen, Nick Desaulniers, linux-kernel, llvm,
clang-built-linux, Nathan Chancellor
We are now at llvm@lists.linux.dev.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c6b8a720c0bc..8e36f55430de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4504,7 +4504,7 @@ F: .clang-format
CLANG/LLVM BUILD SUPPORT
M: Nathan Chancellor <nathan@kernel.org>
M: Nick Desaulniers <ndesaulniers@google.com>
-L: clang-built-linux@googlegroups.com
+L: llvm@lists.linux.dev
S: Supported
W: https://clangbuiltlinux.github.io/
B: https://github.com/ClangBuiltLinux/linux/issues
@@ -4519,7 +4519,7 @@ M: Sami Tolvanen <samitolvanen@google.com>
M: Kees Cook <keescook@chromium.org>
R: Nathan Chancellor <nathan@kernel.org>
R: Nick Desaulniers <ndesaulniers@google.com>
-L: clang-built-linux@googlegroups.com
+L: llvm@lists.linux.dev
S: Supported
B: https://github.com/ClangBuiltLinux/linux/issues
T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features
base-commit: e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93
--
2.33.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] Documentation/llvm: Update mailing list
2021-08-25 21:18 [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nathan Chancellor
@ 2021-08-25 21:18 ` Nathan Chancellor
2021-08-25 22:09 ` Nick Desaulniers
2021-08-25 21:18 ` [PATCH 3/3] Documentation/llvm: Update IRC location Nathan Chancellor
2021-08-25 22:08 ` [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nick Desaulniers
2 siblings, 1 reply; 6+ messages in thread
From: Nathan Chancellor @ 2021-08-25 21:18 UTC (permalink / raw)
To: Andrew Morton, Masahiro Yamada, Kees Cook
Cc: Sami Tolvanen, Nick Desaulniers, linux-kernel, llvm,
clang-built-linux, Nathan Chancellor
We are now at llvm@lists.linux.dev.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
Documentation/kbuild/llvm.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index b18401d2ba82..06b8f826e1a3 100644
--- a/Documentation/kbuild/llvm.rst
+++ b/Documentation/kbuild/llvm.rst
@@ -111,7 +111,8 @@ Getting Help
------------
- `Website <https://clangbuiltlinux.github.io/>`_
-- `Mailing List <https://groups.google.com/forum/#!forum/clang-built-linux>`_: <clang-built-linux@googlegroups.com>
+- `Mailing List <https://lore.kernel.org/llvm/>`_: <llvm@lists.linux.dev>
+- `Old Mailing List Archives <https://groups.google.com/g/clang-built-linux>`_
- `Issue Tracker <https://github.com/ClangBuiltLinux/linux/issues>`_
- IRC: #clangbuiltlinux on chat.freenode.net
- `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux
--
2.33.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] Documentation/llvm: Update IRC location
2021-08-25 21:18 [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nathan Chancellor
2021-08-25 21:18 ` [PATCH 2/3] Documentation/llvm: Update " Nathan Chancellor
@ 2021-08-25 21:18 ` Nathan Chancellor
2021-08-25 22:11 ` Nick Desaulniers
2021-08-25 22:08 ` [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nick Desaulniers
2 siblings, 1 reply; 6+ messages in thread
From: Nathan Chancellor @ 2021-08-25 21:18 UTC (permalink / raw)
To: Andrew Morton, Masahiro Yamada, Kees Cook
Cc: Sami Tolvanen, Nick Desaulniers, linux-kernel, llvm,
clang-built-linux, Nathan Chancellor
This should have been done with commit 91ed3ed0f798 ("MAINTAINERS:
update ClangBuiltLinux IRC chat") but I did not realize it was in two
separate spots.
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
Documentation/kbuild/llvm.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
index 06b8f826e1a3..683f8b7cca0b 100644
--- a/Documentation/kbuild/llvm.rst
+++ b/Documentation/kbuild/llvm.rst
@@ -114,7 +114,7 @@ Getting Help
- `Mailing List <https://lore.kernel.org/llvm/>`_: <llvm@lists.linux.dev>
- `Old Mailing List Archives <https://groups.google.com/g/clang-built-linux>`_
- `Issue Tracker <https://github.com/ClangBuiltLinux/linux/issues>`_
-- IRC: #clangbuiltlinux on chat.freenode.net
+- IRC: #clangbuiltlinux on irc.libera.chat
- `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux
- `Wiki <https://github.com/ClangBuiltLinux/linux/wiki>`_
- `Beginner Bugs <https://github.com/ClangBuiltLinux/linux/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>`_
--
2.33.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list
2021-08-25 21:18 [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nathan Chancellor
2021-08-25 21:18 ` [PATCH 2/3] Documentation/llvm: Update " Nathan Chancellor
2021-08-25 21:18 ` [PATCH 3/3] Documentation/llvm: Update IRC location Nathan Chancellor
@ 2021-08-25 22:08 ` Nick Desaulniers
2 siblings, 0 replies; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-25 22:08 UTC (permalink / raw)
To: Nathan Chancellor
Cc: Andrew Morton, Masahiro Yamada, Kees Cook, Sami Tolvanen,
linux-kernel, llvm, clang-built-linux
On Wed, Aug 25, 2021 at 2:18 PM Nathan Chancellor <nathan@kernel.org> wrote:
>
> We are now at llvm@lists.linux.dev.
>
> Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Nick Desaulniers <ndesaulniers@google.com>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c6b8a720c0bc..8e36f55430de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4504,7 +4504,7 @@ F: .clang-format
> CLANG/LLVM BUILD SUPPORT
> M: Nathan Chancellor <nathan@kernel.org>
> M: Nick Desaulniers <ndesaulniers@google.com>
> -L: clang-built-linux@googlegroups.com
> +L: llvm@lists.linux.dev
> S: Supported
> W: https://clangbuiltlinux.github.io/
> B: https://github.com/ClangBuiltLinux/linux/issues
> @@ -4519,7 +4519,7 @@ M: Sami Tolvanen <samitolvanen@google.com>
> M: Kees Cook <keescook@chromium.org>
> R: Nathan Chancellor <nathan@kernel.org>
> R: Nick Desaulniers <ndesaulniers@google.com>
> -L: clang-built-linux@googlegroups.com
> +L: llvm@lists.linux.dev
> S: Supported
> B: https://github.com/ClangBuiltLinux/linux/issues
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features
>
> base-commit: e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93
> --
> 2.33.0
>
--
Thanks,
~Nick Desaulniers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/3] Documentation/llvm: Update mailing list
2021-08-25 21:18 ` [PATCH 2/3] Documentation/llvm: Update " Nathan Chancellor
@ 2021-08-25 22:09 ` Nick Desaulniers
0 siblings, 0 replies; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-25 22:09 UTC (permalink / raw)
To: Nathan Chancellor
Cc: Andrew Morton, Masahiro Yamada, Kees Cook, Sami Tolvanen,
linux-kernel, llvm, clang-built-linux
On Wed, Aug 25, 2021 at 2:18 PM Nathan Chancellor <nathan@kernel.org> wrote:
>
> We are now at llvm@lists.linux.dev.
>
> Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
> ---
> Documentation/kbuild/llvm.rst | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
> index b18401d2ba82..06b8f826e1a3 100644
> --- a/Documentation/kbuild/llvm.rst
> +++ b/Documentation/kbuild/llvm.rst
> @@ -111,7 +111,8 @@ Getting Help
> ------------
>
> - `Website <https://clangbuiltlinux.github.io/>`_
> -- `Mailing List <https://groups.google.com/forum/#!forum/clang-built-linux>`_: <clang-built-linux@googlegroups.com>
> +- `Mailing List <https://lore.kernel.org/llvm/>`_: <llvm@lists.linux.dev>
> +- `Old Mailing List Archives <https://groups.google.com/g/clang-built-linux>`_
> - `Issue Tracker <https://github.com/ClangBuiltLinux/linux/issues>`_
> - IRC: #clangbuiltlinux on chat.freenode.net
> - `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux
> --
> 2.33.0
>
--
Thanks,
~Nick Desaulniers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 3/3] Documentation/llvm: Update IRC location
2021-08-25 21:18 ` [PATCH 3/3] Documentation/llvm: Update IRC location Nathan Chancellor
@ 2021-08-25 22:11 ` Nick Desaulniers
0 siblings, 0 replies; 6+ messages in thread
From: Nick Desaulniers @ 2021-08-25 22:11 UTC (permalink / raw)
To: Nathan Chancellor
Cc: Andrew Morton, Masahiro Yamada, Kees Cook, Sami Tolvanen,
linux-kernel, llvm, clang-built-linux
On Wed, Aug 25, 2021 at 2:18 PM Nathan Chancellor <nathan@kernel.org> wrote:
>
> This should have been done with commit 91ed3ed0f798 ("MAINTAINERS:
> update ClangBuiltLinux IRC chat") but I did not realize it was in two
> separate spots.
Ah, sorry, I missed it, too.
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
>
> Signed-off-by: Nathan Chancellor <nathan@kernel.org>
> ---
> Documentation/kbuild/llvm.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kbuild/llvm.rst b/Documentation/kbuild/llvm.rst
> index 06b8f826e1a3..683f8b7cca0b 100644
> --- a/Documentation/kbuild/llvm.rst
> +++ b/Documentation/kbuild/llvm.rst
> @@ -114,7 +114,7 @@ Getting Help
> - `Mailing List <https://lore.kernel.org/llvm/>`_: <llvm@lists.linux.dev>
> - `Old Mailing List Archives <https://groups.google.com/g/clang-built-linux>`_
> - `Issue Tracker <https://github.com/ClangBuiltLinux/linux/issues>`_
> -- IRC: #clangbuiltlinux on chat.freenode.net
> +- IRC: #clangbuiltlinux on irc.libera.chat
> - `Telegram <https://t.me/ClangBuiltLinux>`_: @ClangBuiltLinux
> - `Wiki <https://github.com/ClangBuiltLinux/linux/wiki>`_
> - `Beginner Bugs <https://github.com/ClangBuiltLinux/linux/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22>`_
> --
> 2.33.0
>
> --
> You received this message because you are subscribed to the Google Groups "Clang Built Linux" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/20210825211823.6406-3-nathan%40kernel.org.
--
Thanks,
~Nick Desaulniers
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-08-25 22:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 21:18 [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nathan Chancellor
2021-08-25 21:18 ` [PATCH 2/3] Documentation/llvm: Update " Nathan Chancellor
2021-08-25 22:09 ` Nick Desaulniers
2021-08-25 21:18 ` [PATCH 3/3] Documentation/llvm: Update IRC location Nathan Chancellor
2021-08-25 22:11 ` Nick Desaulniers
2021-08-25 22:08 ` [PATCH 1/3] MAINTAINERS: Update ClangBuiltLinux mailing list Nick Desaulniers
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).