Message ID | 20230516025343.2050704-1-yanaijie@huawei.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | scsi: MAINTAINERS: Add a libsas entry | expand |
On 2023/05/16 11:53, Jason Yan wrote: > 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 <john.g.garry@oracle.com> > Signed-off-by: Jason Yan <yanaijie@huawei.com> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e0b87d5aa2e..a789811f6092 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 <john.g.garry@oracle.com> > +R: Jason Yan <yanaijie@huawei.com> > +L: linux-scsi@vger.kernel.org > +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 <bvanassche@acm.org> > L: linux-rdma@vger.kernel.org Yeah ! Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
On Tue, May 16, 2023 at 10:53:43AM +0800, Jason Yan wrote: > 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 <john.g.garry@oracle.com> > Signed-off-by: Jason Yan <yanaijie@huawei.com> > --- > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7e0b87d5aa2e..a789811f6092 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 <john.g.garry@oracle.com> > +R: Jason Yan <yanaijie@huawei.com> > +L: linux-scsi@vger.kernel.org > +S: Supported > +F: drivers/scsi/libsas I would have preferred a final slash after libsas to more clearly highlight that it is a directory, similar to how e.g. drivers/scsi/ or drivers/nvme/ is specified. > +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 <bvanassche@acm.org> > L: linux-rdma@vger.kernel.org > -- > 2.31.1 > Regardless: Acked-by: Niklas Cassel <niklas.cassel@wdc.com>
On 2023/5/16 17:12, Niklas Cassel wrote: > On Tue, May 16, 2023 at 10:53:43AM +0800, Jason Yan wrote: >> 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 <john.g.garry@oracle.com> >> Signed-off-by: Jason Yan <yanaijie@huawei.com> >> --- >> MAINTAINERS | 10 ++++++++++ >> 1 file changed, 10 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 7e0b87d5aa2e..a789811f6092 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 <john.g.garry@oracle.com> >> +R: Jason Yan <yanaijie@huawei.com> >> +L: linux-scsi@vger.kernel.org >> +S: Supported >> +F: drivers/scsi/libsas > > I would have preferred a final slash after libsas to more clearly highlight > that it is a directory, similar to how e.g. drivers/scsi/ or drivers/nvme/ > is specified. Thank you for the suggestion. Updated. Thanks, Jason > >> +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 <bvanassche@acm.org> >> L: linux-rdma@vger.kernel.org >> -- >> 2.31.1 >> > > Regardless: > Acked-by: Niklas Cassel <niklas.cassel@wdc.com> > . >
diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..a789811f6092 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 <john.g.garry@oracle.com> +R: Jason Yan <yanaijie@huawei.com> +L: linux-scsi@vger.kernel.org +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 <bvanassche@acm.org> L: linux-rdma@vger.kernel.org
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 <john.g.garry@oracle.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)