MAINTAINERS: update the 'T:' entry for xtensa

Message ID 20221014004150.2470359-1-jcmvbkbc@gmail.com
State New
Headers
Series MAINTAINERS: update the 'T:' entry for xtensa |

Commit Message

Max Filippov Oct. 14, 2022, 12:41 a.m. UTC
  All development activity for xtensa architecture have been routed
through the github.com/jcmvbkbc/linux-xtensa tree for the last few
years. Update the 'T:' entry in the MAINTAINERS file to reflect that.

Github deprecated the git:// links about a year ago, so let's move to
the https:// URLs instead.

Reported-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Palmer Dabbelt Oct. 14, 2022, 3:51 a.m. UTC | #1
On Thu, 13 Oct 2022 17:41:50 PDT (-0700), jcmvbkbc@gmail.com wrote:
> All development activity for xtensa architecture have been routed
> through the github.com/jcmvbkbc/linux-xtensa tree for the last few
> years. Update the 'T:' entry in the MAINTAINERS file to reflect that.
>
> Github deprecated the git:// links about a year ago, so let's move to
> the https:// URLs instead.
>
> Reported-by: Conor Dooley <conor.dooley@microchip.com>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 72b9654f764c..98cf4476d135 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20097,7 +20097,7 @@ M:	Chris Zankel <chris@zankel.net>
>  M:	Max Filippov <jcmvbkbc@gmail.com>
>  L:	linux-xtensa@linux-xtensa.org
>  S:	Maintained
> -T:	git git://github.com/czankel/xtensa-linux.git
> +T:	git https://github.com/jcmvbkbc/linux-xtensa.git
>  F:	arch/xtensa/
>  F:	drivers/irqchip/irq-xtensa-*

I'm assuming this means you're taking it through your tree?  That's 
great on my end, just trying to be explicit on these as I've blasted 
~30 repos and this is going to be a tracking mess on my end.
  
Max Filippov Oct. 14, 2022, 5:12 a.m. UTC | #2
On Thu, Oct 13, 2022 at 8:51 PM Palmer Dabbelt <palmer@rivosinc.com> wrote:
>
> On Thu, 13 Oct 2022 17:41:50 PDT (-0700), jcmvbkbc@gmail.com wrote:
> > All development activity for xtensa architecture have been routed
> > through the github.com/jcmvbkbc/linux-xtensa tree for the last few
> > years. Update the 'T:' entry in the MAINTAINERS file to reflect that.
> >
> > Github deprecated the git:// links about a year ago, so let's move to
> > the https:// URLs instead.
> >
> > Reported-by: Conor Dooley <conor.dooley@microchip.com>
> > Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> > Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
> > Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
> > ---
> >  MAINTAINERS | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 72b9654f764c..98cf4476d135 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -20097,7 +20097,7 @@ M:    Chris Zankel <chris@zankel.net>
> >  M:   Max Filippov <jcmvbkbc@gmail.com>
> >  L:   linux-xtensa@linux-xtensa.org
> >  S:   Maintained
> > -T:   git git://github.com/czankel/xtensa-linux.git
> > +T:   git https://github.com/jcmvbkbc/linux-xtensa.git
> >  F:   arch/xtensa/
> >  F:   drivers/irqchip/irq-xtensa-*
>
> I'm assuming this means you're taking it through your tree?

That's correct, I've applied this patch to my xtensa tree.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 72b9654f764c..98cf4476d135 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20097,7 +20097,7 @@  M:	Chris Zankel <chris@zankel.net>
 M:	Max Filippov <jcmvbkbc@gmail.com>
 L:	linux-xtensa@linux-xtensa.org
 S:	Maintained
-T:	git git://github.com/czankel/xtensa-linux.git
+T:	git https://github.com/jcmvbkbc/linux-xtensa.git
 F:	arch/xtensa/
 F:	drivers/irqchip/irq-xtensa-*