diff mbox

MAINTAINERS: Promote NBD to supported, with new maintainer

Message ID 20170707182151.29872-1-eblake@redhat.com
State New
Headers show

Commit Message

Eric Blake July 7, 2017, 6:21 p.m. UTC
We are promising more than just odd fixes, and Paolo is hoping
to offload the pull requests to me.  Also, enough of NBD is related
to the block layer that it is worth including qemu-block on patches.

Signed-off-by: Eric Blake <eblake@redhat.com>
---

If there are no objections, I'll include this patch and Vladimir's
series in my first NBD pull request.

 MAINTAINERS | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Comments

Paolo Bonzini July 10, 2017, 10:01 a.m. UTC | #1
On 07/07/2017 20:21, Eric Blake wrote:
> We are promising more than just odd fixes, and Paolo is hoping
> to offload the pull requests to me.  Also, enough of NBD is related
> to the block layer that it is worth including qemu-block on patches.
> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> If there are no objections, I'll include this patch and Vladimir's
> series in my first NBD pull request.
> 
>  MAINTAINERS | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e17216..beaba51 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1348,15 +1348,6 @@ W: http://info.iet.unipi.it/~luigi/netmap/
>  S: Maintained
>  F: net/netmap.c
> 
> -Network Block Device (NBD)
> -M: Paolo Bonzini <pbonzini@redhat.com>
> -S: Odd Fixes
> -F: block/nbd*
> -F: nbd/
> -F: include/block/nbd*
> -F: qemu-nbd.c
> -T: git git://github.com/bonzini/qemu.git nbd-next
> -
>  NUMA
>  M: Eduardo Habkost <ehabkost@redhat.com>
>  S: Maintained
> @@ -1710,6 +1701,17 @@ S: Supported
>  F: block/iscsi.c
>  F: block/iscsi-opts.c
> 
> +Network Block Device (NBD)
> +M: Eric Blake <eblake@redhat.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +L: qemu-block@nongnu.org
> +S: Maintained
> +F: block/nbd*
> +F: nbd/
> +F: include/block/nbd*
> +F: qemu-nbd.c
> +T: git git://repo.or.cz/qemu/ericb.git nbd
> +
>  NFS
>  M: Jeff Cody <jcody@redhat.com>
>  M: Peter Lieven <pl@kamp.de>
> 

Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Fam Zheng July 10, 2017, 10:16 a.m. UTC | #2
On Fri, 07/07 13:21, Eric Blake wrote:
> We are promising more than just odd fixes, and Paolo is hoping
> to offload the pull requests to me.  Also, enough of NBD is related
> to the block layer that it is worth including qemu-block on patches.

Cool!

> 
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> 
> If there are no objections, I'll include this patch and Vladimir's
> series in my first NBD pull request.
> 
>  MAINTAINERS | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4e17216..beaba51 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1348,15 +1348,6 @@ W: http://info.iet.unipi.it/~luigi/netmap/
>  S: Maintained
>  F: net/netmap.c
> 
> -Network Block Device (NBD)
> -M: Paolo Bonzini <pbonzini@redhat.com>
> -S: Odd Fixes
> -F: block/nbd*
> -F: nbd/
> -F: include/block/nbd*
> -F: qemu-nbd.c
> -T: git git://github.com/bonzini/qemu.git nbd-next
> -
>  NUMA
>  M: Eduardo Habkost <ehabkost@redhat.com>
>  S: Maintained
> @@ -1710,6 +1701,17 @@ S: Supported
>  F: block/iscsi.c
>  F: block/iscsi-opts.c
> 
> +Network Block Device (NBD)
> +M: Eric Blake <eblake@redhat.com>
> +M: Paolo Bonzini <pbonzini@redhat.com>
> +L: qemu-block@nongnu.org
> +S: Maintained
> +F: block/nbd*
> +F: nbd/
> +F: include/block/nbd*
> +F: qemu-nbd.c

While we are at it, add qemu-nbd.texi when you send pull request, if you don't
respin?

> +T: git git://repo.or.cz/qemu/ericb.git nbd

Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?

> +
>  NFS
>  M: Jeff Cody <jcody@redhat.com>
>  M: Peter Lieven <pl@kamp.de>
> -- 
> 2.9.4
> 
> 

Fam
Eric Blake July 10, 2017, 11:42 a.m. UTC | #3
On 07/10/2017 05:16 AM, Fam Zheng wrote:
> On Fri, 07/07 13:21, Eric Blake wrote:
>> We are promising more than just odd fixes, and Paolo is hoping
>> to offload the pull requests to me.  Also, enough of NBD is related
>> to the block layer that it is worth including qemu-block on patches.
> 
> Cool!
> 

>> +Network Block Device (NBD)
>> +M: Eric Blake <eblake@redhat.com>
>> +M: Paolo Bonzini <pbonzini@redhat.com>
>> +L: qemu-block@nongnu.org
>> +S: Maintained
>> +F: block/nbd*
>> +F: nbd/
>> +F: include/block/nbd*
>> +F: qemu-nbd.c
> 
> While we are at it, add qemu-nbd.texi when you send pull request, if you don't
> respin?

Will do.

> 
>> +T: git git://repo.or.cz/qemu/ericb.git nbd
> 
> Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?

Hmm, I didn't realize you could list two T: entries, but a quick check
shows that is the case for several co-maintained areas.  Paolo, any
preference?
Paolo Bonzini July 10, 2017, 11:42 a.m. UTC | #4
On 10/07/2017 13:42, Eric Blake wrote:
>>> +T: git git://repo.or.cz/qemu/ericb.git nbd
>> Out of curiosity: Paolo is still in "M:", but his "T:" is gone.  Intended?
> Hmm, I didn't realize you could list two T: entries, but a quick check
> shows that is the case for several co-maintained areas.  Paolo, any
> preference?

My "T:" has been obsolete since I've started doing the "gather random
patches" work, so it's okay to remove it.

Paolo
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 4e17216..beaba51 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1348,15 +1348,6 @@  W: http://info.iet.unipi.it/~luigi/netmap/
 S: Maintained
 F: net/netmap.c

-Network Block Device (NBD)
-M: Paolo Bonzini <pbonzini@redhat.com>
-S: Odd Fixes
-F: block/nbd*
-F: nbd/
-F: include/block/nbd*
-F: qemu-nbd.c
-T: git git://github.com/bonzini/qemu.git nbd-next
-
 NUMA
 M: Eduardo Habkost <ehabkost@redhat.com>
 S: Maintained
@@ -1710,6 +1701,17 @@  S: Supported
 F: block/iscsi.c
 F: block/iscsi-opts.c

+Network Block Device (NBD)
+M: Eric Blake <eblake@redhat.com>
+M: Paolo Bonzini <pbonzini@redhat.com>
+L: qemu-block@nongnu.org
+S: Maintained
+F: block/nbd*
+F: nbd/
+F: include/block/nbd*
+F: qemu-nbd.c
+T: git git://repo.or.cz/qemu/ericb.git nbd
+
 NFS
 M: Jeff Cody <jcody@redhat.com>
 M: Peter Lieven <pl@kamp.de>