diff options
author | Nathan Chancellor <nathan@kernel.org> | 2021-09-08 04:58:27 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-09-08 20:50:26 +0200 |
commit | 28f8fc19b24924a9770bd2e93123005547c3f3f5 (patch) | |
tree | db9acf69ee050c89dd43afab3747241d23708e41 | |
parent | MAINTAINERS: update ClangBuiltLinux mailing list (diff) | |
download | linux-28f8fc19b24924a9770bd2e93123005547c3f3f5.tar.xz linux-28f8fc19b24924a9770bd2e93123005547c3f3f5.zip |
Documentation/llvm: update mailing list
We are now at llvm@lists.linux.dev.
Link: https://lkml.kernel.org/r/20210825211823.6406-2-nathan@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: Sami Tolvanen <samitolvanen@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/kbuild/llvm.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |