On Sat, Sep 14, 2019 at 1:56 AM Bart Van Assche <bvanassche@xxxxxxx> wrote: > > On 6/20/19 8:03 AM, Jack Wang wrote: > > From: Roman Pen <roman.penyaev@xxxxxxxxxxxxxxxx> > > > > Signed-off-by: Danil Kipnis <danil.kipnis@xxxxxxxxxxxxxxx> > > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > > --- > > MAINTAINERS | 14 ++++++++++++++ > > 1 file changed, 14 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index a6954776a37e..0b7fd93f738d 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -7590,6 +7590,20 @@ IBM ServeRAID RAID DRIVER > > S: Orphan > > F: drivers/scsi/ips.* > > > > +IBNBD BLOCK DRIVERS > > +M: IBNBD/IBTRS Storage Team <ibnbd@xxxxxxxxxxxxxxx> > > +L: linux-block@xxxxxxxxxxxxxxx > > +S: Maintained > > +T: git git://github.com/profitbricks/ibnbd.git > > +F: drivers/block/ibnbd/ > > + > > +IBTRS TRANSPORT DRIVERS > > +M: IBNBD/IBTRS Storage Team <ibnbd@xxxxxxxxxxxxxxx> > > +L: linux-rdma@xxxxxxxxxxxxxxx > > +S: Maintained > > +T: git git://github.com/profitbricks/ibnbd.git > > +F: drivers/infiniband/ulp/ibtrs/ > > + > > ICH LPC AND GPIO DRIVER > > M: Peter Tyser <ptyser@xxxxxxxxxxx> > > S: Maintained > > I think the T: entry is for kernel trees against which developers should > prepare their patches. Since the ibnbd repository on github is an > out-of-tree kernel driver I don't think that it should appear in the > MAINTAINERS file. > > Bart. > > Ok, we will remove the link to github. Thanks, Jinpu