diff mbox series

MAINTAINERS: Add header files to SCSI SUBSYSTEM

Message ID 20240816-scsi-mnt-v1-1-439af8b1c28b@kernel.org
State New
Headers show
Series MAINTAINERS: Add header files to SCSI SUBSYSTEM | expand

Commit Message

Simon Horman Aug. 16, 2024, 12:59 p.m. UTC
This is part of an effort to assign a section in MAINTAINERS to header
files that relate to Networking [1]. In this case the files with "net" in
their name.

[1] https://lore.kernel.org/netdev/20240816-net-mnt-v1-0-ef946b47ced4@kernel.org/

As part of that effort these files came up:
* include/uapi/scsi/scsi_netlink_fc.h
* include/uapi/scsi/scsi_netlink.h

Unlike all the other matching files, these one seem to relate more
closely to SCSI than Networking, so I have added them to the SCSI
SUBSYSTEM section.

In order to simplify things, and for consistency, I have added the
entire include/uapi/scsi rather than the individual files.

Signed-off-by: Simon Horman <horms@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Bart Van Assche Aug. 16, 2024, 4:56 p.m. UTC | #1
On 8/16/24 5:59 AM, Simon Horman wrote:
> This is part of an effort to assign a section in MAINTAINERS to header
> files that relate to Networking [1]. In this case the files with "net" in
> their name.
> 
> [1] https://lore.kernel.org/netdev/20240816-net-mnt-v1-0-ef946b47ced4@kernel.org/
> 
> As part of that effort these files came up:
> * include/uapi/scsi/scsi_netlink_fc.h
> * include/uapi/scsi/scsi_netlink.h
> 
> Unlike all the other matching files, these one seem to relate more
> closely to SCSI than Networking, so I have added them to the SCSI
> SUBSYSTEM section.
> 
> In order to simplify things, and for consistency, I have added the
> entire include/uapi/scsi rather than the individual files.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Martin K. Petersen Aug. 17, 2024, 1:28 a.m. UTC | #2
On Fri, 16 Aug 2024 13:59:56 +0100, Simon Horman wrote:

> This is part of an effort to assign a section in MAINTAINERS to header
> files that relate to Networking [1]. In this case the files with "net" in
> their name.
> 
> [1] https://lore.kernel.org/netdev/20240816-net-mnt-v1-0-ef946b47ced4@kernel.org/
> 
> As part of that effort these files came up:
> * include/uapi/scsi/scsi_netlink_fc.h
> * include/uapi/scsi/scsi_netlink.h
> 
> [...]

Applied to 6.11/scsi-fixes, thanks!

[1/1] MAINTAINERS: Add header files to SCSI SUBSYSTEM
      https://git.kernel.org/mkp/scsi/c/cd612b57c367
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 42decde38320..c2b41ddb8536 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20351,6 +20351,7 @@  F:	Documentation/devicetree/bindings/scsi/
 F:	drivers/scsi/
 F:	drivers/ufs/
 F:	include/scsi/
+F:	include/uapi/scsi/
 
 SCSI TAPE DRIVER
 M:	Kai Mäkisara <Kai.Makisara@kolumbus.fi>