2019-07-17 10:34:54

by Julien Thierry

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update my email address

My @arm.com address will stop working in a couple of weeks. Update
MAINTAINERS and .mailmap files with an address I'll have access to.

Signed-off-by: Julien Thierry <[email protected]>
---
.mailmap | 1 +
MAINTAINERS | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 0fef932..468bced8 100644
--- a/.mailmap
+++ b/.mailmap
@@ -116,6 +116,7 @@ John Stultz <[email protected]>
Juha Yrjola <at solidboot.com>
Juha Yrjola <[email protected]>
Juha Yrjola <[email protected]>
+Julien Thierry <[email protected]> <[email protected]>
Kay Sievers <[email protected]>
Kenneth W Chen <[email protected]>
Konstantin Khlebnikov <[email protected]> <[email protected]>
diff --git a/MAINTAINERS b/MAINTAINERS
index 91d8700..9525601 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8808,7 +8808,7 @@ F: arch/x86/kvm/svm.c
KERNEL VIRTUAL MACHINE FOR ARM/ARM64 (KVM/arm, KVM/arm64)
M: Marc Zyngier <[email protected]>
R: James Morse <[email protected]>
-R: Julien Thierry <[email protected]>
+R: Julien Thierry <[email protected]>
R: Suzuki K Pouloze <[email protected]>
L: [email protected] (moderated for non-subscribers)
L: [email protected]
--
1.9.1


2019-07-17 11:37:56

by Marc Zyngier

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update my email address

On 17/07/2019 11:32, Julien Thierry wrote:
> My @arm.com address will stop working in a couple of weeks. Update
> MAINTAINERS and .mailmap files with an address I'll have access to.
>
> Signed-off-by: Julien Thierry <[email protected]>

Acked-by: Marc Zyngier <[email protected]>

M.
--
Jazz is not dead, it just smells funny...

2019-07-17 11:44:56

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update my email address

On Wed, Jul 17, 2019 at 11:32:15AM +0100, Julien Thierry wrote:
> My @arm.com address will stop working in a couple of weeks. Update
> MAINTAINERS and .mailmap files with an address I'll have access to.
>
> Signed-off-by: Julien Thierry <[email protected]>
> ---
> .mailmap | 1 +
> MAINTAINERS | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)

I'll pick this up at -rc1.

Will