MAINTAINERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
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>
---
I've split these up by github username so folks can take them
independently, as some of these repos have been renamed at github and
thus need more than just a sed to fix them.
---
MAINTAINERS | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f552f839dd32..3699b2256dc2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3951,7 +3951,7 @@ M: Florian Fainelli <f.fainelli@gmail.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml
F: arch/arm64/boot/dts/broadcom/bcmbca/*
N: bcmbca
@@ -3976,7 +3976,7 @@ R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
F: drivers/pci/controller/pcie-brcmstb.c
F: drivers/staging/vc04_services
@@ -3990,7 +3990,7 @@ M: Ray Jui <rjui@broadcom.com>
M: Scott Branden <sbranden@broadcom.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
S: Maintained
-T: git git://github.com/broadcom/mach-bcm
+T: git https://github.com/broadcom/mach-bcm
F: arch/arm/mach-bcm/
N: bcm281*
N: bcm113*
@@ -4055,7 +4055,7 @@ M: Florian Fainelli <f.fainelli@gmail.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml
F: arch/arm/boot/dts/bcm7*.dts*
F: arch/arm/include/asm/hardware/cache-b15-rac.h
@@ -4087,7 +4087,7 @@ M: Florian Fainelli <f.fainelli@gmail.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-mips@vger.kernel.org
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: arch/mips/bmips/*
F: arch/mips/boot/dts/brcm/bcm*.dts*
F: arch/mips/include/asm/mach-bmips/*
@@ -4226,7 +4226,7 @@ M: Scott Branden <sbranden@broadcom.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: arch/arm64/boot/dts/broadcom/northstar2/*
F: arch/arm64/boot/dts/broadcom/stingray/*
F: drivers/clk/bcm/clk-ns*
@@ -4296,7 +4296,7 @@ M: Florian Fainelli <f.fainelli@gmail.com>
R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com>
L: linux-pm@vger.kernel.org
S: Maintained
-T: git git://github.com/broadcom/stblinux.git
+T: git https://github.com/broadcom/stblinux.git
F: drivers/soc/bcm/bcm63xx/bcm-pmb.c
F: include/dt-bindings/soc/bcm-pmb.h
--
2.38.0
On 10/13/22 14:46, Palmer Dabbelt wrote: > 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> > --- > I've split these up by github username so folks can take them > independently, as some of these repos have been renamed at github and > thus need more than just a sed to fix them. Applied thanks, next time please copy bcm-kernel-feedback-list such that patches land in our internal patchwork instance and they are easier to pick up. -- Florian
On Thu, Oct 13, 2022 at 11:50 PM Palmer Dabbelt <palmer@rivosinc.com> wrote: > > 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> > --- > I've split these up by github username so folks can take them > independently, as some of these repos have been renamed at github and > thus need more than just a sed to fix them. > --- > MAINTAINERS | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Hi Palmer, On 10/13/2022 02:46 PM, Palmer Dabbelt wrote: > 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> > --- > I've split these up by github username so folks can take them > independently, as some of these repos have been renamed at github and > thus need more than just a sed to fix them. > --- > MAINTAINERS | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index f552f839dd32..3699b2256dc2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3951,7 +3951,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml > F: arch/arm64/boot/dts/broadcom/bcmbca/* > N: bcmbca > @@ -3976,7 +3976,7 @@ R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers) > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml > F: drivers/pci/controller/pcie-brcmstb.c > F: drivers/staging/vc04_services > @@ -3990,7 +3990,7 @@ M: Ray Jui <rjui@broadcom.com> > M: Scott Branden <sbranden@broadcom.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > S: Maintained > -T: git git://github.com/broadcom/mach-bcm > +T: git https://github.com/broadcom/mach-bcm > F: arch/arm/mach-bcm/ > N: bcm281* > N: bcm113* > @@ -4055,7 +4055,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml > F: arch/arm/boot/dts/bcm7*.dts* > F: arch/arm/include/asm/hardware/cache-b15-rac.h > @@ -4087,7 +4087,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-mips@vger.kernel.org > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: arch/mips/bmips/* > F: arch/mips/boot/dts/brcm/bcm*.dts* > F: arch/mips/include/asm/mach-bmips/* > @@ -4226,7 +4226,7 @@ M: Scott Branden <sbranden@broadcom.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: arch/arm64/boot/dts/broadcom/northstar2/* > F: arch/arm64/boot/dts/broadcom/stingray/* > F: drivers/clk/bcm/clk-ns* > @@ -4296,7 +4296,7 @@ M: Florian Fainelli <f.fainelli@gmail.com> > R: Broadcom internal kernel review list <bcm-kernel-feedback-list@broadcom.com> > L: linux-pm@vger.kernel.org > S: Maintained > -T: git git://github.com/broadcom/stblinux.git > +T: git https://github.com/broadcom/stblinux.git > F: drivers/soc/bcm/bcm63xx/bcm-pmb.c > F: include/dt-bindings/soc/bcm-pmb.h > > Acked-by: William Zhang <william.zhang@broadcom.com>
© 2016 - 2026 Red Hat, Inc.