All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: Kevin Tian <kevin.tian@intel.com>, Feng Wu <feng.wu@intel.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	"andrew.cooper3@citrix.com" <andrew.cooper3@citrix.com>,
	Eddie Dong <eddie.dong@intel.com>,
	"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>,
	Jun Nakajima <jun.nakajima@intel.com>
Subject: Re: [PATCH v4 00/10] x86: Enable Supervisor Mode Access Prevention (SMAP)
Date: Wed, 7 May 2014 09:11:12 -0400	[thread overview]
Message-ID: <20140507131112.GA26943@phenom.dumpdata.com> (raw)
In-Reply-To: <5369FEEE020000780000FAFD@mail.emea.novell.com>

On Wed, May 07, 2014 at 08:37:50AM +0100, Jan Beulich wrote:
> >>> On 07.05.14 at 03:14, <feng.wu@intel.com> wrote:
> >> From: xen-devel-bounces@lists.xen.org 
> >> [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Ian Campbell
> >> On Mon, 2014-05-05 at 16:18 +0800, Feng Wu wrote:
> >> 
> >> Please, again, fix your email setup to properly thread the series into a
> >> single thread, not 11 separate threads.
> >> 
> > 
> > Ian, I am not quite understand this, seems the format of my patch set is the 
> > same
> > as other people's. I remember you said " emails {1..6}/6 should be replies 
> > to 0/6. ", 
> > but I don't see patch set following this way in the mailing list.
> 
> This is the problem, but since it is being introduced by you (and not
> the list server), it's also up to you to address it. Whether you use
> git to get this done properly or some other approach is up to you.

How do you use 'git send-email'? Are you using any specific over-rides 
or just the default parameters? Anything in your .gitconfig?

FYI, this is what I have:

[user]
        name = Konrad Rzeszutek Wilk
        email = konrad.wilk@oracle.com
        signingkey = F1DB09BF

[color]
        branch = true
        diff = true
        grep = 1
[merge]
        summary = true
        tool = kdiff3
        conflictstyle = diff3

[rerere]
        enabled = 1

[sendemail]
            smtpserver     = mail.kernel.org
            smtpserverport = 587
            smtpencryption = tls
            from           = konrad@kernel.org
            smtpuser       = konrad
            smtppass       = HAHAHAHAHA

[external]
    diff = kdiff3

And when I send patches out I do:

git format-patch origin/staging..
git send-email --to "linux-kernel@vger.kernel.org" --to "xen-devel@lists.xensource.com" --cc "Konrad Rzeszutek Wilk <konrad@kernel.org>"  --annotate --compose --subject "[PATCH vX] blah *.patch



> 
> Jan
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

  parent reply	other threads:[~2014-05-07 13:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-05  8:18 [PATCH v4 00/10] x86: Enable Supervisor Mode Access Prevention (SMAP) Feng Wu
2014-05-06  8:37 ` Ian Campbell
2014-05-07  1:14   ` Wu, Feng
2014-05-07  1:26     ` Hongyang Yang
2014-05-07  7:37     ` Jan Beulich
2014-05-07  8:18       ` Wu, Feng
2014-05-07 13:11       ` Konrad Rzeszutek Wilk [this message]
2014-05-08  3:04         ` Wu, Feng

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=20140507131112.GA26943@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=eddie.dong@intel.com \
    --cc=feng.wu@intel.com \
    --cc=jun.nakajima@intel.com \
    --cc=kevin.tian@intel.com \
    --cc=xen-devel@lists.xen.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.