2019-07-16 17:45:52

by Marc Zyngier

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update my email address to @kernel.org

I will soon lose access to my @arm.com email address, so let's
update the MAINTAINERS file to point to my @kernel.org address,
as well as .mailmap for good measure.

Note that my @arm.com address will still work, but someone else
will be reading whatever is sent there. Don't say you didn't know!

Signed-off-by: Marc Zyngier <[email protected]>
---

Notes:
Yes, I'm sending this from my ARM address. That's intentional.
I'll probably send it as part of a pull request later in the
cycle, but that's just so that people know what is coming.

.mailmap | 1 +
MAINTAINERS | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/.mailmap b/.mailmap
index 0fef932de3db..23cfed2e015c 100644
--- a/.mailmap
+++ b/.mailmap
@@ -132,6 +132,7 @@ Linus Lüssing <[email protected]> <[email protected]>
Li Yang <[email protected]> <[email protected]>
Li Yang <[email protected]> <[email protected]>
Maciej W. Rozycki <[email protected]> <[email protected]>
+Marc Zyngier <[email protected]> <[email protected]>
Marcin Nowakowski <[email protected]> <[email protected]>
Mark Brown <[email protected]>
Mark Yao <[email protected]> <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
index 677ef41cb012..eff3dca4869d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1161,7 +1161,7 @@ F: include/uapi/linux/if_arcnet.h

ARM ARCHITECTED TIMER DRIVER
M: Mark Rutland <[email protected]>
-M: Marc Zyngier <[email protected]>
+M: Marc Zyngier <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
F: arch/arm/include/asm/arch_timer.h
@@ -8303,7 +8303,7 @@ S: Obsolete
F: include/uapi/linux/ipx.h

IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
-M: Marc Zyngier <[email protected]>
+M: Marc Zyngier <[email protected]>
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
F: Documentation/IRQ-domain.txt
@@ -8321,7 +8321,7 @@ F: kernel/irq/
IRQCHIP DRIVERS
M: Thomas Gleixner <[email protected]>
M: Jason Cooper <[email protected]>
-M: Marc Zyngier <[email protected]>
+M: Marc Zyngier <[email protected]>
L: [email protected]
S: Maintained
T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
@@ -8633,7 +8633,7 @@ F: arch/x86/include/asm/svm.h
F: arch/x86/kvm/svm.c

KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64)
-M: Marc Zyngier <[email protected]>
+M: Marc Zyngier <[email protected]>
R: James Morse <[email protected]>
R: Julien Thierry <[email protected]>
R: Suzuki K Pouloze <[email protected]>
--
2.20.1


2019-07-17 06:44:14

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update my email address to @kernel.org

On Tue, Jul 16, 2019 at 06:43:08PM +0100, Marc Zyngier wrote:
> I will soon lose access to my @arm.com email address, so let's
> update the MAINTAINERS file to point to my @kernel.org address,
> as well as .mailmap for good measure.
>
> Note that my @arm.com address will still work, but someone else
> will be reading whatever is sent there. Don't say you didn't know!
>
> Signed-off-by: Marc Zyngier <[email protected]>
> ---
>
> Notes:
> Yes, I'm sending this from my ARM address. That's intentional.
> I'll probably send it as part of a pull request later in the
> cycle, but that's just so that people know what is coming.
>
> .mailmap | 1 +
> MAINTAINERS | 8 ++++----
> 2 files changed, 5 insertions(+), 4 deletions(-)

Let's see if you manage a better job of getting people to use your new
address than I have:

Acked-by: Will Deacon <[email protected]>

Will

2019-07-17 11:39:11

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update my email address to @kernel.org

On Wed, Jul 17, 2019 at 07:43:15AM +0100, Will Deacon wrote:
> On Tue, Jul 16, 2019 at 06:43:08PM +0100, Marc Zyngier wrote:
> > I will soon lose access to my @arm.com email address, so let's
> > update the MAINTAINERS file to point to my @kernel.org address,
> > as well as .mailmap for good measure.
> >
> > Note that my @arm.com address will still work, but someone else
> > will be reading whatever is sent there. Don't say you didn't know!
> >
> > Signed-off-by: Marc Zyngier <[email protected]>
> > ---
> >
> > Notes:
> > Yes, I'm sending this from my ARM address. That's intentional.
> > I'll probably send it as part of a pull request later in the
> > cycle, but that's just so that people know what is coming.
> >
> > .mailmap | 1 +
> > MAINTAINERS | 8 ++++----
> > 2 files changed, 5 insertions(+), 4 deletions(-)
>
> Let's see if you manage a better job of getting people to use your new
> address than I have:
>
> Acked-by: Will Deacon <[email protected]>

Actually, since there's another change from Julien, I'll just pick both of
these up via the arm64 tree for -rc2 along with the vdso fixes we've got
kicking around.

Will