[PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer

Christian Schoenebeck posted 1 patch 5 years, 8 months ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD passed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/E1jEYz4-0004pt-Cs@lizzy.crudebyte.com
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer
Posted by Christian Schoenebeck 5 years, 8 months ago
As suggested by Greg, let's upgrade myself as co-maintainer of 9pfs.

Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7364af0d8b..8d9cd04ab5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1630,7 +1630,7 @@ F: include/hw/virtio/
 
 virtio-9p
 M: Greg Kurz <groug@kaod.org>
-R: Christian Schoenebeck <qemu_oss@crudebyte.com>
+M: Christian Schoenebeck <qemu_oss@crudebyte.com>
 S: Odd Fixes
 F: hw/9pfs/
 X: hw/9pfs/xen-9p*
-- 
2.20.1


Re: [PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
On 3/18/20 2:33 PM, Christian Schoenebeck wrote:
> As suggested by Greg, let's upgrade myself as co-maintainer of 9pfs.
> 
> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7364af0d8b..8d9cd04ab5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1630,7 +1630,7 @@ F: include/hw/virtio/
>   
>   virtio-9p
>   M: Greg Kurz <groug@kaod.org>
> -R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> +M: Christian Schoenebeck <qemu_oss@crudebyte.com>
>   S: Odd Fixes
>   F: hw/9pfs/
>   X: hw/9pfs/xen-9p*
> 

FWIW:
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>


Re: [PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer
Posted by Greg Kurz 5 years, 6 months ago
On Wed, 18 Mar 2020 14:33:44 +0100
Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:

> As suggested by Greg, let's upgrade myself as co-maintainer of 9pfs.
> 
> Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> ---

Applied to 9p-next.


Hi Peter,

Christian has been contributing to and reviewing 9pfs patches for some
time now. I'm glad he's now volunteering for maintainership. The next
step is to be able to send PRs that have a chance to be accepted by you.
Christian told me he would need to start with a brand new GPG key. Because
of the confinement, it is very unlikely he has a chance to get this key
signed by anybody *in person* as described in [1]... if I try to make sure
Christian's key fingerprint is valid in a "best effort" way, e.g. multiple
messages using different media or channels, would it be acceptable for you
that I'm the only signer for his key ?

Cheers,

--
Greg

[1] https://wiki.qemu.org/Contribute/SubmitAPullRequest

>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7364af0d8b..8d9cd04ab5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1630,7 +1630,7 @@ F: include/hw/virtio/
>  
>  virtio-9p
>  M: Greg Kurz <groug@kaod.org>
> -R: Christian Schoenebeck <qemu_oss@crudebyte.com>
> +M: Christian Schoenebeck <qemu_oss@crudebyte.com>
>  S: Odd Fixes
>  F: hw/9pfs/
>  X: hw/9pfs/xen-9p*


Re: [PATCH] MAINTAINERS: Upgrade myself as 9pfs co-maintainer
Posted by Christian Schoenebeck 5 years, 6 months ago
On Montag, 20. April 2020 11:39:59 CEST Greg Kurz wrote:
> On Wed, 18 Mar 2020 14:33:44 +0100
> 
> Christian Schoenebeck <qemu_oss@crudebyte.com> wrote:
> > As suggested by Greg, let's upgrade myself as co-maintainer of 9pfs.
> > 
> > Signed-off-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
> > ---
> 
> Applied to 9p-next.
> 
> 
> Hi Peter,
> 
> Christian has been contributing to and reviewing 9pfs patches for some
> time now. I'm glad he's now volunteering for maintainership. The next
> step is to be able to send PRs that have a chance to be accepted by you.
> Christian told me he would need to start with a brand new GPG key. Because
> of the confinement, it is very unlikely he has a chance to get this key
> signed by anybody *in person* as described in [1]... if I try to make sure
> Christian's key fingerprint is valid in a "best effort" way, e.g. multiple
> messages using different media or channels, would it be acceptable for you
> that I'm the only signer for his key ?

Well, I probably could meet somebody in person, however since I am not allowed 
to cross borders (i.e. leave Germany) that would be limited to developer(s) in 
Germany. And even within Germany there are certain restrictions (e.g. entering 
Bavaria or Mecklenburg-Vorpommern is problematic/restricted right now).

I don't have a crystal ball, but it does not seem likely that the border 
restrictions are going to be lifted in the next few weeks or so.

Best regards,
Christian Schoenebeck