All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cornelia Huck <cohuck@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Eric Blake <eblake@redhat.com>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	peter.maydell@linaro.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH v2] checkpatch: Flag suspicious attribution lines
Date: Tue, 5 Feb 2019 10:02:48 +0100	[thread overview]
Message-ID: <20190205100248.54f5d1cd.cohuck@redhat.com> (raw)
In-Reply-To: <9a93a2a0-f352-1fb6-eb27-49f607cd0b97@redhat.com>

On Tue, 5 Feb 2019 00:29:14 +0100
Philippe Mathieu-Daudé <philmd@redhat.com> wrote:

> On 2/4/19 11:55 PM, Eric Blake wrote:
> > Flag commit attribution tags that are unusual (often because they
> > were a typo), but only as a warning (because sometimes a humorous
> > or otherwise useful tag is intentionally supplied).
> > 
> > This picks the 6-most popular tags, each with 700 or more uses (well,
> > S-o-b was already checked for case-sensitivity and typos, leaving
> > only 5 new tags being checked), as determined by:
> > $ git log | sed -n 's/^ *\([A-Za-z-]*-by:\).*/\1/p' | \
> >   sort | uniq -c | sort -k1,1n | tail
> > 
> > Most of the rejected lines were obvious typos (among others, we've
> > had 4 cases of someone being burnt, based on Singed-off-by; and 2
> > cases of list-reading via an e-reader, based on eviewed-by; there
> > are also lines forgetting a space after the ':') or otherwise
> > tongue-in-check (3 Approximately-suggested-by). A few lines not
> > whitelisted here may be legitimate, but as they are orders of
> > magnitude rarer, it is therefore not worth worrying about
> > (7 Requested-by, 3 Co-authored-by, 1 Inspired-by, etc.).  

Hm, wasn't Co-authored-by: actually intended to cover the cases where
someone else did write significant parts of the patch? (I cannot point
to the source without searching, though...)

> 
> 'Inspired-by' is kinda Zen :) And is from Peter!

I also like that one :)


WARNING: multiple messages have this Message-ID (diff)
From: Cornelia Huck <cohuck@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Eric Blake <eblake@redhat.com>,
	qemu-devel@nongnu.org, qemu-trivial@nongnu.org,
	peter.maydell@linaro.org
Subject: Re: [Qemu-devel] [PATCH v2] checkpatch: Flag suspicious attribution lines
Date: Tue, 5 Feb 2019 10:02:48 +0100	[thread overview]
Message-ID: <20190205100248.54f5d1cd.cohuck@redhat.com> (raw)
In-Reply-To: <9a93a2a0-f352-1fb6-eb27-49f607cd0b97@redhat.com>

On Tue, 5 Feb 2019 00:29:14 +0100
Philippe Mathieu-Daudé <philmd@redhat.com> wrote:

> On 2/4/19 11:55 PM, Eric Blake wrote:
> > Flag commit attribution tags that are unusual (often because they
> > were a typo), but only as a warning (because sometimes a humorous
> > or otherwise useful tag is intentionally supplied).
> > 
> > This picks the 6-most popular tags, each with 700 or more uses (well,
> > S-o-b was already checked for case-sensitivity and typos, leaving
> > only 5 new tags being checked), as determined by:
> > $ git log | sed -n 's/^ *\([A-Za-z-]*-by:\).*/\1/p' | \
> >   sort | uniq -c | sort -k1,1n | tail
> > 
> > Most of the rejected lines were obvious typos (among others, we've
> > had 4 cases of someone being burnt, based on Singed-off-by; and 2
> > cases of list-reading via an e-reader, based on eviewed-by; there
> > are also lines forgetting a space after the ':') or otherwise
> > tongue-in-check (3 Approximately-suggested-by). A few lines not
> > whitelisted here may be legitimate, but as they are orders of
> > magnitude rarer, it is therefore not worth worrying about
> > (7 Requested-by, 3 Co-authored-by, 1 Inspired-by, etc.).  

Hm, wasn't Co-authored-by: actually intended to cover the cases where
someone else did write significant parts of the patch? (I cannot point
to the source without searching, though...)

> 
> 'Inspired-by' is kinda Zen :) And is from Peter!

I also like that one :)

  parent reply	other threads:[~2019-02-05  9:03 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04 22:55 [Qemu-trivial] [PATCH v2] checkpatch: Flag suspicious attribution lines Eric Blake
2019-02-04 22:55 ` [Qemu-devel] " Eric Blake
2019-02-04 23:29 ` [Qemu-trivial] " Philippe Mathieu-Daudé
2019-02-04 23:29   ` Philippe Mathieu-Daudé
2019-02-05  2:14   ` [Qemu-trivial] " Eric Blake
2019-02-05  2:14     ` Eric Blake
2019-02-05  9:02   ` Cornelia Huck [this message]
2019-02-05  9:02     ` Cornelia Huck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190205100248.54f5d1cd.cohuck@redhat.com \
    --to=cohuck@redhat.com \
    --cc=eblake@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.