Message ID | 20190208233853.31498-1-martin.petersen@oracle.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: MAINTAINERS: SCSI initiator and target tweaks | expand |
On 2/8/19 3:38 PM, Martin K. Petersen wrote: > +SCSI TARGET SUBSYSTEM > +M: "Martin K. Petersen" <martin.petersen@oracle.com> > +L: linux-scsi@vger.kernel.org > +L: target-devel@vger.kernel.org Hi Martin, Are you sure that you want to list the linux-scsi and target-devel mailing lists in that order for the SCSI target subsystem? > +W: http://www.linux-iscsi.org This link refers to a wiki that was most recently updated in 2016 and that does not accept new contributors. Maybe some of the information on that wiki should be converted into documentation in the kernel tree? > +W: http://groups.google.com/group/linux-iscsi-target-dev The most recent post on that web page dates from 2014. Are you sure that that link should be included? Thanks, Bart.
Bart, > Are you sure that you want to list the linux-scsi and target-devel > mailing lists in that order for the SCSI target subsystem? Yeah, that was intentional. People generally cross-post to linux-scsi and target-devel so the latter is already a subset. I would also be OK just completely abandoning target-devel list and patchwork and funnel everything through SCSI. Right now I have to deal with each target submission in two different patchworks. It's a bit annoying, but given the low volume it's not the end of the world. >> +W: http://www.linux-iscsi.org > > This link refers to a wiki that was most recently updated in 2016 and > that does not accept new contributors. Maybe some of the information > on that wiki should be converted into documentation in the kernel > tree? I left that in place because, while outdated, it is still a very good source of information. I will gladly take patches that convert some of that knowledge into something suitable for Documentation/. >> +W: http://groups.google.com/group/linux-iscsi-target-dev > > The most recent post on that web page dates from 2014. Are you sure > that that link should be included? Happy to drop it. Was hoping the relevant owners would chime in...
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..455436b92909 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13497,6 +13497,7 @@ M: "James E.J. Bottomley" <jejb@linux.ibm.com> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git M: "Martin K. Petersen" <martin.petersen@oracle.com> T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git +Q: https://patchwork.kernel.org/project/linux-scsi/list/ L: linux-scsi@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/scsi/ @@ -13511,6 +13512,19 @@ F: Documentation/scsi/st.txt F: drivers/scsi/st.* F: drivers/scsi/st_*.h +SCSI TARGET SUBSYSTEM +M: "Martin K. Petersen" <martin.petersen@oracle.com> +L: linux-scsi@vger.kernel.org +L: target-devel@vger.kernel.org +W: http://www.linux-iscsi.org +W: http://groups.google.com/group/linux-iscsi-target-dev +T: git git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi.git +Q: https://patchwork.kernel.org/project/target-devel/list/ +S: Supported +F: drivers/target/ +F: include/target/ +F: Documentation/target/ + SCTP PROTOCOL M: Vlad Yasevich <vyasevich@gmail.com> M: Neil Horman <nhorman@tuxdriver.com> @@ -14763,18 +14777,6 @@ F: Documentation/filesystems/sysv-fs.txt F: fs/sysv/ F: include/linux/sysv_fs.h -TARGET SUBSYSTEM -M: "Nicholas A. Bellinger" <nab@linux-iscsi.org> -L: linux-scsi@vger.kernel.org -L: target-devel@vger.kernel.org -W: http://www.linux-iscsi.org -W: http://groups.google.com/group/linux-iscsi-target-dev -T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master -S: Supported -F: drivers/target/ -F: include/target/ -F: Documentation/target/ - TASKSTATS STATISTICS INTERFACE M: Balbir Singh <bsingharora@gmail.com> S: Maintained
Nic has been absent for a while and target changes now go through the SCSI tree. To avoid confusion wrt. the NVMe target, clarify that this entry refers to the SCSI target subsystem. Also add patchwork links for both SCSI initiator and target. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> --- MAINTAINERS | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-)