Re: [PATCH 2/5 v3] sh: add git tree to MAINTAINERS

From: Rich Felker
Date: Wed Oct 27 2021 - 16:54:37 EST


On Mon, Oct 04, 2021 at 05:19:11PM -0700, Randy Dunlap wrote:
> Add the git tree location for linux-sh.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx>
> Cc: Rich Felker <dalias@xxxxxxxx>
> Cc: linux-sh@xxxxxxxxxxxxxxx
> Cc: John Paul Adrian Glaubitz <glaubitz@xxxxxxxxxxxxxxxxxxx>
> Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> v3: new patch in this series
>
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> --- linux-next-20211001.orig/MAINTAINERS
> +++ linux-next-20211001/MAINTAINERS
> @@ -18047,6 +18047,7 @@ M: Yoshinori Sato <ysato@users.sourcefor
> M: Rich Felker <dalias@xxxxxxxx>
> L: linux-sh@xxxxxxxxxxxxxxx
> S: Maintained
> +T: git git://git.libc.org/linux-sh
> Q: http://patchwork.kernel.org/project/linux-sh/list/
> F: Documentation/sh/
> F: arch/sh/

I'm omitting this for now since (as noted on the cgit description)
this server is not provisioned adequately for cloning from scratch,
and should only be used for fetch into an already-populated mainline
repo clone. If that's a problem I can see about getting it moved
somewhere more appropriate.

The rest of this series should appear in next shortly.

Rich