linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Wu Fengguang <fengguang.wu@intel.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: [v2, 0/8] NUMA Hotplug emulator
Date: Sat, 13 Nov 2010 23:43:43 +0000	[thread overview]
Message-ID: <20101113234343.GA8975@localhost> (raw)
In-Reply-To: <20101113053714.GA32501@shaohui>

On Sat, Nov 13, 2010 at 10:42:52PM +0800, Greg KH wrote:
> On Sat, Nov 13, 2010 at 01:37:14PM +0800, Shaohui Zheng wrote:
> > Hi, All
> > 
> > 	This patchset introduces NUMA hotplug emulator for x86. we already sent out
> > an early version in LKML (http ://lwn.net/Articles/387571/). This is 4th version
> > in internal, and 2nd time to sent to LKML. 
> 
> Please send this to lkml, the linux-hotplug mailing list is primarily
> for userspace hotplug tools (like udev) and not for kernel stuff like
> this where you want the core kernel developers to review your patches.

And try the git/quilt tools when resending the emails to LKML.

> Please use the script, scripts/get_maintainer.pl to determine who best
> to send your patches to, it will tell you the mailing list as well as
> the people involved.

I run a handy script (based on your git-authors) to help me create the CC
list for given source files:

        [ $# -lt "1" ] && { echo 'usage: git authors <files...>'; exit -1; }

        git log $@ | grep Author: | cut -d: -f2 | sort | uniq -c | sort -n | tail -5
        echo
        git log $@ | grep Author: | cut -d: -f2 | sort | uniq -c | sort -n | tail -5 \
                | sed 's/ *[0-9]\+ /CC:/' \
                | sed 's/.*clameter@sgi.com.*/CC: Christoph Lameter <cl@linux-foundation.org>/' \
                | sed 's/.*hugh@veritas.com.*/CC: Hugh Dickins <hugh.dickins@tiscali.co.uk>/' \
                | sed 's/.*npiggin@suse.de.*/CC: Nick Piggin <npiggin@kernel.dk>/' \
                | sed 's/.*nickpiggin@yahoo.com.au.*/CC: Nick Piggin <npiggin@kernel.dk>/' \
                | sed 's/.*jens.axboe@oracle.com.*/CC: Jens Axboe <axboe@kernel.dk>/' \
                | sed 's/.*dgc@sgi.com.*/CC: Dave Chinner <david@fromorbit.com>/'

The output looks like

        wfg@bee ~/cc/linux-2.6% git-authors-email mm/memory_hotplug.c 
              3  Keith Mannthey <kmannth@us.ibm.com>
              3  Minchan Kim <minchan.kim@gmail.com>
              4  Dave Hansen <haveblue@us.ibm.com>
             14  KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
             14  Yasunori Goto <y-goto@jp.fujitsu.com>

        CC: Keith Mannthey <kmannth@us.ibm.com>
        CC: Minchan Kim <minchan.kim@gmail.com>
        CC: Dave Hansen <haveblue@us.ibm.com>
        CC: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
        CC: Yasunori Goto <y-goto@jp.fujitsu.com>

Thanks,
Fengguang

  parent reply	other threads:[~2010-11-13 23:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-13  5:37 [v2, 0/8] NUMA Hotplug emulator Shaohui Zheng
2010-11-13 14:42 ` Greg KH
2010-11-13 23:43 ` Wu Fengguang [this message]
2010-11-14 23:14 ` Shaohui Zheng

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=20101113234343.GA8975@localhost \
    --to=fengguang.wu@intel.com \
    --cc=linux-hotplug@vger.kernel.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 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).