2018-01-25 16:26:45

by Palmer Dabbelt

[permalink] [raw]
Subject: [PATCH] Update the RISC-V MAINTAINERS file

Now that we're upstream in Linux we've been able to make some
infrastructure changes so our port works a bit more like other ports.
Specifically:

* We now have a mailing list specific to the RISC-V Linux port, hosted
at lists.infreadead.org.
* We now have a kernel.org git tree where work on our port is
coordinated.

This patch changes the RISC-V maintainers entry to reflect these new
bits of infrastructure.

Signed-off-by: Palmer Dabbelt <[email protected]>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e3581413420c..a3c25b18bd2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11651,8 +11651,8 @@ F: drivers/mtd/nand/r852.h
RISC-V ARCHITECTURE
M: Palmer Dabbelt <[email protected]>
M: Albert Ou <[email protected]>
-L: [email protected]
-T: git https://github.com/riscv/riscv-linux
+L: [email protected]
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux.git
S: Supported
F: arch/riscv/
K: riscv
--
2.13.6



2018-01-26 07:11:13

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] Update the RISC-V MAINTAINERS file

On Thu, Jan 25, 2018 at 08:23:15AM -0800, Palmer Dabbelt wrote:
> Now that we're upstream in Linux we've been able to make some
> infrastructure changes so our port works a bit more like other ports.
> Specifically:
>
> * We now have a mailing list specific to the RISC-V Linux port, hosted
> at lists.infreadead.org.
> * We now have a kernel.org git tree where work on our port is
> coordinated.
>
> This patch changes the RISC-V maintainers entry to reflect these new
> bits of infrastructure.
>
> Signed-off-by: Palmer Dabbelt <[email protected]>

Looks good:

Reviewed-by: Christoph Hellwig <[email protected]>