2019-06-13 16:41:49

by Paul Walmsley

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree

Palmer, with Konstantin's gracious help, set up a shared kernel.org
git tree for arch/riscv patches going forward. Change the MAINTAINERS
file accordingly.

Signed-off-by: Paul Walmsley <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 57f496cff999..290359a46bbe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13476,7 +13476,7 @@ RISC-V ARCHITECTURE
M: Palmer Dabbelt <[email protected]>
M: Albert Ou <[email protected]>
L: [email protected]
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
S: Supported
F: arch/riscv/
K: riscv
--
2.20.1


2019-06-15 14:49:06

by Palmer Dabbelt

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: change the arch/riscv git tree to the new shared tree

On Thu, 13 Jun 2019 00:07:21 PDT (-0700), Paul Walmsley wrote:
> Palmer, with Konstantin's gracious help, set up a shared kernel.org
> git tree for arch/riscv patches going forward. Change the MAINTAINERS
> file accordingly.
>
> Signed-off-by: Paul Walmsley <[email protected]>
> Cc: Palmer Dabbelt <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57f496cff999..290359a46bbe 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13476,7 +13476,7 @@ RISC-V ARCHITECTURE
> M: Palmer Dabbelt <[email protected]>
> M: Albert Ou <[email protected]>
> L: [email protected]
> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux.git
> S: Supported
> F: arch/riscv/
> K: riscv

Reiewed-by: Palmer Dabbelt <[email protected]>