All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
@ 2009-09-15  7:23 Joe Perches
  2009-09-15 11:38 ` Michael S. Tsirkin
  2009-09-15 15:32 ` Greg KH
  0 siblings, 2 replies; 6+ messages in thread
From: Joe Perches @ 2009-09-15  7:23 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: linux-next, Andrew Morton

Hi Michael.

Your new entry needs to be updated a bit.
The P: entry is deprecated and M: is used for "name" <address>

Your name also needs to be quoted so people can copy/paste
it and that scripts/get_maintainer.pl works.

cheers, Joe

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index 70ca14b..1246238 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2237,7 +2237,7 @@ S:	Maintained
 F:	include/asm-generic
 
 GENERIC UIO DRIVER FOR PCI DEVICES
-P:	Michael S. Tsirkin <mst@redhat.com>
+M:	"Michael S. Tsirkin" <mst@redhat.com>
 L:	kvm@vger.kernel.org
 L:	linux-kernel@vger.kernel.org
 S:	Supported

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

* Re: [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
  2009-09-15  7:23 [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com> Joe Perches
@ 2009-09-15 11:38 ` Michael S. Tsirkin
  2009-09-15 15:32 ` Greg KH
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2009-09-15 11:38 UTC (permalink / raw)
  To: Joe Perches; +Cc: linux-next, Andrew Morton

On Tue, Sep 15, 2009 at 12:23:44AM -0700, Joe Perches wrote:
> Hi Michael.
> 
> Your new entry needs to be updated a bit.
> The P: entry is deprecated and M: is used for "name" <address>
> 
> Your name also needs to be quoted so people can copy/paste
> it and that scripts/get_maintainer.pl works.
> cheers, Joe
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Acked-by: Michael S. Tsirkin <mst@redhat.com>

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 70ca14b..1246238 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2237,7 +2237,7 @@ S:	Maintained
>  F:	include/asm-generic
>  
>  GENERIC UIO DRIVER FOR PCI DEVICES
> -P:	Michael S. Tsirkin <mst@redhat.com>
> +M:	"Michael S. Tsirkin" <mst@redhat.com>
>  L:	kvm@vger.kernel.org
>  L:	linux-kernel@vger.kernel.org
>  S:	Supported
> 

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

* Re: [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
  2009-09-15  7:23 [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com> Joe Perches
  2009-09-15 11:38 ` Michael S. Tsirkin
@ 2009-09-15 15:32 ` Greg KH
  2009-09-15 18:34   ` Joe Perches
  1 sibling, 1 reply; 6+ messages in thread
From: Greg KH @ 2009-09-15 15:32 UTC (permalink / raw)
  To: Joe Perches; +Cc: Michael S. Tsirkin, linux-next, Andrew Morton

On Tue, Sep 15, 2009 at 12:23:44AM -0700, Joe Perches wrote:
> Hi Michael.
> 
> Your new entry needs to be updated a bit.
> The P: entry is deprecated and M: is used for "name" <address>
> 
> Your name also needs to be quoted so people can copy/paste
> it and that scripts/get_maintainer.pl works.
> 
> cheers, Joe
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 70ca14b..1246238 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2237,7 +2237,7 @@ S:	Maintained
>  F:	include/asm-generic
>  
>  GENERIC UIO DRIVER FOR PCI DEVICES
> -P:	Michael S. Tsirkin <mst@redhat.com>
> +M:	"Michael S. Tsirkin" <mst@redhat.com>

I will edit the patch in my tree that causes this to happen.

thanks,

greg k-h

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

* Re: [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
  2009-09-15 15:32 ` Greg KH
@ 2009-09-15 18:34   ` Joe Perches
  2009-09-15 18:35     ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Joe Perches @ 2009-09-15 18:34 UTC (permalink / raw)
  To: Greg KH; +Cc: Michael S. Tsirkin, linux-next, Andrew Morton

On Tue, 2009-09-15 at 08:32 -0700, Greg KH wrote:
> >  GENERIC UIO DRIVER FOR PCI DEVICES
> > -P:	Michael S. Tsirkin <mst@redhat.com>
> > +M:	"Michael S. Tsirkin" <mst@redhat.com>
> 
> I will edit the patch in my tree that causes this to happen.

Could you also take out the "L: linux-kernel@vger..." entry.
It's not necessary.

cheers, Joe

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

* Re: [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
  2009-09-15 18:34   ` Joe Perches
@ 2009-09-15 18:35     ` Greg KH
  2009-09-16  2:20       ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2009-09-15 18:35 UTC (permalink / raw)
  To: Joe Perches; +Cc: Michael S. Tsirkin, linux-next, Andrew Morton

On Tue, Sep 15, 2009 at 11:34:27AM -0700, Joe Perches wrote:
> On Tue, 2009-09-15 at 08:32 -0700, Greg KH wrote:
> > >  GENERIC UIO DRIVER FOR PCI DEVICES
> > > -P:	Michael S. Tsirkin <mst@redhat.com>
> > > +M:	"Michael S. Tsirkin" <mst@redhat.com>
> > 
> > I will edit the patch in my tree that causes this to happen.
> 
> Could you also take out the "L: linux-kernel@vger..." entry.
> It's not necessary.

Argh, I just sent it off to Linus :(

Care to send me a patch removing that?  I'll queue it up for the next
round to go off.  Or you can send it if you have MAINTAINERS file
updates as well.

sorry about that.

greg k-h

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

* Re: [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com>
  2009-09-15 18:35     ` Greg KH
@ 2009-09-16  2:20       ` Joe Perches
  0 siblings, 0 replies; 6+ messages in thread
From: Joe Perches @ 2009-09-16  2:20 UTC (permalink / raw)
  To: Greg KH; +Cc: Michael S. Tsirkin, linux-next, Andrew Morton

On Tue, 2009-09-15 at 11:35 -0700, Greg KH wrote:
> On Tue, Sep 15, 2009 at 11:34:27AM -0700, Joe Perches wrote:
> > Could you also take out the "L: linux-kernel@vger..." entry.
> > It's not necessary.
> Care to send me a patch removing that?  I'll queue it up for the next
> round to go off.  Or you can send it if you have MAINTAINERS file
> updates as well.
> sorry about that.

No worries.  MAINTAINERS patches aren't exactly life critical...
I'll send patches via Andrew Morton after RC1 is out.

cheers, Joe

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

end of thread, other threads:[~2009-09-16  2:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15  7:23 [linux-next PATCH] MAINTAINERS: Generic UIO use M: "Michael S. Tsirkin" <mst@redhat.com> Joe Perches
2009-09-15 11:38 ` Michael S. Tsirkin
2009-09-15 15:32 ` Greg KH
2009-09-15 18:34   ` Joe Perches
2009-09-15 18:35     ` Greg KH
2009-09-16  2:20       ` Joe Perches

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.