[PATCH] MAINTAINERS: Update RDMA migration entry with M:

Peter Xu posted 1 patch 2 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260511143026.1296485-1-peterx@redhat.com
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Peter Xu 2 weeks, 5 days ago
We wanted to remove RDMA migration once but that didn't go further.  In
reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
merged one new parameter for it, for performance improvements.

Markus pointed out we'd better have at least one M: for it to match
anything that is not orphaned.

Remove the X: for Migration entry for RDMA files, then it'll start to cover
RDMA migration again. Keep the separate entry so Zhijian can keep getting
copied, and copy the M:s over to say someone is collecting patches.
Logically these M:s aren't needed after removing X:, but make it clearer.

Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
Cc: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d3d645953..c57ef413ca 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3758,11 +3758,11 @@ F: docs/devel/migration/
 F: qapi/migration.json
 F: tests/migration-stress/
 F: util/userfaultfd.c
-X: migration/rdma*
 
 RDMA Migration
+M: Peter Xu <peterx@redhat.com>
+M: Fabiano Rosas <farosas@suse.de>
 R: Li Zhijian <lizhijian@fujitsu.com>
-R: Peter Xu <peterx@redhat.com>
 S: Odd Fixes
 F: migration/rdma*
 F: scripts/rdma-migration-helper.sh
-- 
2.53.0
Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Markus Armbruster 2 weeks, 2 days ago
Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

I'll take this through my tree.  Thanks!
Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Zhijian Li (Fujitsu) 2 weeks, 3 days ago

On 11/05/2026 22:30, Peter Xu wrote:
> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
> 
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
> 
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
> 
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

thanks,

Acked-by: Li Zhijian <lizhijian@fujitsu.com>


> ---
>   MAINTAINERS | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>   F: qapi/migration.json
>   F: tests/migration-stress/
>   F: util/userfaultfd.c
> -X: migration/rdma*
>   
>   RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>   R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>   S: Odd Fixes
>   F: migration/rdma*
>   F: scripts/rdma-migration-helper.sh
Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Markus Armbruster 2 weeks, 4 days ago
Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Fabiano Rosas 2 weeks, 4 days ago
Peter Xu <peterx@redhat.com> writes:

> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
>
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
>
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
>
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>  F: qapi/migration.json
>  F: tests/migration-stress/
>  F: util/userfaultfd.c
> -X: migration/rdma*
>  
>  RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>  R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>  S: Odd Fixes
>  F: migration/rdma*
>  F: scripts/rdma-migration-helper.sh

Acked-by: Fabiano Rosas <farosas@suse.de>
Re: [PATCH] MAINTAINERS: Update RDMA migration entry with M:
Posted by Peter Xu 2 weeks, 4 days ago
I somehow thought this will copy Fabiano by default.. now copied.

On Mon, May 11, 2026 at 10:30:26AM -0400, Peter Xu wrote:
> We wanted to remove RDMA migration once but that didn't go further.  In
> reality, with the help of Zhijian it's in Odd Fixes stage, even if we just
> merged one new parameter for it, for performance improvements.
> 
> Markus pointed out we'd better have at least one M: for it to match
> anything that is not orphaned.
> 
> Remove the X: for Migration entry for RDMA files, then it'll start to cover
> RDMA migration again. Keep the separate entry so Zhijian can keep getting
> copied, and copy the M:s over to say someone is collecting patches.
> Logically these M:s aren't needed after removing X:, but make it clearer.
> 
> Link: https://lore.kernel.org/r/5326b854-fcea-4af6-a479-792888a94a4d@fujitsu.com
> Cc: Zhijian Li (Fujitsu) <lizhijian@fujitsu.com>
> Cc: Markus Armbruster <armbru@redhat.com>
> Signed-off-by: Peter Xu <peterx@redhat.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d3d645953..c57ef413ca 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3758,11 +3758,11 @@ F: docs/devel/migration/
>  F: qapi/migration.json
>  F: tests/migration-stress/
>  F: util/userfaultfd.c
> -X: migration/rdma*
>  
>  RDMA Migration
> +M: Peter Xu <peterx@redhat.com>
> +M: Fabiano Rosas <farosas@suse.de>
>  R: Li Zhijian <lizhijian@fujitsu.com>
> -R: Peter Xu <peterx@redhat.com>
>  S: Odd Fixes
>  F: migration/rdma*
>  F: scripts/rdma-migration-helper.sh
> -- 
> 2.53.0
> 

-- 
Peter Xu