* [PATCH] MAINTAINERS: update the 'T:' entry for xtensa
@ 2022-10-14 0:41 Max Filippov
2022-10-14 3:51 ` Palmer Dabbelt
0 siblings, 1 reply; 3+ messages in thread
From: Max Filippov @ 2022-10-14 0:41 UTC (permalink / raw)
To: linux-xtensa
Cc: Chris Zankel, linux-kernel, Max Filippov, Conor Dooley, Palmer Dabbelt
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-*
--
2.30.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update the 'T:' entry for xtensa
2022-10-14 0:41 [PATCH] MAINTAINERS: update the 'T:' entry for xtensa Max Filippov
@ 2022-10-14 3:51 ` Palmer Dabbelt
2022-10-14 5:12 ` Max Filippov
0 siblings, 1 reply; 3+ messages in thread
From: Palmer Dabbelt @ 2022-10-14 3:51 UTC (permalink / raw)
To: jcmvbkbc; +Cc: linux-xtensa, chris, linux-kernel, jcmvbkbc, Conor Dooley
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update the 'T:' entry for xtensa
2022-10-14 3:51 ` Palmer Dabbelt
@ 2022-10-14 5:12 ` Max Filippov
0 siblings, 0 replies; 3+ messages in thread
From: Max Filippov @ 2022-10-14 5:12 UTC (permalink / raw)
To: Palmer Dabbelt; +Cc: linux-xtensa, chris, linux-kernel, Conor Dooley
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.
--
Thanks.
-- Max
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-14 5:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 0:41 [PATCH] MAINTAINERS: update the 'T:' entry for xtensa Max Filippov
2022-10-14 3:51 ` Palmer Dabbelt
2022-10-14 5:12 ` Max Filippov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®