On Sun, Sep 25 2016 at 10:30:10AM +0300, Leon Romanovsky wrote: > On Sat, Sep 24, 2016 at 04:21:40PM -0700, Adit Ranadive wrote: > > Add maintainer info for the PVRDMA driver. > > > > Reviewed-by: Jorgen Hansen <jhan...@vmware.com> > > Reviewed-by: George Zhang <georgezh...@vmware.com> > > Reviewed-by: Aditya Sarwade <asarw...@vmware.com> > > Reviewed-by: Bryan Tan <bryan...@vmware.com> > > Signed-off-by: Adit Ranadive <ad...@vmware.com> > > --- > > Changes v4->v5: > > - Added pvrdma files to common UAPI folder. > > --- > > MAINTAINERS | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 87e23cd..5023dc0 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -12615,6 +12615,15 @@ S: Maintained > > F: drivers/scsi/vmw_pvscsi.c > > F: drivers/scsi/vmw_pvscsi.h > > > > +VMWARE PVRDMA DRIVER > > +M: Adit Ranadive <ad...@vmware.com> > > +M: VMware PV-Drivers <pv-driv...@vmware.com> > > +L: linux-r...@vger.kernel.org > > +S: Maintained > > +F: drivers/infiniband/hw/pvrdma/ > > +F: include/uapi/rdma/pvrdma-abi.h > > +F: include/uapi/rdma/pvrdma-uapi.h > > Please remove the last two lines, these files will be maintained by > Doug. > > Thanks >
Ok. Based on your recent patch series on export vendor specific ABIs, the ABI files were added to be maintained [1] by individual driver owners. Is that not the case now? [1] http://marc.info/?l=linux-rdma&m=147455473718235&w=2