diff options
author | Bart Van Assche <[email protected]> | 2018-06-22 08:11:17 -0700 |
---|---|---|
committer | Jason Gunthorpe <[email protected]> | 2018-06-25 14:41:17 -0600 |
commit | a69d8b3a41165ba0a70f2e9612a08ea0af909233 (patch) | |
tree | ac13638554a5e6d8f7132840655d395177a5f916 | |
parent | 43cbd64b1fdc1da89abdad88a022d9e87a98e9c6 (diff) |
MAINTAINERS: Update SRP entries
Reflect the acquisition of SanDisk by Western Digital in my e-mail
address. Remove the reference to David Dillow's git tree since SRP patches
are queued by Doug and Jason. Remove the reference to the OpenFabrics
website since the srp_daemon source code has been moved from that website
into the rdma-core project. Add an entry for the SRP target driver.
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Bart Van Assche <[email protected]>
Cc: David Dillow <[email protected]>
Signed-off-by: Jason Gunthorpe <[email protected]>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..37a1d71f417e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12621,15 +12621,21 @@ S: Maintained F: drivers/scsi/sr* SCSI RDMA PROTOCOL (SRP) INITIATOR -M: Bart Van Assche <[email protected]> +M: Bart Van Assche <[email protected]> S: Supported -W: http://www.openfabrics.org Q: http://patchwork.kernel.org/project/linux-rdma/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git F: drivers/infiniband/ulp/srp/ F: include/scsi/srp.h +SCSI RDMA PROTOCOL (SRP) TARGET +M: Bart Van Assche <[email protected]> +S: Supported +Q: http://patchwork.kernel.org/project/linux-rdma/list/ +F: drivers/infiniband/ulp/srpt/ + SCSI SG DRIVER M: Doug Gilbert <[email protected]> |