On Tue, Jul 20, 2021 at 03:29:01AM -0700, Jorgen Hansen wrote:> Add maintainer info for the VMware VMCI driver. > > Signed-off-by: Jorgen Hansen <jhansen at vmware.com> > --- > MAINTAINERS | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a61f4f3..7e7c6fa 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -19792,6 +19792,14 @@ L: netdev at vger.kernel.org > S: Supported > F: drivers/ptp/ptp_vmw.c > > +VMWARE VMCI DRIVER > +M: Jorgen Hansen <jhansen at vmware.com> > +M: Vishnu Dasa <vdasa at vmware.com> > +M: "VMware, Inc." <pv-drivers at vmware.com>Please do not use generic aliases as they provide no personal responsibility. Just stick with real people. Also I would need an ack from Vishnu. thanks, greg k-h
On Jul 20, 2021, at 3:39 AM, Greg KH <gregkh at linuxfoundation.org<mailto:gregkh at linuxfoundation.org>> wrote: Also I would need an ack from Vishnu. Acked-by: Vishnu Dasa <vdasa at vmware.com<mailto:dasa at vmware.com>> Thanks, Vishnu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20210720/b2a97c62/attachment.html>
> On 20 Jul 2021, at 12:39, Greg KH <gregkh at linuxfoundation.org> wrote: > > On Tue, Jul 20, 2021 at 03:29:01AM -0700, Jorgen Hansen wrote: >> Add maintainer info for the VMware VMCI driver. >> >> Signed-off-by: Jorgen Hansen <jhansen at vmware.com> >> --- >> MAINTAINERS | 8 ++++++++ >> 1 file changed, 8 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index a61f4f3..7e7c6fa 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -19792,6 +19792,14 @@ L: netdev at vger.kernel.org >> S: Supported >> F: drivers/ptp/ptp_vmw.c >> >> +VMWARE VMCI DRIVER >> +M: Jorgen Hansen <jhansen at vmware.com> >> +M: Vishnu Dasa <vdasa at vmware.com> >> +M: "VMware, Inc." <pv-drivers at vmware.com> > > Please do not use generic aliases as they provide no personal > responsibility. Just stick with real people.That makes sense. However, the pv-drivers list is used for keeping managers and people helping with testing in the loop. So would adding pv-drivers as a second L: entry be OK? Thanks, Jorgen