linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom
@ 2022-10-13 21:46 Palmer Dabbelt
  2022-10-14  0:41 ` William Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Palmer Dabbelt @ 2022-10-13 21:46 UTC (permalink / raw)
  To: william.zhang, anand.gore, kursad.oney, f.fainelli,
	linux-arm-kernel, linux-rpi-kernel, linux-mips, rjui, sbranden,
	rafal, linux-pm
  Cc: linux-kernel, Palmer Dabbelt, Conor Dooley

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom
  2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom Palmer Dabbelt
@ 2022-10-14  0:41 ` William Zhang
  2022-10-16 22:48 ` Philippe Mathieu-Daudé
  2022-10-17 17:38 ` Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: William Zhang @ 2022-10-14  0:41 UTC (permalink / raw)
  To: Palmer Dabbelt, anand.gore, kursad.oney, f.fainelli,
	linux-arm-kernel, linux-rpi-kernel, linux-mips, rjui, sbranden,
	rafal, linux-pm
  Cc: linux-kernel, Conor Dooley


[-- Attachment #1.1: Type: text/plain, Size: 3924 bytes --]

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>

[-- Attachment #1.2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4212 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom
  2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom Palmer Dabbelt
  2022-10-14  0:41 ` William Zhang
@ 2022-10-16 22:48 ` Philippe Mathieu-Daudé
  2022-10-17 17:38 ` Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2022-10-16 22:48 UTC (permalink / raw)
  To: Palmer Dabbelt
  Cc: william.zhang, anand.gore, kursad.oney, f.fainelli,
	linux-arm-kernel, linux-rpi-kernel, linux-mips, rjui, sbranden,
	rafal, linux-pm, linux-kernel, Conor Dooley

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>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom
  2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom Palmer Dabbelt
  2022-10-14  0:41 ` William Zhang
  2022-10-16 22:48 ` Philippe Mathieu-Daudé
@ 2022-10-17 17:38 ` Florian Fainelli
  2 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2022-10-17 17:38 UTC (permalink / raw)
  To: Palmer Dabbelt, william.zhang, anand.gore, kursad.oney,
	linux-arm-kernel, linux-rpi-kernel, linux-mips, rjui, sbranden,
	rafal, linux-pm
  Cc: linux-kernel, Conor Dooley

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-17 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13 21:46 [PATCH] MAINTAINERS: git://github -> https://github.com for broadcom Palmer Dabbelt
2022-10-14  0:41 ` William Zhang
2022-10-16 22:48 ` Philippe Mathieu-Daudé
2022-10-17 17:38 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).