* [PATCH net-next] MAINTAINERS: net: fix sort order
@ 2023-07-20 15:11 Marc Kleine-Budde
2023-07-20 16:15 ` Justin Chen
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2023-07-20 15:11 UTC (permalink / raw)
To: linux-kernel, netdev
Cc: kernel, Marc Kleine-Budde, Florian Fainelli, Justin Chen
Linus seems to like the MAINTAINERS file sorted, see
c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
Since this is currently not the case, restore the sort order.
Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Justin Chen <justin.chen@broadcom.com>
Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
MAINTAINERS | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 3b123afcfc9e..66a06ac9729e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3838,6 +3838,15 @@ S: Maintained
F: kernel/bpf/stackmap.c
F: kernel/trace/bpf_trace.c
+BROADCOM ASP 2.0 ETHERNET DRIVER
+M: Justin Chen <justin.chen@broadcom.com>
+M: Florian Fainelli <florian.fainelli@broadcom.com>
+L: bcm-kernel-feedback-list@broadcom.com
+L: netdev@vger.kernel.org
+S: Supported
+F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
+F: drivers/net/ethernet/broadcom/asp2/
+
BROADCOM B44 10/100 ETHERNET DRIVER
M: Michael Chan <michael.chan@broadcom.com>
L: netdev@vger.kernel.org
@@ -4148,15 +4157,6 @@ F: drivers/net/mdio/mdio-bcm-unimac.c
F: include/linux/platform_data/bcmgenet.h
F: include/linux/platform_data/mdio-bcm-unimac.h
-BROADCOM ASP 2.0 ETHERNET DRIVER
-M: Justin Chen <justin.chen@broadcom.com>
-M: Florian Fainelli <florian.fainelli@broadcom.com>
-L: bcm-kernel-feedback-list@broadcom.com
-L: netdev@vger.kernel.org
-S: Supported
-F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
-F: drivers/net/ethernet/broadcom/asp2/
-
BROADCOM IPROC ARM ARCHITECTURE
M: Ray Jui <rjui@broadcom.com>
M: Scott Branden <sbranden@broadcom.com>
--
2.40.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: net: fix sort order
2023-07-20 15:11 [PATCH net-next] MAINTAINERS: net: fix sort order Marc Kleine-Budde
@ 2023-07-20 16:15 ` Justin Chen
2023-07-20 18:23 ` Randy Dunlap
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Justin Chen @ 2023-07-20 16:15 UTC (permalink / raw)
To: Marc Kleine-Budde, linux-kernel, netdev; +Cc: kernel, Florian Fainelli
[-- Attachment #1: Type: text/plain, Size: 1907 bytes --]
On 7/20/2023 8:11 AM, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
>
> Since this is currently not the case, restore the sort order.
>
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Acked-by: Justin Chen <justin.chen@broadcom.com>
> ---
> MAINTAINERS | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b123afcfc9e..66a06ac9729e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3838,6 +3838,15 @@ S: Maintained
> F: kernel/bpf/stackmap.c
> F: kernel/trace/bpf_trace.c
>
> +BROADCOM ASP 2.0 ETHERNET DRIVER
> +M: Justin Chen <justin.chen@broadcom.com>
> +M: Florian Fainelli <florian.fainelli@broadcom.com>
> +L: bcm-kernel-feedback-list@broadcom.com
> +L: netdev@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> +F: drivers/net/ethernet/broadcom/asp2/
> +
> BROADCOM B44 10/100 ETHERNET DRIVER
> M: Michael Chan <michael.chan@broadcom.com>
> L: netdev@vger.kernel.org
> @@ -4148,15 +4157,6 @@ F: drivers/net/mdio/mdio-bcm-unimac.c
> F: include/linux/platform_data/bcmgenet.h
> F: include/linux/platform_data/mdio-bcm-unimac.h
>
> -BROADCOM ASP 2.0 ETHERNET DRIVER
> -M: Justin Chen <justin.chen@broadcom.com>
> -M: Florian Fainelli <florian.fainelli@broadcom.com>
> -L: bcm-kernel-feedback-list@broadcom.com
> -L: netdev@vger.kernel.org
> -S: Supported
> -F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> -F: drivers/net/ethernet/broadcom/asp2/
> -
> BROADCOM IPROC ARM ARCHITECTURE
> M: Ray Jui <rjui@broadcom.com>
> M: Scott Branden <sbranden@broadcom.com>
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4206 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: net: fix sort order
2023-07-20 15:11 [PATCH net-next] MAINTAINERS: net: fix sort order Marc Kleine-Budde
2023-07-20 16:15 ` Justin Chen
@ 2023-07-20 18:23 ` Randy Dunlap
2023-07-20 18:27 ` Florian Fainelli
2023-07-22 2:10 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Randy Dunlap @ 2023-07-20 18:23 UTC (permalink / raw)
To: Marc Kleine-Budde, linux-kernel, netdev
Cc: kernel, Florian Fainelli, Justin Chen
On 7/20/23 08:11, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
Also, the file contains this note:
.. note:: When reading this list, please look for the most precise areas
first. When adding to this list, please keep the entries in
alphabetical order.
>
> Since this is currently not the case, restore the sort order.
>
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> MAINTAINERS | 18 +++++++++---------
> 1 file changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3b123afcfc9e..66a06ac9729e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3838,6 +3838,15 @@ S: Maintained
> F: kernel/bpf/stackmap.c
> F: kernel/trace/bpf_trace.c
>
> +BROADCOM ASP 2.0 ETHERNET DRIVER
> +M: Justin Chen <justin.chen@broadcom.com>
> +M: Florian Fainelli <florian.fainelli@broadcom.com>
> +L: bcm-kernel-feedback-list@broadcom.com
> +L: netdev@vger.kernel.org
> +S: Supported
> +F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> +F: drivers/net/ethernet/broadcom/asp2/
> +
> BROADCOM B44 10/100 ETHERNET DRIVER
> M: Michael Chan <michael.chan@broadcom.com>
> L: netdev@vger.kernel.org
> @@ -4148,15 +4157,6 @@ F: drivers/net/mdio/mdio-bcm-unimac.c
> F: include/linux/platform_data/bcmgenet.h
> F: include/linux/platform_data/mdio-bcm-unimac.h
>
> -BROADCOM ASP 2.0 ETHERNET DRIVER
> -M: Justin Chen <justin.chen@broadcom.com>
> -M: Florian Fainelli <florian.fainelli@broadcom.com>
> -L: bcm-kernel-feedback-list@broadcom.com
> -L: netdev@vger.kernel.org
> -S: Supported
> -F: Documentation/devicetree/bindings/net/brcm,asp-v2.0.yaml
> -F: drivers/net/ethernet/broadcom/asp2/
> -
> BROADCOM IPROC ARM ARCHITECTURE
> M: Ray Jui <rjui@broadcom.com>
> M: Scott Branden <sbranden@broadcom.com>
--
~Randy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: net: fix sort order
2023-07-20 15:11 [PATCH net-next] MAINTAINERS: net: fix sort order Marc Kleine-Budde
2023-07-20 16:15 ` Justin Chen
2023-07-20 18:23 ` Randy Dunlap
@ 2023-07-20 18:27 ` Florian Fainelli
2023-07-22 2:10 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Florian Fainelli @ 2023-07-20 18:27 UTC (permalink / raw)
To: Marc Kleine-Budde, linux-kernel, netdev; +Cc: kernel, Justin Chen
[-- Attachment #1: Type: text/plain, Size: 572 bytes --]
On 7/20/23 08:11, Marc Kleine-Budde wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
>
> Since this is currently not the case, restore the sort order.
>
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Not sure it's worth the Fixes: tag, but sure:
Acked-by: Florian Fainelli <florian.fainelli@broadcom.com>
--
Florian
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4221 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH net-next] MAINTAINERS: net: fix sort order
2023-07-20 15:11 [PATCH net-next] MAINTAINERS: net: fix sort order Marc Kleine-Budde
` (2 preceding siblings ...)
2023-07-20 18:27 ` Florian Fainelli
@ 2023-07-22 2:10 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-07-22 2:10 UTC (permalink / raw)
To: Marc Kleine-Budde
Cc: linux-kernel, netdev, kernel, florian.fainelli, justin.chen
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 20 Jul 2023 17:11:07 +0200 you wrote:
> Linus seems to like the MAINTAINERS file sorted, see
> c192ac735768 ("MAINTAINERS 2: Electric Boogaloo").
>
> Since this is currently not the case, restore the sort order.
>
> Cc: Florian Fainelli <florian.fainelli@broadcom.com>
> Cc: Justin Chen <justin.chen@broadcom.com>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
>
> [...]
Here is the summary with links:
- [net-next] MAINTAINERS: net: fix sort order
https://git.kernel.org/netdev/net-next/c/070e8bd31b28
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-07-22 2:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-20 15:11 [PATCH net-next] MAINTAINERS: net: fix sort order Marc Kleine-Budde
2023-07-20 16:15 ` Justin Chen
2023-07-20 18:23 ` Randy Dunlap
2023-07-20 18:27 ` Florian Fainelli
2023-07-22 2:10 ` patchwork-bot+netdevbpf
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).