* [PATCH] mailmap: Fix Andrey Drobyshev author email @ 2023-09-26 10:28 andrey.drobyshev--- via 2023-09-26 13:40 ` Eric Blake 2023-10-02 6:48 ` Philippe Mathieu-Daudé 0 siblings, 2 replies; 8+ messages in thread From: andrey.drobyshev--- via @ 2023-09-26 10:28 UTC (permalink / raw) To: qemu-devel; +Cc: kwolf, eblake, philmd, andrey.drobyshev 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 ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 10:28 [PATCH] mailmap: Fix Andrey Drobyshev author email andrey.drobyshev--- via @ 2023-09-26 13:40 ` Eric Blake 2023-09-26 13:46 ` Peter Maydell 2023-10-02 6:48 ` Philippe Mathieu-Daudé 1 sibling, 1 reply; 8+ messages in thread From: Eric Blake @ 2023-09-26 13:40 UTC (permalink / raw) To: andrey.drobyshev; +Cc: qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 13:40 ` Eric Blake @ 2023-09-26 13:46 ` Peter Maydell 2023-09-26 19:42 ` Eric Blake 0 siblings, 1 reply; 8+ messages in thread From: Peter Maydell @ 2023-09-26 13:46 UTC (permalink / raw) To: Eric Blake; +Cc: andrey.drobyshev, qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 13:46 ` Peter Maydell @ 2023-09-26 19:42 ` Eric Blake 2023-09-26 20:23 ` Peter Maydell 2023-09-27 12:41 ` Peter Maydell 0 siblings, 2 replies; 8+ messages in thread From: Eric Blake @ 2023-09-26 19:42 UTC (permalink / raw) To: Peter Maydell; +Cc: andrey.drobyshev, qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 19:42 ` Eric Blake @ 2023-09-26 20:23 ` Peter Maydell 2023-09-27 12:41 ` Peter Maydell 1 sibling, 0 replies; 8+ messages in thread From: Peter Maydell @ 2023-09-26 20:23 UTC (permalink / raw) To: Eric Blake; +Cc: andrey.drobyshev, qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 19:42 ` Eric Blake 2023-09-26 20:23 ` Peter Maydell @ 2023-09-27 12:41 ` Peter Maydell 2023-09-27 13:35 ` Eric Blake 1 sibling, 1 reply; 8+ messages in thread From: Peter Maydell @ 2023-09-27 12:41 UTC (permalink / raw) To: Eric Blake; +Cc: andrey.drobyshev, qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-27 12:41 ` Peter Maydell @ 2023-09-27 13:35 ` Eric Blake 0 siblings, 0 replies; 8+ messages in thread From: Eric Blake @ 2023-09-27 13:35 UTC (permalink / raw) To: Peter Maydell; +Cc: andrey.drobyshev, qemu-devel, kwolf, philmd 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 ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] mailmap: Fix Andrey Drobyshev author email 2023-09-26 10:28 [PATCH] mailmap: Fix Andrey Drobyshev author email andrey.drobyshev--- via 2023-09-26 13:40 ` Eric Blake @ 2023-10-02 6:48 ` Philippe Mathieu-Daudé 1 sibling, 0 replies; 8+ messages in thread From: Philippe Mathieu-Daudé @ 2023-10-02 6:48 UTC (permalink / raw) To: andrey.drobyshev, qemu-devel; +Cc: kwolf, eblake 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> ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-10-02 6:48 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-09-26 10:28 [PATCH] mailmap: Fix Andrey Drobyshev author email andrey.drobyshev--- via 2023-09-26 13:40 ` Eric Blake 2023-09-26 13:46 ` Peter Maydell 2023-09-26 19:42 ` Eric Blake 2023-09-26 20:23 ` Peter Maydell 2023-09-27 12:41 ` Peter Maydell 2023-09-27 13:35 ` Eric Blake 2023-10-02 6:48 ` Philippe Mathieu-Daudé
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).