* [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
@ 2026-01-22 7:46 Lukas Bulwahn
2026-01-23 17:15 ` Simon Horman
2026-01-23 18:50 ` patchwork-bot+netdevbpf
0 siblings, 2 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2026-01-22 7:46 UTC (permalink / raw)
To: Ethan Nelson-Moore, Jakub Kicinski, Andrew Lunn, David S . Miller,
Eric Dumazet, Paolo Abeni, netdev
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI
driver") removes the hippidevice header file, but misses that there is
still a file entry in MAINTAINERS referring to it.
Remove the obsolete file entry in NETWORKING DRIVERS.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index a56f8f00aebb..350e7c64e12a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18275,7 +18275,6 @@ F: include/linux/etherdevice.h
F: include/linux/ethtool_netlink.h
F: include/linux/fcdevice.h
F: include/linux/fddidevice.h
-F: include/linux/hippidevice.h
F: include/linux/if_*
F: include/linux/inetdevice.h
F: include/linux/netdev*
--
2.52.0
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
2026-01-22 7:46 [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS Lukas Bulwahn
@ 2026-01-23 17:15 ` Simon Horman
2026-01-23 18:18 ` Jakub Kicinski
2026-01-23 18:50 ` patchwork-bot+netdevbpf
1 sibling, 1 reply; 5+ messages in thread
From: Simon Horman @ 2026-01-23 17:15 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Ethan Nelson-Moore, Jakub Kicinski, Andrew Lunn, David S . Miller,
Eric Dumazet, Paolo Abeni, netdev, kernel-janitors, linux-kernel,
Lukas Bulwahn
On Thu, Jan 22, 2026 at 08:46:09AM +0100, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI
> driver") removes the hippidevice header file, but misses that there is
> still a file entry in MAINTAINERS referring to it.
>
> Remove the obsolete file entry in NETWORKING DRIVERS.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Thanks Lukas,
I agree this is the case.
But unfortunately our CI seems to be confused about which
tree to test it against. So could you resubmit targeting net-next
like this?
Subject: [PATCH v2 net-next] ...
And note under the scissors, below your Signed-off-by, why the change since
v1: targeting net-next. b4 can help with this.
Feel free to also add:
Reviewed-by: Simon Horman <horms@kernel.org>
--
pw-bot: changes-requested
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
2026-01-23 17:15 ` Simon Horman
@ 2026-01-23 18:18 ` Jakub Kicinski
2026-01-23 19:45 ` Simon Horman
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2026-01-23 18:18 UTC (permalink / raw)
To: Simon Horman
Cc: Lukas Bulwahn, Ethan Nelson-Moore, Andrew Lunn, David S . Miller,
Eric Dumazet, Paolo Abeni, netdev, kernel-janitors, linux-kernel,
Lukas Bulwahn
On Fri, 23 Jan 2026 17:15:19 +0000 Simon Horman wrote:
> On Thu, Jan 22, 2026 at 08:46:09AM +0100, Lukas Bulwahn wrote:
> > From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI
> > driver") removes the hippidevice header file, but misses that there is
> > still a file entry in MAINTAINERS referring to it.
> >
> > Remove the obsolete file entry in NETWORKING DRIVERS.
> >
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Thanks Lukas,
>
> I agree this is the case.
>
> But unfortunately our CI seems to be confused about which
> tree to test it against. So could you resubmit targeting net-next
> like this?
It's alright, we don't really have any tests for MAINTAINERS in the CI,
anyway.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
2026-01-23 18:18 ` Jakub Kicinski
@ 2026-01-23 19:45 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2026-01-23 19:45 UTC (permalink / raw)
To: Jakub Kicinski
Cc: Lukas Bulwahn, Ethan Nelson-Moore, Andrew Lunn, David S . Miller,
Eric Dumazet, Paolo Abeni, netdev, kernel-janitors, linux-kernel,
Lukas Bulwahn
On Fri, Jan 23, 2026 at 10:18:07AM -0800, Jakub Kicinski wrote:
> On Fri, 23 Jan 2026 17:15:19 +0000 Simon Horman wrote:
> > On Thu, Jan 22, 2026 at 08:46:09AM +0100, Lukas Bulwahn wrote:
> > > From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> > >
> > > Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI
> > > driver") removes the hippidevice header file, but misses that there is
> > > still a file entry in MAINTAINERS referring to it.
> > >
> > > Remove the obsolete file entry in NETWORKING DRIVERS.
> > >
> > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > Thanks Lukas,
> >
> > I agree this is the case.
> >
> > But unfortunately our CI seems to be confused about which
> > tree to test it against. So could you resubmit targeting net-next
> > like this?
>
> It's alright, we don't really have any tests for MAINTAINERS in the CI,
> anyway.
Yes, silly me.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
2026-01-22 7:46 [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS Lukas Bulwahn
2026-01-23 17:15 ` Simon Horman
@ 2026-01-23 18:50 ` patchwork-bot+netdevbpf
1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-23 18:50 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: enelsonmoore, kuba, andrew+netdev, davem, edumazet, pabeni,
netdev, kernel-janitors, linux-kernel, lukas.bulwahn
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Thu, 22 Jan 2026 08:46:09 +0100 you wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI
> driver") removes the hippidevice header file, but misses that there is
> still a file entry in MAINTAINERS referring to it.
>
> Remove the obsolete file entry in NETWORKING DRIVERS.
>
> [...]
Here is the summary with links:
- MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
https://git.kernel.org/netdev/net-next/c/339e7f598589
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:[~2026-01-23 19:46 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-22 7:46 [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS Lukas Bulwahn
2026-01-23 17:15 ` Simon Horman
2026-01-23 18:18 ` Jakub Kicinski
2026-01-23 19:45 ` Simon Horman
2026-01-23 18:50 ` 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