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 <[email protected]>
Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
Signed-off-by: Palmer Dabbelt <[email protected]>
Signed-off-by: Max Filippov <[email protected]>
---
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 <[email protected]>
M: Max Filippov <[email protected]>
L: [email protected]
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
On Thu, 13 Oct 2022 17:41:50 PDT (-0700), [email protected] 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 <[email protected]>
> Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> Signed-off-by: Palmer Dabbelt <[email protected]>
> Signed-off-by: Max Filippov <[email protected]>
> ---
> 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 <[email protected]>
> M: Max Filippov <[email protected]>
> L: [email protected]
> 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.
On Thu, Oct 13, 2022 at 8:51 PM Palmer Dabbelt <[email protected]> wrote:
>
> On Thu, 13 Oct 2022 17:41:50 PDT (-0700), [email protected] 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 <[email protected]>
> > Link: https://github.blog/2021-09-01-improving-git-protocol-security-github/
> > Signed-off-by: Palmer Dabbelt <[email protected]>
> > Signed-off-by: Max Filippov <[email protected]>
> > ---
> > 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 <[email protected]>
> > M: Max Filippov <[email protected]>
> > L: [email protected]
> > 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