From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v4 00/10] x86: Enable Supervisor Mode Access Prevention (SMAP) Date: Wed, 7 May 2014 09:11:12 -0400 Message-ID: <20140507131112.GA26943@phenom.dumpdata.com> References: <1399277928-6333-1-git-send-email-feng.wu@intel.com> <1399365467.3014.12.camel@kazak.uk.xensource.com> <5369FEEE020000780000FAFD@mail.emea.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <5369FEEE020000780000FAFD@mail.emea.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: Kevin Tian , Feng Wu , Ian Campbell , "andrew.cooper3@citrix.com" , Eddie Dong , "xen-devel@lists.xen.org" , Jun Nakajima List-Id: xen-devel@lists.xenproject.org On Wed, May 07, 2014 at 08:37:50AM +0100, Jan Beulich wrote: > >>> On 07.05.14 at 03:14, 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 " --annotate --compose --subject "[PATCH vX] blah *.patch > > Jan > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel