Message ID | 20201013104705.140127-1-jarkko.sakkinen@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@kernel.org | expand |
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 <jarkko.sakkinen@linux.intel.com> > +M: Jarkko Sakkinen <jarkko@kernel.org>
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 <jarkko@kernel.org> Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > diff --git a/MAINTAINERS b/MAINTAINERS > [] > > -M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> > > +M: Jarkko Sakkinen <jarkko@kernel.org> Thanks. /Jarkko
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 <jarkko@kernel.org> > Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> I think a single line like works Jarkko Sakkinen <jarkko@kernel.org> <jarkko.sakkinen@linux.intel.com> Adding this to .mailmap gives: $ ./scripts/get_maintainer.pl -f drivers/char/tpm/tpm-sysfs.c Peter Huewe <peterhuewe@gmx.de> (maintainer:TPM DEVICE DRIVER) Jarkko Sakkinen <jarkko@kernel.org> (maintainer:TPM DEVICE DRIVER) Jason Gunthorpe <jgg@ziepe.ca> (reviewer:TPM DEVICE DRIVER) linux-integrity@vger.kernel.org (open list:TPM DEVICE DRIVER) linux-kernel@vger.kernel.org (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 <jan.glauber@gmail.com> <jang@de.ibm.com> Jan Glauber <jan.glauber@gmail.com> <jang@linux.vnet.ibm.com> Jan Glauber <jan.glauber@gmail.com> <jglauber@cavium.com> +Jarkko Sakkinen <jarkko@kernel.org> <jarkko.sakkinen@linux.intel.com> Jason Gunthorpe <jgg@ziepe.ca> <jgg@mellanox.com> Jason Gunthorpe <jgg@ziepe.ca> <jgg@nvidia.com> Jason Gunthorpe <jgg@ziepe.ca> <jgunthorpe@obsidianresearch.com>
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 <jejb@linux.ibm.com> -M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> +M: Jarkko Sakkinen <jarkko@kernel.org> M: Mimi Zohar <zohar@linux.ibm.com> L: linux-integrity@vger.kernel.org L: keyrings@vger.kernel.org @@ -9680,7 +9680,7 @@ F: security/keys/trusted-keys/ KEYS/KEYRINGS M: David Howells <dhowells@redhat.com> -M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> +M: Jarkko Sakkinen <jarkko@kernel.org> L: keyrings@vger.kernel.org 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 <peterhuewe@gmx.de> -M: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> +M: Jarkko Sakkinen <jarkko@kernel.org> R: Jason Gunthorpe <jgg@ziepe.ca> L: linux-integrity@vger.kernel.org S: Maintained
Use korg address as the main communications end point. Update the corresponding M-entries. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)