2014-06-20 17:24:32

by Dmitry Torokhov

[permalink] [raw]
Subject: [PATCH v2] MAINTAINERS: add entry for VMware Balloon driver

Signed-off-by: Dmitry Torokhov <[email protected]>
---

Greg,

I've added Xavier and Philip as official maintainers of the driver, but I've
also kept pv-drivers internal alias as there usually more people watching it.

Thanks,
Dmitry

MAINTAINERS | 8 ++++++++
drivers/misc/vmw_balloon.c | 3 ++-
2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6c484ac..d7abd46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9645,6 +9645,14 @@ L: [email protected]
S: Supported
F: arch/x86/kernel/cpu/vmware.c

+VMWARE BALLOON DRIVER
+M: Xavier Deguillard <[email protected]>
+M: Philip Moltmann <[email protected]>
+M: "VMware, Inc." <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/misc/vmw_balloon.c
+
VMWARE VMXNET3 ETHERNET DRIVER
M: Shreyas Bhatewara <[email protected]>
M: "VMware, Inc." <[email protected]>
diff --git a/drivers/misc/vmw_balloon.c b/drivers/misc/vmw_balloon.c
index 2421835..1916174 100644
--- a/drivers/misc/vmw_balloon.c
+++ b/drivers/misc/vmw_balloon.c
@@ -17,7 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * Maintained by: Dmitry Torokhov <[email protected]>
+ * Maintained by: Xavier Deguillard <[email protected]>
+ * Philip Moltmann <[email protected]>
*/

/*
--
1.7.4.1


2014-06-20 17:24:59

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2] MAINTAINERS: add entry for VMware Balloon driver

On Fri, Jun 20, 2014 at 10:14:58AM -0700, Dmitry Torokhov wrote:
> Signed-off-by: Dmitry Torokhov <[email protected]>
> ---
>
> Greg,
>
> I've added Xavier and Philip as official maintainers of the driver, but I've
> also kept pv-drivers internal alias as there usually more people watching it.

Looks good, thanks, I'll queue it up.

greg k-h