linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] hyper-v: Add myself as additional MAINTAINER
@ 2017-01-05 17:36 Stephen Hemminger
  2017-01-05 17:43 ` KY Srinivasan
  2017-01-05 17:43 ` Greg KH
  0 siblings, 2 replies; 7+ messages in thread
From: Stephen Hemminger @ 2017-01-05 17:36 UTC (permalink / raw)
  To: davem, kys; +Cc: netdev, linux-kernel, gregkh, Stephen Hemminger

Update the Hyper-V MAINTAINERS to include myself.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea11bb03f550..7542341d8155 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5963,6 +5963,7 @@ F:	drivers/media/platform/sti/hva
 Hyper-V CORE AND DRIVERS
 M:	"K. Y. Srinivasan" <kys@microsoft.com>
 M:	Haiyang Zhang <haiyangz@microsoft.com>
+M:	Stephen Hemminger <sthemmin@microsoft.com>
 L:	devel@linuxdriverproject.org
 S:	Maintained
 F:	arch/x86/include/asm/mshyperv.h
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* RE: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 17:36 [PATCH net] hyper-v: Add myself as additional MAINTAINER Stephen Hemminger
@ 2017-01-05 17:43 ` KY Srinivasan
  2017-01-05 18:29   ` gregkh
  2017-01-05 17:43 ` Greg KH
  1 sibling, 1 reply; 7+ messages in thread
From: KY Srinivasan @ 2017-01-05 17:43 UTC (permalink / raw)
  To: Stephen Hemminger, davem; +Cc: netdev, linux-kernel, gregkh, Stephen Hemminger



> -----Original Message-----
> From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> Sent: Thursday, January 5, 2017 9:36 AM
> To: davem@davemloft.net; KY Srinivasan <kys@microsoft.com>
> Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
> gregkh@linuxfoundation.org; Stephen Hemminger
> <sthemmin@microsoft.com>
> Subject: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> 
> Update the Hyper-V MAINTAINERS to include myself.
> 
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>

Acked-by: K. Y. Srinivasan <kys@microsoft.com>

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea11bb03f550..7542341d8155 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5963,6 +5963,7 @@ F:	drivers/media/platform/sti/hva
>  Hyper-V CORE AND DRIVERS
>  M:	"K. Y. Srinivasan" <kys@microsoft.com>
>  M:	Haiyang Zhang <haiyangz@microsoft.com>
> +M:	Stephen Hemminger <sthemmin@microsoft.com>
>  L:	devel@linuxdriverproject.org
>  S:	Maintained
>  F:	arch/x86/include/asm/mshyperv.h
> --
> 2.11.0

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 17:36 [PATCH net] hyper-v: Add myself as additional MAINTAINER Stephen Hemminger
  2017-01-05 17:43 ` KY Srinivasan
@ 2017-01-05 17:43 ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2017-01-05 17:43 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: davem, kys, netdev, linux-kernel, Stephen Hemminger

On Thu, Jan 05, 2017 at 09:36:26AM -0800, Stephen Hemminger wrote:
> Update the Hyper-V MAINTAINERS to include myself.
> 
> Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea11bb03f550..7542341d8155 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5963,6 +5963,7 @@ F:	drivers/media/platform/sti/hva
>  Hyper-V CORE AND DRIVERS
>  M:	"K. Y. Srinivasan" <kys@microsoft.com>
>  M:	Haiyang Zhang <haiyangz@microsoft.com>
> +M:	Stephen Hemminger <sthemmin@microsoft.com>

No objection from me, they need all the help they can get :)

But I would like an ack from the current maintainers that this is ok
first.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 17:43 ` KY Srinivasan
@ 2017-01-05 18:29   ` gregkh
  2017-01-05 19:08     ` KY Srinivasan
  0 siblings, 1 reply; 7+ messages in thread
From: gregkh @ 2017-01-05 18:29 UTC (permalink / raw)
  To: KY Srinivasan
  Cc: Stephen Hemminger, davem, netdev, linux-kernel, Stephen Hemminger

On Thu, Jan 05, 2017 at 05:43:04PM +0000, KY Srinivasan wrote:
> 
> 
> > -----Original Message-----
> > From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> > Sent: Thursday, January 5, 2017 9:36 AM
> > To: davem@davemloft.net; KY Srinivasan <kys@microsoft.com>
> > Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
> > gregkh@linuxfoundation.org; Stephen Hemminger
> > <sthemmin@microsoft.com>
> > Subject: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > 
> > Update the Hyper-V MAINTAINERS to include myself.
> > 
> > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> 
> Acked-by: K. Y. Srinivasan <kys@microsoft.com>

Thanks, will go queue this up now.

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 18:29   ` gregkh
@ 2017-01-05 19:08     ` KY Srinivasan
  2017-01-05 20:09       ` gregkh
  0 siblings, 1 reply; 7+ messages in thread
From: KY Srinivasan @ 2017-01-05 19:08 UTC (permalink / raw)
  To: gregkh; +Cc: Stephen Hemminger, davem, netdev, linux-kernel, Stephen Hemminger



> -----Original Message-----
> From: gregkh@linuxfoundation.org [mailto:gregkh@linuxfoundation.org]
> Sent: Thursday, January 5, 2017 10:29 AM
> To: KY Srinivasan <kys@microsoft.com>
> Cc: Stephen Hemminger <stephen@networkplumber.org>;
> davem@davemloft.net; netdev@vger.kernel.org; linux-
> kernel@vger.kernel.org; Stephen Hemminger <sthemmin@microsoft.com>
> Subject: Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> 
> On Thu, Jan 05, 2017 at 05:43:04PM +0000, KY Srinivasan wrote:
> >
> >
> > > -----Original Message-----
> > > From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> > > Sent: Thursday, January 5, 2017 9:36 AM
> > > To: davem@davemloft.net; KY Srinivasan <kys@microsoft.com>
> > > Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
> > > gregkh@linuxfoundation.org; Stephen Hemminger
> > > <sthemmin@microsoft.com>
> > > Subject: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > >
> > > Update the Hyper-V MAINTAINERS to include myself.
> > >
> > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> >
> > Acked-by: K. Y. Srinivasan <kys@microsoft.com>
> 
> Thanks, will go queue this up now.

Thanks Greg. On a different note, there are a bunch of Hyper-V specific
patches that have been submitted over the last month or so that have not
been committed. Should I resend them.

Regards,

K. Y
> 
> greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 19:08     ` KY Srinivasan
@ 2017-01-05 20:09       ` gregkh
  2017-01-05 20:34         ` KY Srinivasan
  0 siblings, 1 reply; 7+ messages in thread
From: gregkh @ 2017-01-05 20:09 UTC (permalink / raw)
  To: KY Srinivasan
  Cc: Stephen Hemminger, davem, netdev, linux-kernel, Stephen Hemminger

On Thu, Jan 05, 2017 at 07:08:23PM +0000, KY Srinivasan wrote:
> 
> 
> > -----Original Message-----
> > From: gregkh@linuxfoundation.org [mailto:gregkh@linuxfoundation.org]
> > Sent: Thursday, January 5, 2017 10:29 AM
> > To: KY Srinivasan <kys@microsoft.com>
> > Cc: Stephen Hemminger <stephen@networkplumber.org>;
> > davem@davemloft.net; netdev@vger.kernel.org; linux-
> > kernel@vger.kernel.org; Stephen Hemminger <sthemmin@microsoft.com>
> > Subject: Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > 
> > On Thu, Jan 05, 2017 at 05:43:04PM +0000, KY Srinivasan wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> > > > Sent: Thursday, January 5, 2017 9:36 AM
> > > > To: davem@davemloft.net; KY Srinivasan <kys@microsoft.com>
> > > > Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
> > > > gregkh@linuxfoundation.org; Stephen Hemminger
> > > > <sthemmin@microsoft.com>
> > > > Subject: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > > >
> > > > Update the Hyper-V MAINTAINERS to include myself.
> > > >
> > > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> > >
> > > Acked-by: K. Y. Srinivasan <kys@microsoft.com>
> > 
> > Thanks, will go queue this up now.
> 
> Thanks Greg. On a different note, there are a bunch of Hyper-V specific
> patches that have been submitted over the last month or so that have not
> been committed. Should I resend them.

Nope, they are still in my mbox, I'm just going through stuff that has
to be in 4.10-final at the moment, give me another week or so to catch
up on all the new stuff for 4.11-rc1.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH net] hyper-v: Add myself as additional MAINTAINER
  2017-01-05 20:09       ` gregkh
@ 2017-01-05 20:34         ` KY Srinivasan
  0 siblings, 0 replies; 7+ messages in thread
From: KY Srinivasan @ 2017-01-05 20:34 UTC (permalink / raw)
  To: gregkh; +Cc: Stephen Hemminger, davem, netdev, linux-kernel, Stephen Hemminger



> -----Original Message-----
> From: gregkh@linuxfoundation.org [mailto:gregkh@linuxfoundation.org]
> Sent: Thursday, January 5, 2017 12:09 PM
> To: KY Srinivasan <kys@microsoft.com>
> Cc: Stephen Hemminger <stephen@networkplumber.org>;
> davem@davemloft.net; netdev@vger.kernel.org; linux-
> kernel@vger.kernel.org; Stephen Hemminger <sthemmin@microsoft.com>
> Subject: Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> 
> On Thu, Jan 05, 2017 at 07:08:23PM +0000, KY Srinivasan wrote:
> >
> >
> > > -----Original Message-----
> > > From: gregkh@linuxfoundation.org [mailto:gregkh@linuxfoundation.org]
> > > Sent: Thursday, January 5, 2017 10:29 AM
> > > To: KY Srinivasan <kys@microsoft.com>
> > > Cc: Stephen Hemminger <stephen@networkplumber.org>;
> > > davem@davemloft.net; netdev@vger.kernel.org; linux-
> > > kernel@vger.kernel.org; Stephen Hemminger
> <sthemmin@microsoft.com>
> > > Subject: Re: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > >
> > > On Thu, Jan 05, 2017 at 05:43:04PM +0000, KY Srinivasan wrote:
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Stephen Hemminger [mailto:stephen@networkplumber.org]
> > > > > Sent: Thursday, January 5, 2017 9:36 AM
> > > > > To: davem@davemloft.net; KY Srinivasan <kys@microsoft.com>
> > > > > Cc: netdev@vger.kernel.org; linux-kernel@vger.kernel.org;
> > > > > gregkh@linuxfoundation.org; Stephen Hemminger
> > > > > <sthemmin@microsoft.com>
> > > > > Subject: [PATCH net] hyper-v: Add myself as additional MAINTAINER
> > > > >
> > > > > Update the Hyper-V MAINTAINERS to include myself.
> > > > >
> > > > > Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
> > > >
> > > > Acked-by: K. Y. Srinivasan <kys@microsoft.com>
> > >
> > > Thanks, will go queue this up now.
> >
> > Thanks Greg. On a different note, there are a bunch of Hyper-V specific
> > patches that have been submitted over the last month or so that have not
> > been committed. Should I resend them.
> 
> Nope, they are still in my mbox, I'm just going through stuff that has
> to be in 4.10-final at the moment, give me another week or so to catch
> up on all the new stuff for 4.11-rc1.

Thanks Greg.

K. Y
> 
> thanks,
> 
> greg k-h

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-01-05 20:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-05 17:36 [PATCH net] hyper-v: Add myself as additional MAINTAINER Stephen Hemminger
2017-01-05 17:43 ` KY Srinivasan
2017-01-05 18:29   ` gregkh
2017-01-05 19:08     ` KY Srinivasan
2017-01-05 20:09       ` gregkh
2017-01-05 20:34         ` KY Srinivasan
2017-01-05 17:43 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).