virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
@ 2019-03-27 14:33 Michael S. Tsirkin
  2019-03-27 15:08 ` Paolo Bonzini
  2019-03-27 16:57 ` Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-03-27 14:33 UTC (permalink / raw)
  To: pbonzini, stefanha, virtualization

Jason doesn't really have the time to review blk/scsi
patches. Paolo and Setfan agreed to help out.

Thanks guys!

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

---

diff --git a/MAINTAINERS b/MAINTAINERS
index 95a5ebecd04f..8326d19c1681 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16247,7 +16247,7 @@ F:	drivers/char/virtio_console.c
 F:	include/linux/virtio_console.h
 F:	include/uapi/linux/virtio_console.h
 
-VIRTIO CORE, NET AND BLOCK DRIVERS
+VIRTIO CORE AND NET DRIVERS
 M:	"Michael S. Tsirkin" <mst@redhat.com>
 M:	Jason Wang <jasowang@redhat.com>
 L:	virtualization@lists.linux-foundation.org
@@ -16262,6 +16262,18 @@ F:	include/uapi/linux/virtio_*.h
 F:	drivers/crypto/virtio/
 F:	mm/balloon_compaction.c
 
+VIRTIO BLOCK AND SCSI DRIVERS
+M:	"Michael S. Tsirkin" <mst@redhat.com>
+M:	Paolo Bonzini <pbonzini@redhat.com>
+M:	Stefan Hajnoczi <stefanha@redhat.com>
+L:	virtualization@lists.linux-foundation.org
+S:	Maintained
+F:	drivers/block/virtio_blk.c
+F:	drivers/scsi/virtio_scsi.c
+F:	include/uapi/linux/virtio_blk.h
+F:	include/uapi/linux/virtio_scsi.h
+F:	drivers/vhost/scsi.c
+
 VIRTIO CRYPTO DRIVER
 M:	Gonglei <arei.gonglei@huawei.com>
 L:	virtualization@lists.linux-foundation.org

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

* Re: [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
  2019-03-27 14:33 [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi Michael S. Tsirkin
@ 2019-03-27 15:08 ` Paolo Bonzini
  2019-03-27 15:36   ` Michael S. Tsirkin
  2019-03-27 16:57 ` Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2019-03-27 15:08 UTC (permalink / raw)
  To: Michael S. Tsirkin, stefanha, virtualization

On 27/03/19 15:33, Michael S. Tsirkin wrote:
> Jason doesn't really have the time to review blk/scsi
> patches. Paolo and Setfan agreed to help out.
> 
> Thanks guys!
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ---
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 95a5ebecd04f..8326d19c1681 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16247,7 +16247,7 @@ F:	drivers/char/virtio_console.c
>  F:	include/linux/virtio_console.h
>  F:	include/uapi/linux/virtio_console.h
>  
> -VIRTIO CORE, NET AND BLOCK DRIVERS
> +VIRTIO CORE AND NET DRIVERS
>  M:	"Michael S. Tsirkin" <mst@redhat.com>
>  M:	Jason Wang <jasowang@redhat.com>
>  L:	virtualization@lists.linux-foundation.org
> @@ -16262,6 +16262,18 @@ F:	include/uapi/linux/virtio_*.h
>  F:	drivers/crypto/virtio/
>  F:	mm/balloon_compaction.c
>  
> +VIRTIO BLOCK AND SCSI DRIVERS
> +M:	"Michael S. Tsirkin" <mst@redhat.com>
> +M:	Paolo Bonzini <pbonzini@redhat.com>
> +M:	Stefan Hajnoczi <stefanha@redhat.com>

Please make this R at least for me, so that it's clear that patches
still flow through your and Jason's tree.  Not sure if you want to keep
Jason as M.

Paolo

> +L:	virtualization@lists.linux-foundation.org
> +S:	Maintained
> +F:	drivers/block/virtio_blk.c
> +F:	drivers/scsi/virtio_scsi.c
> +F:	include/uapi/linux/virtio_blk.h
> +F:	include/uapi/linux/virtio_scsi.h
> +F:	drivers/vhost/scsi.c
> +
>  VIRTIO CRYPTO DRIVER
>  M:	Gonglei <arei.gonglei@huawei.com>
>  L:	virtualization@lists.linux-foundation.org
> 

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

* Re: [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
  2019-03-27 15:08 ` Paolo Bonzini
@ 2019-03-27 15:36   ` Michael S. Tsirkin
  0 siblings, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-03-27 15:36 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: stefanha, virtualization

On Wed, Mar 27, 2019 at 04:08:05PM +0100, Paolo Bonzini wrote:
> On 27/03/19 15:33, Michael S. Tsirkin wrote:
> > Jason doesn't really have the time to review blk/scsi
> > patches. Paolo and Setfan agreed to help out.
> > 
> > Thanks guys!
> > 
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > 
> > ---
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 95a5ebecd04f..8326d19c1681 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -16247,7 +16247,7 @@ F:	drivers/char/virtio_console.c
> >  F:	include/linux/virtio_console.h
> >  F:	include/uapi/linux/virtio_console.h
> >  
> > -VIRTIO CORE, NET AND BLOCK DRIVERS
> > +VIRTIO CORE AND NET DRIVERS
> >  M:	"Michael S. Tsirkin" <mst@redhat.com>
> >  M:	Jason Wang <jasowang@redhat.com>
> >  L:	virtualization@lists.linux-foundation.org
> > @@ -16262,6 +16262,18 @@ F:	include/uapi/linux/virtio_*.h
> >  F:	drivers/crypto/virtio/
> >  F:	mm/balloon_compaction.c
> >  
> > +VIRTIO BLOCK AND SCSI DRIVERS
> > +M:	"Michael S. Tsirkin" <mst@redhat.com>
> > +M:	Paolo Bonzini <pbonzini@redhat.com>
> > +M:	Stefan Hajnoczi <stefanha@redhat.com>
> 
> Please make this R at least for me, so that it's clear that patches
> still flow through your and Jason's tree.  Not sure if you want to keep
> Jason as M.
> 
> Paolo

Not for block I think. He never reviews these.

> > +L:	virtualization@lists.linux-foundation.org
> > +S:	Maintained
> > +F:	drivers/block/virtio_blk.c
> > +F:	drivers/scsi/virtio_scsi.c
> > +F:	include/uapi/linux/virtio_blk.h
> > +F:	include/uapi/linux/virtio_scsi.h
> > +F:	drivers/vhost/scsi.c
> > +
> >  VIRTIO CRYPTO DRIVER
> >  M:	Gonglei <arei.gonglei@huawei.com>
> >  L:	virtualization@lists.linux-foundation.org
> > 

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

* Re: [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
  2019-03-27 14:33 [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi Michael S. Tsirkin
  2019-03-27 15:08 ` Paolo Bonzini
@ 2019-03-27 16:57 ` Stefan Hajnoczi
  2019-03-27 17:01   ` Paolo Bonzini
  2019-03-27 17:01   ` Michael S. Tsirkin
  1 sibling, 2 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2019-03-27 16:57 UTC (permalink / raw)
  To: Michael S. Tsirkin; +Cc: pbonzini, virtualization


[-- Attachment #1.1: Type: text/plain, Size: 573 bytes --]

On Wed, Mar 27, 2019 at 10:33:57AM -0400, Michael S. Tsirkin wrote:
> Jason doesn't really have the time to review blk/scsi
> patches. Paolo and Setfan agreed to help out.
> 
> Thanks guys!
> 
> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> 
> ---

There is relatively little activity in this area so I'd like to reply
with Reviewed-by/Acked-by on the mailing list and have patches merged
via your virtio tree.  That way I do not maintain a sub-tree and send
you pull requests.  Does this sound good?

Acked-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
  2019-03-27 16:57 ` Stefan Hajnoczi
@ 2019-03-27 17:01   ` Paolo Bonzini
  2019-03-27 17:01   ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2019-03-27 17:01 UTC (permalink / raw)
  To: Stefan Hajnoczi, Michael S. Tsirkin; +Cc: virtualization


[-- Attachment #1.1.1: Type: text/plain, Size: 811 bytes --]

On 27/03/19 17:57, Stefan Hajnoczi wrote:
> On Wed, Mar 27, 2019 at 10:33:57AM -0400, Michael S. Tsirkin wrote:
>> Jason doesn't really have the time to review blk/scsi
>> patches. Paolo and Setfan agreed to help out.
>>
>> Thanks guys!
>>
>> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
>>
>> ---
> 
> There is relatively little activity in this area so I'd like to reply
> with Reviewed-by/Acked-by on the mailing list and have patches merged
> via your virtio tree.  That way I do not maintain a sub-tree and send
> you pull requests.  Does this sound good?

FWIW me too, that's why I suggested that Michael add us as reviewers
rather than maintainers. So,

Acked-by: Paolo Bonzini <pbonzini@redhat.com>

too.

Paolo

> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
> 



[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 183 bytes --]

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

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

* Re: [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi
  2019-03-27 16:57 ` Stefan Hajnoczi
  2019-03-27 17:01   ` Paolo Bonzini
@ 2019-03-27 17:01   ` Michael S. Tsirkin
  1 sibling, 0 replies; 6+ messages in thread
From: Michael S. Tsirkin @ 2019-03-27 17:01 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: pbonzini, virtualization

On Wed, Mar 27, 2019 at 04:57:54PM +0000, Stefan Hajnoczi wrote:
> On Wed, Mar 27, 2019 at 10:33:57AM -0400, Michael S. Tsirkin wrote:
> > Jason doesn't really have the time to review blk/scsi
> > patches. Paolo and Setfan agreed to help out.
> > 
> > Thanks guys!
> > 
> > Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
> > 
> > ---
> 
> There is relatively little activity in this area so I'd like to reply
> with Reviewed-by/Acked-by on the mailing list and have patches merged
> via your virtio tree.  That way I do not maintain a sub-tree and send
> you pull requests.  Does this sound good?
> 
> Acked-by: Stefan Hajnoczi <stefanha@redhat.com>


v2 does that. pls ack that one then.

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

end of thread, other threads:[~2019-03-27 17:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27 14:33 [PATCH] MAiNTAINERS: add Paolo, Stefan for virtio blk/scsi Michael S. Tsirkin
2019-03-27 15:08 ` Paolo Bonzini
2019-03-27 15:36   ` Michael S. Tsirkin
2019-03-27 16:57 ` Stefan Hajnoczi
2019-03-27 17:01   ` Paolo Bonzini
2019-03-27 17:01   ` Michael S. Tsirkin

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).