2023-07-20 15:26:17

by Marc Kleine-Budde

[permalink] [raw]
Subject: [PATCH net-next] MAINTAINERS: net: fix sort order

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 <[email protected]>
Cc: Justin Chen <[email protected]>
Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
Signed-off-by: Marc Kleine-Budde <[email protected]>
---
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 <[email protected]>
+M: Florian Fainelli <[email protected]>
+L: [email protected]
+L: [email protected]
+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 <[email protected]>
L: [email protected]
@@ -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 <[email protected]>
-M: Florian Fainelli <[email protected]>
-L: [email protected]
-L: [email protected]
-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 <[email protected]>
M: Scott Branden <[email protected]>
--
2.40.1




2023-07-20 16:35:34

by Justin Chen

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: net: fix sort order



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 <[email protected]>
> Cc: Justin Chen <[email protected]>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <[email protected]>

Acked-by: Justin Chen <[email protected]>

> ---
> 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 <[email protected]>
> +M: Florian Fainelli <[email protected]>
> +L: [email protected]
> +L: [email protected]
> +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 <[email protected]>
> L: [email protected]
> @@ -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 <[email protected]>
> -M: Florian Fainelli <[email protected]>
> -L: [email protected]
> -L: [email protected]
> -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 <[email protected]>
> M: Scott Branden <[email protected]>


Attachments:
smime.p7s (4.11 kB)
S/MIME Cryptographic Signature

2023-07-20 18:39:34

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: net: fix sort order

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 <[email protected]>
> Cc: Justin Chen <[email protected]>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <[email protected]>

Not sure it's worth the Fixes: tag, but sure:

Acked-by: Florian Fainelli <[email protected]>
--
Florian


Attachments:
smime.p7s (4.12 kB)
S/MIME Cryptographic Signature

2023-07-20 19:09:39

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: net: fix sort order



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 <[email protected]>
> Cc: Justin Chen <[email protected]>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <[email protected]>

Reviewed-by: Randy Dunlap <[email protected]>
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 <[email protected]>
> +M: Florian Fainelli <[email protected]>
> +L: [email protected]
> +L: [email protected]
> +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 <[email protected]>
> L: [email protected]
> @@ -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 <[email protected]>
> -M: Florian Fainelli <[email protected]>
> -L: [email protected]
> -L: [email protected]
> -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 <[email protected]>
> M: Scott Branden <[email protected]>

--
~Randy

2023-07-22 02:55:42

by patchwork-bot+netdevbpf

[permalink] [raw]
Subject: Re: [PATCH net-next] MAINTAINERS: net: fix sort order

Hello:

This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <[email protected]>:

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 <[email protected]>
> Cc: Justin Chen <[email protected]>
> Fixes: 3abf3d15ffff ("MAINTAINERS: ASP 2.0 Ethernet driver maintainers")
> Signed-off-by: Marc Kleine-Budde <[email protected]>
>
> [...]

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