From: Randy Dunlap <rdunlap@infradead.org>
To: Josh Triplett <josh@joshtriplett.org>
Cc: Joe Perches <joe@perches.com>,
Andrew Morton <akpm@linux-foundation.org>,
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
linux-kernel@vger.kernel.org, mingo@kernel.org,
laijs@cn.fujitsu.com, dipankar@in.ibm.com,
mathieu.desnoyers@efficios.com, niv@us.ibm.com,
tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org,
dhowells@redhat.com, edumazet@google.com, dvhart@linux.intel.com,
fweisbec@gmail.com, oleg@redhat.com, sbw@mit.edu
Subject: Re: [PATCH RFC 2/2] rcu: Add Josh Triplett as designated reviewer
Date: Tue, 03 Jun 2014 10:21:40 -0700 [thread overview]
Message-ID: <538E0424.7040305@infradead.org> (raw)
In-Reply-To: <20140603015133.GA20354@thin>
On 06/02/2014 06:51 PM, Josh Triplett wrote:
> On Mon, Jun 02, 2014 at 06:07:18PM -0700, Randy Dunlap wrote:
>> On 06/02/2014 05:02 PM, josh@joshtriplett.org wrote:
>>> On Mon, Jun 02, 2014 at 01:38:56PM -0700, Randy Dunlap wrote:
>>>> On 06/02/2014 01:36 PM, Joe Perches wrote:
>>>>> On Mon, 2014-06-02 at 13:35 -0700, Andrew Morton wrote:
>>>>>> On Mon, 2 Jun 2014 10:00:20 -0700 "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> wrote:
>>>>>>
>>>>>>> --- a/MAINTAINERS
>>>>>>> +++ b/MAINTAINERS
>>>>>>> @@ -7321,6 +7321,7 @@ F: kernel/rcu/torture.c
>>>>>>>
>>>>>>> RCUTORTURE TEST FRAMEWORK
>>>>>>> M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
>>>>>>> +R: Josh Triplett <josh@joshtriplett.org>
>>>>>>> L: linux-kernel@vger.kernel.org
>>>>>>> S: Supported
>>>>>>> T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
>>>>>>
>>>>>> I like the general principle - knowing who to poke regarding a kernel
>>>>>> change is useful.
>>>>>>
>>>>>> I don't care much whether it's "M:" or "R:", although "R:" carries more
>>>>>> meaning and hence is probably better.
>>>>>>
>>>>>> But why not "Cc:"? That's meaningful too and is more copy-n-paste friendly.
>>>>
>>>> Josh, what are you assuming that Andrew and I did not?
>>>
>>> Not sure what you mean here. Responding to the text you quoted: I have
>>> no particular need to bikeshed the tag name, so if you prefer "Cc" and
>>> can convince get_maintainer.pl to handle it, fine by me.
>>
>> Sorry, what I meant is that Andrew and I both mentioned copy-paste and
>> you replied earlier (and I have already deleted it) that copy-paste shouldn't
>> be necessary for someone who is using get_maintainer.pl.
>>
>> Do you redirect its output to your patch file and then edit it or does
>> get_maintainer.pl work with git-send-email or something else? if something
>> else, what is it, please?
>
> Oh, I see; that was in text you hadn't quoted, so I didn't know what you
> were asking. :)
>
> git send-email can invoke 'scripts/get_maintainer.pl --no-rolestats'
> directly via --to-cmd or -cc-cmd; that works fine as long as you don't
> have a cover letter.
>
> Depending on the system I'm running on, and whether it's more convenient
> to invoke git-send-email or to edit patch mails and send them with 'mutt
> -H', I have a shell pipeline which invokes get_maintainer.pl on an
> entire patch series, collects all the email addresses it returns, and
> inserts them all into each mail as CCs. (That way, when I send a
> cross-subsystem patch series, I don't get a pile of maintainers confused
> that they only received a couple of the numbered patches.) One example:
>
> { echo -n "To: " ; for x in *.patch ; do scripts/get_maintainer.pl --no-rolestats < $x | fgrep -v josh@joshtriplett.org ; done | sort -u | sed 's/$/, /;$s/, $//' | tr -d '\n' ; echo ; } | sed -i '/^From:/r/dev/stdin'
I see. Thanks for the summary.
> Personally, I'd find it handy if one of the following happened:
>
> - git send-email (and ideally also git format-patch) grew an option to
> collect *all* the to-cmd and cc-cmd output from each patch and apply
> it to every patch (including the cover letter).
>
> - get_maintainer.pl accepted multiple patchfile names and output the
> union of the results. Ideally, get_maintainer.pl would also have a -i
> option to edit the patch files and insert the addresses in the mail
> headers.
--
~Randy
next prev parent reply other threads:[~2014-06-03 17:22 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 17:00 [PATCH RFC 1/2] MAINTAINERS: Add "R:" designated-reviewers tag Paul E. McKenney
2014-06-02 17:00 ` [PATCH RFC 2/2] rcu: Add Josh Triplett as designated reviewer Paul E. McKenney
2014-06-02 20:35 ` Andrew Morton
2014-06-02 20:36 ` Joe Perches
2014-06-02 20:38 ` Randy Dunlap
2014-06-03 0:02 ` josh
2014-06-03 1:07 ` Randy Dunlap
2014-06-03 1:51 ` Josh Triplett
2014-06-03 3:11 ` Joe Perches
2014-06-03 5:10 ` Josh Triplett
2014-06-03 5:21 ` Joe Perches
2014-06-03 17:21 ` Randy Dunlap [this message]
2014-06-02 17:22 ` [PATCH RFC 1/2] MAINTAINERS: Add "R:" designated-reviewers tag Joe Perches
2014-06-02 17:29 ` Steven Rostedt
2014-06-02 17:34 ` Joe Perches
2014-06-02 17:48 ` josh
2014-06-02 17:59 ` Joe Perches
2014-06-02 18:12 ` Josh Boyer
2014-06-02 18:15 ` Joe Perches
2014-06-02 18:16 ` Paul E. McKenney
2014-06-02 18:44 ` Joe Perches
2014-06-02 18:50 ` Steven Rostedt
2014-06-02 18:55 ` josh
2014-06-02 19:05 ` Joe Perches
2014-06-02 19:09 ` josh
2014-06-02 19:17 ` Joe Perches
2014-06-02 23:19 ` Dave Chinner
2014-06-02 23:24 ` Andrew Morton
2014-06-03 0:35 ` Steven Rostedt
2014-06-02 23:59 ` josh
2014-06-03 0:12 ` Joe Perches
2014-06-03 23:48 ` Ken Moffat
2014-06-04 0:03 ` Steven Rostedt
2014-06-04 0:33 ` Joe Perches
2014-06-03 1:11 ` Dave Chinner
2014-06-03 1:30 ` Steven Rostedt
2014-06-03 7:16 ` Dave Chinner
2014-06-03 13:24 ` Mathieu Desnoyers
2014-06-03 15:54 ` Paul E. McKenney
2014-06-03 17:43 ` Steven Rostedt
2014-06-03 18:05 ` Randy Dunlap
2014-06-03 20:52 ` Theodore Ts'o
2014-06-03 21:46 ` Steven Rostedt
2014-06-03 22:08 ` josh
2014-06-05 4:01 ` Dave Chinner
2014-06-05 21:14 ` Frank Rowand
2014-06-02 19:26 ` Paul E. McKenney
2014-06-02 20:41 ` Dipankar Sarma
2014-06-02 19:07 ` Paul E. McKenney
2014-06-02 18:56 ` josh
2014-06-02 19:08 ` Paul E. McKenney
2014-06-02 19:11 ` josh
2014-06-02 19:27 ` Paul E. McKenney
2014-06-02 19:36 ` Joe Perches
2014-06-02 19:40 ` Randy Dunlap
2014-06-02 20:29 ` josh
2014-06-02 19:50 ` Paul E. McKenney
2014-06-02 19:55 ` Joe Perches
2014-06-02 20:07 ` Paul E. McKenney
2014-06-02 20:25 ` Mathieu Desnoyers
2014-06-03 15:37 ` Paul E. McKenney
2014-06-03 16:16 ` Steven Rostedt
2014-06-03 16:25 ` Paul E. McKenney
2014-06-04 1:35 ` Lai Jiangshan
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=538E0424.7040305@infradead.org \
--to=rdunlap@infradead.org \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=dipankar@in.ibm.com \
--cc=dvhart@linux.intel.com \
--cc=edumazet@google.com \
--cc=fweisbec@gmail.com \
--cc=joe@perches.com \
--cc=josh@joshtriplett.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=niv@us.ibm.com \
--cc=oleg@redhat.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=sbw@mit.edu \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox