[PATCH v2] MAINTAINERS: Name and email address change

Hanna Reitz posted 1 patch 2 years, 9 months ago
Failed in applying to current master (apply log)
.mailmap    | 1 +
MAINTAINERS | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
[PATCH v2] MAINTAINERS: Name and email address change
Posted by Hanna Reitz 2 years, 9 months ago
I have changed my name and email address.  Update the MAINTAINERS file
to match, and .mailmap in case anyone wants to send me an email because
of some past commit I authored.  (As suggested by Philippe, I put the
.mailmap line into the "preferred name forms" section, considering it
counts as a git author config change.)

Signed-off-by: Hanna Reitz <hreitz@redhat.com>
---
v2: .mailmap update
---
 .mailmap    | 1 +
 MAINTAINERS | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index 082ff893ab..f029d1c21f 100644
--- a/.mailmap
+++ b/.mailmap
@@ -100,6 +100,7 @@ Gautham R. Shenoy <ego@linux.vnet.ibm.com>
 Gonglei (Arei) <arei.gonglei@huawei.com>
 Guang Wang <wang.guang55@zte.com.cn>
 Hailiang Zhang <zhang.zhanghailiang@huawei.com>
+Hanna Reitz <hreitz@redhat.com> <mreitz@redhat.com>
 Hervé Poussineau <hpoussin@reactos.org>
 Jakub Jermář <jakub@jermar.eu>
 Jakub Jermář <jakub.jermar@kernkonzept.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index 37b1a8e442..694973ed23 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2270,7 +2270,7 @@ F: tests/qtest/fuzz-sb16-test.c
 
 Block layer core
 M: Kevin Wolf <kwolf@redhat.com>
-M: Max Reitz <mreitz@redhat.com>
+M: Hanna Reitz <hreitz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block*
@@ -3265,7 +3265,7 @@ F: stubs/io_uring.c
 
 qcow2
 M: Kevin Wolf <kwolf@redhat.com>
-M: Max Reitz <mreitz@redhat.com>
+M: Hanna Reitz <hreitz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/qcow2*
@@ -3279,7 +3279,7 @@ F: block/qcow.c
 
 blkdebug
 M: Kevin Wolf <kwolf@redhat.com>
-M: Max Reitz <mreitz@redhat.com>
+M: Hanna Reitz <hreitz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/blkdebug.c
@@ -3314,7 +3314,7 @@ F: tests/qtest/vhost-user-blk-test.c
 F: util/vhost-user-server.c
 
 FUSE block device exports
-M: Max Reitz <mreitz@redhat.com>
+M: Hanna Reitz <hreitz@redhat.com>
 L: qemu-block@nongnu.org
 S: Supported
 F: block/export/fuse.c
-- 
2.31.1


Re: [PATCH v2] MAINTAINERS: Name and email address change
Posted by Peter Maydell 2 years, 8 months ago
On Tue, 10 Aug 2021 at 15:06, Hanna Reitz <hreitz@redhat.com> wrote:
>
> I have changed my name and email address.  Update the MAINTAINERS file
> to match, and .mailmap in case anyone wants to send me an email because
> of some past commit I authored.  (As suggested by Philippe, I put the
> .mailmap line into the "preferred name forms" section, considering it
> counts as a git author config change.)
>
> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
> ---
> v2: .mailmap update
> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 8 ++++----
>  2 files changed, 5 insertions(+), 4 deletions(-)

Applied to master, thanks.

-- PMM

Re: [PATCH v2] MAINTAINERS: Name and email address change
Posted by Philippe Mathieu-Daudé 2 years, 9 months ago
On 8/10/21 4:04 PM, Hanna Reitz wrote:
> I have changed my name and email address.  Update the MAINTAINERS file
> to match, and .mailmap in case anyone wants to send me an email because
> of some past commit I authored.  (As suggested by Philippe, I put the
> .mailmap line into the "preferred name forms" section, considering it
> counts as a git author config change.)
> 
> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
> ---
> v2: .mailmap update
> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 8 ++++----
>  2 files changed, 5 insertions(+), 4 deletions(-)

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