linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper
@ 2021-08-09 17:58 Marc Kleine-Budde
  2021-08-11  6:34 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper Christoph Hellwig
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2021-08-09 17:58 UTC (permalink / raw)
  To: linux-can, linux-kernel
  Cc: Marc Kleine-Budde, Joe Perches, socketcan, Stefan Mätje

Matthias Fuchs's and Thomas Körper's email addresses aren't valid
anymore. Use the newly created role account instead.

Cc: socketcan@esd.eu
Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
Changes since v2:
- use name, not only email address (thanks, Joe)
Changes since v1:
- also replace Thomas Körper's email

 .mailmap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.mailmap b/.mailmap
index a35ae244dfda..6e849110cb4e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -229,6 +229,7 @@ Matthew Wilcox <willy@infradead.org> <mawilcox@microsoft.com>
 Matthew Wilcox <willy@infradead.org> <willy@debian.org>
 Matthew Wilcox <willy@infradead.org> <willy@linux.intel.com>
 Matthew Wilcox <willy@infradead.org> <willy@parisc-linux.org>
+Matthias Fuchs <socketcan@esd.eu> <matthias.fuchs@esd.eu>
 Matthieu CASTET <castet.matthieu@free.fr>
 Matt Ranostay <matt.ranostay@konsulko.com> <matt@ranostay.consulting>
 Matt Ranostay <mranostay@gmail.com> Matthew Ranostay <mranostay@embeddedalley.com>
@@ -341,6 +342,7 @@ Sumit Semwal <sumit.semwal@ti.com>
 Takashi YOSHII <takashi.yoshii.zj@renesas.com>
 Tejun Heo <htejun@gmail.com>
 Thomas Graf <tgraf@suug.ch>
+Thomas Körper <socketcan@esd.eu> <thomas.koerper@esd.eu>
 Thomas Pedersen <twp@codeaurora.org>
 Tiezhu Yang <yangtiezhu@loongson.cn> <kernelpatch@126.com>
 Todor Tomov <todor.too@gmail.com> <todor.tomov@linaro.org>
-- 
2.30.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper
  2021-08-09 17:58 [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
@ 2021-08-11  6:34 ` Christoph Hellwig
  2021-08-11  7:23   ` Marc Kleine-Budde
  2021-08-12  7:22 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
  2021-08-12 13:01 ` Stefan Mätje
  2 siblings, 1 reply; 5+ messages in thread
From: Christoph Hellwig @ 2021-08-11  6:34 UTC (permalink / raw)
  To: Marc Kleine-Budde
  Cc: linux-can, linux-kernel, Joe Perches, socketcan, Stefan M??tje

I do not think that this is proper use of .mailcap, which should
redirect email to person from one address to another.  What you do
is hijack mail to be sent to one person to a set of others.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper
  2021-08-11  6:34 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper Christoph Hellwig
@ 2021-08-11  7:23   ` Marc Kleine-Budde
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2021-08-11  7:23 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: linux-can, linux-kernel, Joe Perches, socketcan, Stefan M??tje

[-- Attachment #1: Type: text/plain, Size: 2647 bytes --]

On 11.08.2021 07:34:44, Christoph Hellwig wrote:
> I do not think that this is proper use of .mailcap, which should
> redirect email to person from one address to another.  What you do
> is hijack mail to be sent to one person to a set of others.

With the patch applied, but "%ae" ignores the .mailmap:

| $ git log --author="esd.eu" --format="%aN <%ae> -- %h %s" drivers/net/can
| Stefan Mätje <Stefan.Maetje@esd.eu> -- 396b3cedc9cf can: drivers: add len8_dlc support for esd_usb2 CAN adapter
| Stefan Mätje <Stefan.Maetje@esd.eu> -- 72d92e865d15 can: esd_usb2: Fix can_dlc value for received RTR, frames
| Thomas Körper <thomas.koerper@esd.eu> -- 6d5a7a65a928 can: esd_usb2: Fix sparse warnings
| Thomas Körper <thomas.koerper@esd.eu> -- 5247a589c240 can: dev: avoid calling kfree_skb() from interrupt context
| Matthias Fuchs <matthias.fuchs@esd.eu> -- 7653ebd5f6a4 can: usb: esd_usb2: Add support for CAN-USB/Micro
| Matthias Fuchs <matthias.fuchs@esd.eu> -- a5f8f0e1a570 can: usb: esd_usb2: Add support for listen-only mode
| Matthias Fuchs <matthias.fuchs@esd.eu> -- 96d8e90382dc can: Add driver for esd CAN-USB/2 device
| Matthias Fuchs <matthias.fuchs@esd.eu> -- 82e381775f6d can: Add esd board support to plx_pci CAN driver

..."%aE" respects .mailmap:

| $ git log --author="esd.eu" --format="%aN <%aE> -- %h %s" drivers/net/can
| Stefan Mätje <Stefan.Maetje@esd.eu> -- 396b3cedc9cf can: drivers: add len8_dlc support for esd_usb2 CAN adapter
| Stefan Mätje <Stefan.Maetje@esd.eu> -- 72d92e865d15 can: esd_usb2: Fix can_dlc value for received RTR, frames
| Thomas Körper <socketcan@esd.eu> -- 6d5a7a65a928 can: esd_usb2: Fix sparse warnings
| Thomas Körper <socketcan@esd.eu> -- 5247a589c240 can: dev: avoid calling kfree_skb() from interrupt context
| Matthias Fuchs <socketcan@esd.eu> -- 7653ebd5f6a4 can: usb: esd_usb2: Add support for CAN-USB/Micro
| Matthias Fuchs <socketcan@esd.eu> -- a5f8f0e1a570 can: usb: esd_usb2: Add support for listen-only mode
| Matthias Fuchs <socketcan@esd.eu> -- 96d8e90382dc can: Add driver for esd CAN-USB/2 device
| Matthias Fuchs <socketcan@esd.eu> -- 82e381775f6d can: Add esd board support to plx_pci CAN driver

With this patch the non-working email addresses of Thomas and Matthias
are mapped to the role account socketcan@e.u. The address of Stefan is
unaffected.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper
  2021-08-09 17:58 [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
  2021-08-11  6:34 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper Christoph Hellwig
@ 2021-08-12  7:22 ` Marc Kleine-Budde
  2021-08-12 13:01 ` Stefan Mätje
  2 siblings, 0 replies; 5+ messages in thread
From: Marc Kleine-Budde @ 2021-08-12  7:22 UTC (permalink / raw)
  To: linux-can, linux-kernel; +Cc: Joe Perches, socketcan, Stefan Mätje

[-- Attachment #1: Type: text/plain, Size: 670 bytes --]

On 09.08.2021 19:58:44, Marc Kleine-Budde wrote:
> Matthias Fuchs's and Thomas Körper's email addresses aren't valid
> anymore. Use the newly created role account instead.
> 
> Cc: socketcan@esd.eu
> Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

Stefan, if you're OK with this change, please add your Acked-by to this.

regards,
Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper
  2021-08-09 17:58 [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
  2021-08-11  6:34 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper Christoph Hellwig
  2021-08-12  7:22 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
@ 2021-08-12 13:01 ` Stefan Mätje
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Mätje @ 2021-08-12 13:01 UTC (permalink / raw)
  To: linux-kernel, linux-can, mkl; +Cc: joe

Am Montag, den 09.08.2021, 19:58 +0200 schrieb Marc Kleine-Budde:
> Matthias Fuchs's and Thomas Körper's email addresses aren't valid
> anymore. Use the newly created role account instead.
> 
> Cc: socketcan@esd.eu
> Cc: Stefan Mätje <Stefan.Maetje@esd.eu>
> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
> ---
> Changes since v2:
> - use name, not only email address (thanks, Joe)
> Changes since v1:
> - also replace Thomas Körper's email
> 
>  .mailmap | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.mailmap b/.mailmap
> index a35ae244dfda..6e849110cb4e 100644

Acked-by: Stefan Mätje <stefan.maetje@esd.eu>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-08-12 13:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 17:58 [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
2021-08-11  6:34 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas K??rper Christoph Hellwig
2021-08-11  7:23   ` Marc Kleine-Budde
2021-08-12  7:22 ` [PATCH v3] mailmap: update email address of Matthias Fuchs and Thomas Körper Marc Kleine-Budde
2021-08-12 13:01 ` Stefan Mätje

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).