All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mailmap: map the last From-munged author back to a real identity
@ 2026-08-12 11:24 Denis V. Lunev
  2026-08-12 12:07 ` Philippe Mathieu-Daudé
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Denis V. Lunev @ 2026-08-12 11:24 UTC (permalink / raw)
  To: qemu-devel
  Cc: qemu-trivial, Denis V . Lunev, Philippe Mathieu-Daudé,
	Alex Bennée, Eric Blake, Michael Tokarev, Laurent Vivier

qemu-block@nongnu.org rewrote the From: header of commit b67e353863
("block: drop force_dup parameter of raw_reconfigure_getfd()") for
DMARC reasons, so it landed in git attributed to the list instead of
to its author, whose real address is in the Signed-off-by trailer.
Map it like the other munged identities collected in that section.
This was the last one left unmapped, so 'git log --format="%aN"' no
longer reports any author 'via' a list.

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
CC: Alex Bennée <alex.bennee@linaro.org>
CC: Eric Blake <eblake@redhat.com>
CC: Michael Tokarev <mjt@tls.msk.ru>
CC: Laurent Vivier <laurent@vivier.eu>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index e5dc644623..08f0fa9e11 100644
--- a/.mailmap
+++ b/.mailmap
@@ -68,6 +68,7 @@ Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org>
 Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-trivial@nongnu.org>
 Andrey Drobyshev <andrey.drobyshev@virtuozzo.com> Andrey Drobyshev via <qemu-block@nongnu.org>
 BALATON Zoltan <balaton@eik.bme.hu> BALATON Zoltan via <qemu-ppc@nongnu.org>
+Denis V. Lunev <den@openvz.org> Denis V. Lunev via <qemu-block@nongnu.org>
 
 # Next, replace old addresses by a more recent one.
 Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> <akihiko.odaki@daynix.com>
-- 
2.53.0



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

* Re: [PATCH] mailmap: map the last From-munged author back to a real identity
  2026-08-12 11:24 [PATCH] mailmap: map the last From-munged author back to a real identity Denis V. Lunev
@ 2026-08-12 12:07 ` Philippe Mathieu-Daudé
  2026-08-19  9:36 ` Denis V. Lunev
  2026-08-19 12:13 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2026-08-12 12:07 UTC (permalink / raw)
  To: Denis V. Lunev, qemu-devel
  Cc: qemu-trivial, Alex Bennée, Eric Blake, Michael Tokarev,
	Laurent Vivier

On 12/8/26 13:24, Denis V. Lunev wrote:
> qemu-block@nongnu.org rewrote the From: header of commit b67e353863
> ("block: drop force_dup parameter of raw_reconfigure_getfd()") for
> DMARC reasons, so it landed in git attributed to the list instead of
> to its author, whose real address is in the Signed-off-by trailer.
> Map it like the other munged identities collected in that section.
> This was the last one left unmapped, so 'git log --format="%aN"' no
> longer reports any author 'via' a list.
> 
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> CC: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
> CC: Alex Bennée <alex.bennee@linaro.org>
> CC: Eric Blake <eblake@redhat.com>
> CC: Michael Tokarev <mjt@tls.msk.ru>
> CC: Laurent Vivier <laurent@vivier.eu>
> ---
>   .mailmap | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>


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

* Re: [PATCH] mailmap: map the last From-munged author back to a real identity
  2026-08-12 11:24 [PATCH] mailmap: map the last From-munged author back to a real identity Denis V. Lunev
  2026-08-12 12:07 ` Philippe Mathieu-Daudé
@ 2026-08-19  9:36 ` Denis V. Lunev
  2026-08-19 12:13 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Denis V. Lunev @ 2026-08-19  9:36 UTC (permalink / raw)
  To: Denis V. Lunev, qemu-devel
  Cc: qemu-trivial, Philippe Mathieu-Daudé, Alex Bennée,
	Eric Blake, Michael Tokarev, Laurent Vivier

On 8/12/26 13:24, Denis V. Lunev wrote:
> This email originated from an IP that might not be authorized by the domain it was sent from.
> Do not click links or open attachments unless it is an email you expected to receive.
> qemu-block@nongnu.org rewrote the From: header of commit b67e353863
> ("block: drop force_dup parameter of raw_reconfigure_getfd()") for
> DMARC reasons, so it landed in git attributed to the list instead of
> to its author, whose real address is in the Signed-off-by trailer.
> Map it like the other munged identities collected in that section.
> This was the last one left unmapped, so 'git log --format="%aN"' no
> longer reports any author 'via' a list.
>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> CC: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
> CC: Alex Bennée <alex.bennee@linaro.org>
> CC: Eric Blake <eblake@redhat.com>
> CC: Michael Tokarev <mjt@tls.msk.ru>
> CC: Laurent Vivier <laurent@vivier.eu>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index e5dc644623..08f0fa9e11 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -68,6 +68,7 @@ Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org>
>  Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-trivial@nongnu.org>
>  Andrey Drobyshev <andrey.drobyshev@virtuozzo.com> Andrey Drobyshev via <qemu-block@nongnu.org>
>  BALATON Zoltan <balaton@eik.bme.hu> BALATON Zoltan via <qemu-ppc@nongnu.org>
> +Denis V. Lunev <den@openvz.org> Denis V. Lunev via <qemu-block@nongnu.org>
>  
>  # Next, replace old addresses by a more recent one.
>  Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> <akihiko.odaki@daynix.com>
ping


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

* Re: [PATCH] mailmap: map the last From-munged author back to a real identity
  2026-08-12 11:24 [PATCH] mailmap: map the last From-munged author back to a real identity Denis V. Lunev
  2026-08-12 12:07 ` Philippe Mathieu-Daudé
  2026-08-19  9:36 ` Denis V. Lunev
@ 2026-08-19 12:13 ` Alex Bennée
  2 siblings, 0 replies; 4+ messages in thread
From: Alex Bennée @ 2026-08-19 12:13 UTC (permalink / raw)
  To: Denis V. Lunev
  Cc: qemu-devel, qemu-trivial, Philippe Mathieu-Daudé, Eric Blake,
	Michael Tokarev, Laurent Vivier

"Denis V. Lunev" <den@openvz.org> writes:

> qemu-block@nongnu.org rewrote the From: header of commit b67e353863
> ("block: drop force_dup parameter of raw_reconfigure_getfd()") for
> DMARC reasons, so it landed in git attributed to the list instead of
> to its author, whose real address is in the Signed-off-by trailer.
> Map it like the other munged identities collected in that section.
> This was the last one left unmapped, so 'git log --format="%aN"' no
> longer reports any author 'via' a list.
>
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> CC: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com>
> CC: Alex Bennée <alex.bennee@linaro.org>
> CC: Eric Blake <eblake@redhat.com>
> CC: Michael Tokarev <mjt@tls.msk.ru>
> CC: Laurent Vivier <laurent@vivier.eu>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/.mailmap b/.mailmap
> index e5dc644623..08f0fa9e11 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -68,6 +68,7 @@ Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org>
>  Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-trivial@nongnu.org>
>  Andrey Drobyshev <andrey.drobyshev@virtuozzo.com> Andrey Drobyshev via <qemu-block@nongnu.org>
>  BALATON Zoltan <balaton@eik.bme.hu> BALATON Zoltan via <qemu-ppc@nongnu.org>
> +Denis V. Lunev <den@openvz.org> Denis V. Lunev via <qemu-block@nongnu.org>
>  
>  # Next, replace old addresses by a more recent one.
>  Akihiko Odaki <odaki@rsg.ci.i.u-tokyo.ac.jp> <akihiko.odaki@daynix.com>

Queued to b4/fixes-for-11-2, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro


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

end of thread, other threads:[~2026-08-19 12:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-12 11:24 [PATCH] mailmap: map the last From-munged author back to a real identity Denis V. Lunev
2026-08-12 12:07 ` Philippe Mathieu-Daudé
2026-08-19  9:36 ` Denis V. Lunev
2026-08-19 12:13 ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.