All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Peter Xu <peterx@redhat.com>
Cc: qemu-devel@nongnu.org,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	"Juan Quintela" <quintela@redhat.com>,
	"Zhijian Li" <lizhijian@fujitsu.com>,
	"Fabiano Rosas" <farosas@suse.de>
Subject: Re: [PATCH] MAINTAINERS: Add entry for rdma migration
Date: Mon, 25 Sep 2023 15:55:08 +0200	[thread overview]
Message-ID: <8734z2s6gz.fsf@pond.sub.org> (raw)
In-Reply-To: <20230925133441.265455-1-peterx@redhat.com> (Peter Xu's message of "Mon, 25 Sep 2023 09:34:41 -0400")

Peter Xu <peterx@redhat.com> writes:

> It's not obvious to many that RDMA migration is in Odd Fixes stage for a
> long time.  Add an explicit sub entry for it (besides migration, which
> already covers the rdma files) to be clear on that, meanwhile add Zhijian
> as Reviewer, so Zhijian can see the patches and review when he still has
> the bandwidth.
>
> Cc: Daniel P. Berrangé <berrange@redhat.com>
> Cc: Juan Quintela <quintela@redhat.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Fabiano Rosas <farosas@suse.de>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 355b1960ce..f6b21da753 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3217,6 +3217,11 @@ F: qapi/migration.json
>  F: tests/migration/
>  F: util/userfaultfd.c
>  
> +RDMA Migration
> +R: Li Zhijian <lizhijian@fujitsu.com>
> +S: Odd Fixes
> +F: migration/rdma*
> +
>  Migration dirty limit and dirty page rate
>  M: Hyman Huang <yong.huang@smartx.com>
>  S: Maintained

Hmm...

    $ scripts/get_maintainer.pl --status -f migration/rdma.cLi Zhijian <lizhijian@fujitsu.com> (reviewer:RDMA Migration)
    Juan Quintela <quintela@redhat.com> (maintainer:Migration)
    Peter Xu <peterx@redhat.com> (reviewer:Migration)
    Leonardo Bras <leobras@redhat.com> (reviewer:Migration)
    qemu-devel@nongnu.org (open list:All patches CC here)
    Odd Fixes
    Maintained

Contradictory status.  Do we care?

To avoid, try something like the appended patch.  With that one:

    $ scripts/get_maintainer.pl --status -f migration/rdma.c
    Juan Quintela <quintela@redhat.com> (odd fixer:RDMA Migration)
    Li Zhijian <lizhijian@fujitsu.com> (reviewer:RDMA Migration)
    Peter Xu <peterx@redhat.com> (reviewer:RDMA Migration)
    Leonardo Bras <leobras@redhat.com> (reviewer:RDMA Migration)
    qemu-devel@nongnu.org (open list:All patches CC here)
    Odd Fixes


diff --git a/MAINTAINERS b/MAINTAINERS
index 355b1960ce..3e80857eab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3216,6 +3216,15 @@ F: docs/devel/migration.rst
 F: qapi/migration.json
 F: tests/migration/
 F: util/userfaultfd.c
+X: migration/rdma*
+
+RDMA Migration
+M: Juan Quintela <quintela@redhat.com>
+R: Li Zhijian <lizhijian@fujitsu.com>
+R: Peter Xu <peterx@redhat.com>
+R: Leonardo Bras <leobras@redhat.com>
+S: Odd Fixes
+F: migration/rdma*
 
 Migration dirty limit and dirty page rate
 M: Hyman Huang <yong.huang@smartx.com>



  reply	other threads:[~2023-09-25 13:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25 13:34 [PATCH] MAINTAINERS: Add entry for rdma migration Peter Xu
2023-09-25 13:55 ` Markus Armbruster [this message]
2023-09-26 17:01   ` Peter Xu
2023-10-03 12:57     ` Juan Quintela
2023-09-26  8:56 ` Zhijian Li (Fujitsu)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8734z2s6gz.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=farosas@suse.de \
    --cc=lizhijian@fujitsu.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.