2020-10-13 12:06:06

by Jarkko Sakkinen

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: [email protected] -> [email protected]

Use korg address as the main communications end point. Update the
corresponding M-entries.

Signed-off-by: Jarkko Sakkinen <[email protected]>
---
MAINTAINERS | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6594f0966716..afe2a20fb85a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9668,7 +9668,7 @@ F: security/keys/encrypted-keys/

KEYS-TRUSTED
M: James Bottomley <[email protected]>
-M: Jarkko Sakkinen <[email protected]>
+M: Jarkko Sakkinen <[email protected]>
M: Mimi Zohar <[email protected]>
L: [email protected]
L: [email protected]
@@ -9680,7 +9680,7 @@ F: security/keys/trusted-keys/

KEYS/KEYRINGS
M: David Howells <[email protected]>
-M: Jarkko Sakkinen <[email protected]>
+M: Jarkko Sakkinen <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/security/keys/core.rst
@@ -17616,7 +17616,7 @@ F: drivers/platform/x86/toshiba-wmi.c

TPM DEVICE DRIVER
M: Peter Huewe <[email protected]>
-M: Jarkko Sakkinen <[email protected]>
+M: Jarkko Sakkinen <[email protected]>
R: Jason Gunthorpe <[email protected]>
L: [email protected]
S: Maintained
--
2.25.1


2020-10-13 17:42:42

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: [email protected] -> [email protected]

On Tue, 2020-10-13 at 13:46 +0300, Jarkko Sakkinen wrote:
> Use korg address as the main communications end point. Update the
> corresponding M-entries.

Maybe add an equivalent entry to .mailmap?

> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> -M: Jarkko Sakkinen <[email protected]>
> +M: Jarkko Sakkinen <[email protected]>


2020-10-13 19:47:38

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: [email protected] -> [email protected]

On Tue, 2020-10-13 at 22:25 +0300, Jarkko Sakkinen wrote:
> On Tue, Oct 13, 2020 at 08:30:38AM -0700, Joe Perches wrote:
> > On Tue, 2020-10-13 at 13:46 +0300, Jarkko Sakkinen wrote:
> > > Use korg address as the main communications end point. Update the
> > > corresponding M-entries.
> >
> > Maybe add an equivalent entry to .mailmap?
>
> Ugh, neither has @linux.intel.com. So, I'll insert these two lines:
>
> Jarkko Sakkinen <[email protected]>
> Jarkko Sakkinen <[email protected]>

I think a single line like works
Jarkko Sakkinen <[email protected]> <[email protected]>

Adding this to .mailmap gives:

$ ./scripts/get_maintainer.pl -f drivers/char/tpm/tpm-sysfs.c
Peter Huewe <[email protected]> (maintainer:TPM DEVICE DRIVER)
Jarkko Sakkinen <[email protected]> (maintainer:TPM DEVICE DRIVER)
Jason Gunthorpe <[email protected]> (reviewer:TPM DEVICE DRIVER)
[email protected] (open list:TPM DEVICE DRIVER)
[email protected] (open list)

even without the MAINTAINER file changes

(though you should really do those too so
people that read the file can use the
proper address)

---
.mailmap | 1 +
1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index e4ccac4e2f88..1e14566a3d56 100644
--- a/.mailmap
+++ b/.mailmap
@@ -133,6 +133,7 @@ James Ketrenos <jketreno@io.(none)>
Jan Glauber <[email protected]> <[email protected]>
Jan Glauber <[email protected]> <[email protected]>
Jan Glauber <[email protected]> <[email protected]>
+Jarkko Sakkinen <[email protected]> <[email protected]>
Jason Gunthorpe <[email protected]> <[email protected]>
Jason Gunthorpe <[email protected]> <[email protected]>
Jason Gunthorpe <[email protected]> <[email protected]>


2020-10-14 10:01:52

by Jarkko Sakkinen

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: [email protected] -> [email protected]

On Tue, Oct 13, 2020 at 08:30:38AM -0700, Joe Perches wrote:
> On Tue, 2020-10-13 at 13:46 +0300, Jarkko Sakkinen wrote:
> > Use korg address as the main communications end point. Update the
> > corresponding M-entries.
>
> Maybe add an equivalent entry to .mailmap?

Ugh, neither has @linux.intel.com. So, I'll insert these two lines:

Jarkko Sakkinen <[email protected]>
Jarkko Sakkinen <[email protected]>

> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > -M: Jarkko Sakkinen <[email protected]>
> > +M: Jarkko Sakkinen <[email protected]>

Thanks.

/Jarkko