From: Peter Xu <[email protected]> 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/[email protected] Cc: Zhijian Li (Fujitsu) <[email protected]> Cc: Markus Armbruster <[email protected]> Signed-off-by: Peter Xu <[email protected]> Message-ID: <[email protected]> Acked-by: Fabiano Rosas <[email protected]> Reviewed-by: Markus Armbruster <[email protected]> Acked-by: Li Zhijian <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6748c03928..0d9c7146da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3769,11 +3769,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 <[email protected]> +M: Fabiano Rosas <[email protected]> R: Li Zhijian <[email protected]> -R: Peter Xu <[email protected]> S: Odd Fixes F: migration/rdma* F: scripts/rdma-migration-helper.sh -- 2.54.0
