[PATCH] mailmap: Fix Andrey Drobyshev author email

andrey.drobyshev--- via posted 1 patch 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230926102801.512107-1-andrey.drobyshev@virtuozzo.com
.mailmap | 1 +
1 file changed, 1 insertion(+)
[PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by andrey.drobyshev--- via 7 months, 1 week ago
From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>

This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
list rewrote the "From:" field in the corresponding patches.  See commit
3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
authorship") for explanation.

Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
---
 .mailmap | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.mailmap b/.mailmap
index 64ef9f4de6..04a7feb005 100644
--- a/.mailmap
+++ b/.mailmap
@@ -46,6 +46,7 @@ Ian McKellar <ianloic@google.com> Ian McKellar via Qemu-devel <qemu-devel@nongnu
 Julia Suvorova <jusual@mail.ru> Julia Suvorova via Qemu-devel <qemu-devel@nongnu.org>
 Justin Terry (VM) <juterry@microsoft.com> Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org>
 Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org>
+Andrey Drobyshev <andrey.drobyshev@virtuozzo.com> Andrey Drobyshev via <qemu-block@nongnu.org>
 
 # Next, replace old addresses by a more recent one.
 Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> <aleksandar.markovic@mips.com>
-- 
2.41.0
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Philippe Mathieu-Daudé 7 months ago
On 26/9/23 12:28, andrey.drobyshev@virtuozzo.com wrote:
> From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> 
> This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
> list rewrote the "From:" field in the corresponding patches.  See commit
> 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
> authorship") for explanation.
> 
> Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> ---
>   .mailmap | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Eric Blake 7 months, 1 week ago
On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobyshev@virtuozzo.com wrote:
> From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> 
> This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
> list rewrote the "From:" field in the corresponding patches.  See commit
> 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
> authorship") for explanation.
> 
> Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> ---
>  .mailmap | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Eric Blake <eblake@redhat.com>

> 
> diff --git a/.mailmap b/.mailmap
> index 64ef9f4de6..04a7feb005 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -46,6 +46,7 @@ Ian McKellar <ianloic@google.com> Ian McKellar via Qemu-devel <qemu-devel@nongnu
>  Julia Suvorova <jusual@mail.ru> Julia Suvorova via Qemu-devel <qemu-devel@nongnu.org>
>  Justin Terry (VM) <juterry@microsoft.com> Justin Terry (VM) via Qemu-devel <qemu-devel@nongnu.org>
>  Stefan Weil <sw@weilnetz.de> Stefan Weil via <qemu-devel@nongnu.org>
> +Andrey Drobyshev <andrey.drobyshev@virtuozzo.com> Andrey Drobyshev via <qemu-block@nongnu.org>
>  
>  # Next, replace old addresses by a more recent one.
>  Aleksandar Markovic <aleksandar.qemu.devel@gmail.com> <aleksandar.markovic@mips.com>
> -- 
> 2.41.0
> 

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization:  qemu.org | libguestfs.org
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Peter Maydell 7 months, 1 week ago
On Tue, 26 Sept 2023 at 14:40, Eric Blake <eblake@redhat.com> wrote:
>
> On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobyshev@virtuozzo.com wrote:
> > From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> >
> > This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
> > list rewrote the "From:" field in the corresponding patches.  See commit
> > 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
> > authorship") for explanation.
> >
> > Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> > ---
> >  .mailmap | 1 +
> >  1 file changed, 1 insertion(+)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>

Hi Eric -- you wrote commit 3bd2608db72997, which included the
comment for this bit of .mailmap:

+# Next, translate a few commits where mailman rewrote the From: line due
+# to strict SPF, although we prefer to avoid adding more entries like that.

What did you mean by "we prefer to avoid adding more entries" ?
It reads to me like "don't add more entries even if we get more
accidental attributed-to-the-list commits" (and I was actually
thinking about replying to this patch to say "the mailmap file
says we shouldn't add more of these lines"), but presumably since
you've reviewed this patch that wasn't the actual intention.
Maybe the comment could use clarification.

thanks
-- PMM
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Eric Blake 7 months, 1 week ago
On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote:
> On Tue, 26 Sept 2023 at 14:40, Eric Blake <eblake@redhat.com> wrote:
> >
> > On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobyshev@virtuozzo.com wrote:
> > > From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> > >
> > > This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
> > > list rewrote the "From:" field in the corresponding patches.  See commit
> > > 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
> > > authorship") for explanation.
> > >
> > > Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> > > ---
> > >  .mailmap | 1 +
> > >  1 file changed, 1 insertion(+)
> >
> > Reviewed-by: Eric Blake <eblake@redhat.com>
> 
> Hi Eric -- you wrote commit 3bd2608db72997, which included the
> comment for this bit of .mailmap:
> 
> +# Next, translate a few commits where mailman rewrote the From: line due
> +# to strict SPF, although we prefer to avoid adding more entries like that.
> 
> What did you mean by "we prefer to avoid adding more entries" ?
> It reads to me like "don't add more entries even if we get more
> accidental attributed-to-the-list commits" (and I was actually
> thinking about replying to this patch to say "the mailmap file
> says we shouldn't add more of these lines"), but presumably since
> you've reviewed this patch that wasn't the actual intention.
> Maybe the comment could use clarification.

Indeed, it is meant more along the lines of "because our build process
was tweaked to warn us in advance of merging more commits that suffer
from the same problem, we shouldn't be having to continually increase
the size of this section", or even "if you end up adding a line here,
please also take the time to figure out what part of our build process
failed to catch it in advance" (in this particular instance, the
failure was effectively that we were grepping for 'via qemu-devel',
not 'via qemu-.*').  If wording along those lines is better, or if you
have other ideas, I'm happy to turn it into a formal commit to improve
the comment in that file.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization:  qemu.org | libguestfs.org
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Peter Maydell 7 months, 1 week ago
On Tue, 26 Sept 2023 at 20:42, Eric Blake <eblake@redhat.com> wrote:
>
> On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote:
> > What did you mean by "we prefer to avoid adding more entries" ?
> > It reads to me like "don't add more entries even if we get more
> > accidental attributed-to-the-list commits" (and I was actually
> > thinking about replying to this patch to say "the mailmap file
> > says we shouldn't add more of these lines"), but presumably since
> > you've reviewed this patch that wasn't the actual intention.
> > Maybe the comment could use clarification.
>
> Indeed, it is meant more along the lines of "because our build process
> was tweaked to warn us in advance of merging more commits that suffer
> from the same problem, we shouldn't be having to continually increase
> the size of this section", or even "if you end up adding a line here,
> please also take the time to figure out what part of our build process
> failed to catch it in advance" (in this particular instance, the
> failure was effectively that we were grepping for 'via qemu-devel',
> not 'via qemu-.*').

I've adjusted the line in the apply-pullreq script:
https://git.linaro.org/people/pmaydell/misc-scripts.git/commit/?id=f9a317392e83c84e4fdfcff554f64da3dfb7907b

Richard, Stefan: you probably want to update your copies.

(I also noticed we have a few commits from 2021 that were
attributed to qemu-ppc@nongnu.org.)

thanks
-- PMM
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Eric Blake 7 months, 1 week ago
On Wed, Sep 27, 2023 at 01:41:41PM +0100, Peter Maydell wrote:
> On Tue, 26 Sept 2023 at 20:42, Eric Blake <eblake@redhat.com> wrote:
> >
> > On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote:
> > > What did you mean by "we prefer to avoid adding more entries" ?
> > > It reads to me like "don't add more entries even if we get more
> > > accidental attributed-to-the-list commits" (and I was actually
> > > thinking about replying to this patch to say "the mailmap file
> > > says we shouldn't add more of these lines"), but presumably since
> > > you've reviewed this patch that wasn't the actual intention.
> > > Maybe the comment could use clarification.
> >
> > Indeed, it is meant more along the lines of "because our build process
> > was tweaked to warn us in advance of merging more commits that suffer
> > from the same problem, we shouldn't be having to continually increase
> > the size of this section", or even "if you end up adding a line here,
> > please also take the time to figure out what part of our build process
> > failed to catch it in advance" (in this particular instance, the
> > failure was effectively that we were grepping for 'via qemu-devel',
> > not 'via qemu-.*').
> 
> I've adjusted the line in the apply-pullreq script:
> https://git.linaro.org/people/pmaydell/misc-scripts.git/commit/?id=f9a317392e83c84e4fdfcff554f64da3dfb7907b
> 
> Richard, Stefan: you probably want to update your copies.
> 
> (I also noticed we have a few commits from 2021 that were
> attributed to qemu-ppc@nongnu.org.)

All from BALATON Zoltan; I'll add a .mailmap entry for that as a v2
post for my other thread on tweaking the .mailmap comment.

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization:  qemu.org | libguestfs.org
Re: [PATCH] mailmap: Fix Andrey Drobyshev author email
Posted by Peter Maydell 7 months, 1 week ago
On Tue, 26 Sept 2023 at 20:42, Eric Blake <eblake@redhat.com> wrote:
>
> On Tue, Sep 26, 2023 at 02:46:44PM +0100, Peter Maydell wrote:
> > On Tue, 26 Sept 2023 at 14:40, Eric Blake <eblake@redhat.com> wrote:
> > >
> > > On Tue, Sep 26, 2023 at 01:28:01PM +0300, andrey.drobyshev@virtuozzo.com wrote:
> > > > From: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> > > >
> > > > This fixes authorship of commits 2848289168, 52b10c9c0c as the mailing
> > > > list rewrote the "From:" field in the corresponding patches.  See commit
> > > > 3bd2608db7 ("maint: Add .mailmap entries for patches claiming list
> > > > authorship") for explanation.
> > > >
> > > > Signed-off-by: Andrey Drobyshev <andrey.drobyshev@virtuozzo.com>
> > > > ---
> > > >  .mailmap | 1 +
> > > >  1 file changed, 1 insertion(+)
> > >
> > > Reviewed-by: Eric Blake <eblake@redhat.com>
> >
> > Hi Eric -- you wrote commit 3bd2608db72997, which included the
> > comment for this bit of .mailmap:
> >
> > +# Next, translate a few commits where mailman rewrote the From: line due
> > +# to strict SPF, although we prefer to avoid adding more entries like that.
> >
> > What did you mean by "we prefer to avoid adding more entries" ?
> > It reads to me like "don't add more entries even if we get more
> > accidental attributed-to-the-list commits" (and I was actually
> > thinking about replying to this patch to say "the mailmap file
> > says we shouldn't add more of these lines"), but presumably since
> > you've reviewed this patch that wasn't the actual intention.
> > Maybe the comment could use clarification.
>
> Indeed, it is meant more along the lines of "because our build process
> was tweaked to warn us in advance of merging more commits that suffer
> from the same problem, we shouldn't be having to continually increase
> the size of this section", or even "if you end up adding a line here,
> please also take the time to figure out what part of our build process
> failed to catch it in advance" (in this particular instance, the
> failure was effectively that we were grepping for 'via qemu-devel',
> not 'via qemu-.*').  If wording along those lines is better, or if you
> have other ideas, I'm happy to turn it into a formal commit to improve
> the comment in that file.

Yes, I think something like that would be clearer; thanks!

-- PMM