* [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files
@ 2025-04-17 10:15 Simon Horman
2025-04-17 10:15 ` [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS Simon Horman
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Simon Horman @ 2025-04-17 10:15 UTC (permalink / raw)
To: Alexandra Winter, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Thorsten Winkler
Cc: netdev, linux-s390
Update the entries for s390 network driver files to:
* Add include/linux/ism.h to MAINTAINERS
* Add s390 network driver files to the NETWORKING DRIVERS section
This is to aid developers, and tooling such as get_maintainer.pl alike
to CC patches to all the appropriate people and mailing lists. And is
in keeping with an ongoing effort for NETWORKING entries in MAINTAINERS
to more accurately reflect the way code is maintained.
---
Simon Horman (2):
MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
MAINTAINERS: Add s390 networking drivers to NETWORKING DRIVERS
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
base-commit: adf6b730fc8dc61373a6ebe527494f4f1ad6eec7
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
2025-04-17 10:15 [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files Simon Horman
@ 2025-04-17 10:15 ` Simon Horman
2025-04-17 10:15 ` [PATCH net 2/2] MAINTAINERS: Add s390 networking drivers to " Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2025-04-17 10:15 UTC (permalink / raw)
To: Alexandra Winter, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Thorsten Winkler
Cc: netdev, linux-s390
ism.h appears to be part of s390 networking drivers
so add it to the corresponding section in MAINTAINERS.
This aids developers, and tooling such as get_maintainer.pl
alike to CC patches to the appropriate people and mailing lists.
And is in keeping with an ongoing effort for NETWORKING entries
in MAINTAINERS to more accurately reflect the way code is maintained.
Signed-off-by: Simon Horman <horms@kernel.org>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index c409f504e94b..fecaf05fb2e7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21260,6 +21260,7 @@ L: linux-s390@vger.kernel.org
L: netdev@vger.kernel.org
S: Supported
F: drivers/s390/net/
+F: include/linux/ism.h
S390 PCI SUBSYSTEM
M: Niklas Schnelle <schnelle@linux.ibm.com>
--
2.47.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH net 2/2] MAINTAINERS: Add s390 networking drivers to NETWORKING DRIVERS
2025-04-17 10:15 [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files Simon Horman
2025-04-17 10:15 ` [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS Simon Horman
@ 2025-04-17 10:15 ` Simon Horman
2025-04-22 9:10 ` [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files patchwork-bot+netdevbpf
2025-04-22 9:26 ` Alexandra Winter
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2025-04-17 10:15 UTC (permalink / raw)
To: Alexandra Winter, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Thorsten Winkler
Cc: netdev, linux-s390
These files are already correctly covered by the S390 NETWORKING DRIVERS
section. In practice commits for these drivers feed into the Networking
subsystem. So it seems appropriate to also list them under NETWORKING
DRIVERS.
This aids developers, and tooling such as get_maintainer.pl
alike to CC patches to all the appropriate people and mailing lists.
And is in keeping with an ongoing effort for NETWORKING entries
in MAINTAINERS to more accurately reflect the way code is maintained.
Signed-off-by: Simon Horman <horms@kernel.org>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index fecaf05fb2e7..9dee0e85d32c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16760,6 +16760,7 @@ F: Documentation/networking/net_cachelines/net_device.rst
F: drivers/connector/
F: drivers/net/
F: drivers/ptp/
+F: drivers/s390/net/
F: include/dt-bindings/net/
F: include/linux/cn_proc.h
F: include/linux/etherdevice.h
@@ -16769,6 +16770,7 @@ F: include/linux/fddidevice.h
F: include/linux/hippidevice.h
F: include/linux/if_*
F: include/linux/inetdevice.h
+F: include/linux/ism.h
F: include/linux/netdev*
F: include/linux/platform_data/wiznet.h
F: include/uapi/linux/cn_proc.h
--
2.47.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files
2025-04-17 10:15 [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files Simon Horman
2025-04-17 10:15 ` [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS Simon Horman
2025-04-17 10:15 ` [PATCH net 2/2] MAINTAINERS: Add s390 networking drivers to " Simon Horman
@ 2025-04-22 9:10 ` patchwork-bot+netdevbpf
2025-04-22 9:26 ` Alexandra Winter
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-04-22 9:10 UTC (permalink / raw)
To: Simon Horman
Cc: wintera, andrew+netdev, davem, edumazet, kuba, pabeni, twinkler,
netdev, linux-s390
Hello:
This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 17 Apr 2025 11:15:00 +0100 you wrote:
> Update the entries for s390 network driver files to:
>
> * Add include/linux/ism.h to MAINTAINERS
> * Add s390 network driver files to the NETWORKING DRIVERS section
>
> This is to aid developers, and tooling such as get_maintainer.pl alike
> to CC patches to all the appropriate people and mailing lists. And is
> in keeping with an ongoing effort for NETWORKING entries in MAINTAINERS
> to more accurately reflect the way code is maintained.
>
> [...]
Here is the summary with links:
- [net,1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
https://git.kernel.org/netdev/net/c/c083da15f06c
- [net,2/2] MAINTAINERS: Add s390 networking drivers to NETWORKING DRIVERS
https://git.kernel.org/netdev/net/c/e00c1517f2bc
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
* Re: [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files
2025-04-17 10:15 [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files Simon Horman
` (2 preceding siblings ...)
2025-04-22 9:10 ` [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files patchwork-bot+netdevbpf
@ 2025-04-22 9:26 ` Alexandra Winter
3 siblings, 0 replies; 5+ messages in thread
From: Alexandra Winter @ 2025-04-22 9:26 UTC (permalink / raw)
To: Simon Horman, Andrew Lunn, David S. Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Thorsten Winkler
Cc: netdev, linux-s390
On 17.04.25 12:15, Simon Horman wrote:
> Update the entries for s390 network driver files to:
>
> * Add include/linux/ism.h to MAINTAINERS
> * Add s390 network driver files to the NETWORKING DRIVERS section
>
> This is to aid developers, and tooling such as get_maintainer.pl alike
> to CC patches to all the appropriate people and mailing lists. And is
> in keeping with an ongoing effort for NETWORKING entries in MAINTAINERS
> to more accurately reflect the way code is maintained.
>
> ---
> Simon Horman (2):
> MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS
> MAINTAINERS: Add s390 networking drivers to NETWORKING DRIVERS
>
> MAINTAINERS | 3 +++
> 1 file changed, 3 insertions(+)
>
> base-commit: adf6b730fc8dc61373a6ebe527494f4f1ad6eec7
>
>
Thank you Simon for this improvement.
I would have given my R-b, but Jakub was faster ;-)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-22 9:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 10:15 [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files Simon Horman
2025-04-17 10:15 ` [PATCH net 1/2] MAINTAINERS: Add ism.h to S390 NETWORKING DRIVERS Simon Horman
2025-04-17 10:15 ` [PATCH net 2/2] MAINTAINERS: Add s390 networking drivers to " Simon Horman
2025-04-22 9:10 ` [PATCH net 0/2] MAINTAINERS: Update entries for s390 network driver files patchwork-bot+netdevbpf
2025-04-22 9:26 ` Alexandra Winter
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).