[PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS

Lukas Bulwahn posted 1 patch 2 weeks, 2 days ago
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)
[PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
Posted by Lukas Bulwahn 2 weeks, 2 days ago
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
Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
Posted by Simon Horman 2 weeks ago
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
Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
Posted by Jakub Kicinski 2 weeks ago
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.
Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS
Posted by Simon Horman 2 weeks ago
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.