aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Yan <[email protected]>2023-05-16 19:01:31 +0800
committerMartin K. Petersen <[email protected]>2023-05-16 21:44:19 -0400
commit21b382460d659fc4ac0c86c1b3a02e6bf8ef2418 (patch)
treed91a123c5b2b088d843592efce9187606168ff2a
parent37f1663c91934f664fb850306708094a324c227c (diff)
scsi: MAINTAINERS: Add a libsas entry
John has been reviewing libsas patches for years. And I have been contributing to libsas for years and I am interested in reviewing and testing libsas patches too. So add a libsas entry and add John and me as reviewer. Cc: John Garry <[email protected]> Signed-off-by: Jason Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Damien Le Moal <[email protected]> Acked-by: Niklas Cassel <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r--MAINTAINERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..e17ba3df1571 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18767,6 +18767,16 @@ F: include/linux/wait.h
F: include/uapi/linux/sched.h
F: kernel/sched/
+SCSI LIBSAS SUBSYSTEM
+R: John Garry <[email protected]>
+R: Jason Yan <[email protected]>
+S: Supported
+F: drivers/scsi/libsas/
+F: include/scsi/libsas.h
+F: include/scsi/sas_ata.h
+F: Documentation/scsi/libsas.rst
+
SCSI RDMA PROTOCOL (SRP) INITIATOR
M: Bart Van Assche <[email protected]>