Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754571AbaDRQgp (ORCPT ); Fri, 18 Apr 2014 12:36:45 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:36008 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751314AbaDRQgh (ORCPT ); Fri, 18 Apr 2014 12:36:37 -0400 Date: Fri, 18 Apr 2014 12:35:43 -0400 From: Konrad Rzeszutek Wilk To: Waiman Long Cc: Ingo Molnar , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , linux-arch@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org, xen-devel@lists.xenproject.org, kvm@vger.kernel.org, Paolo Bonzini , "Paul E. McKenney" , Rik van Riel , Linus Torvalds , Raghavendra K T , David Vrabel , Oleg Nesterov , Gleb Natapov , Scott J Norton , Chegu Vinod Subject: Re: [PATCH v9 03/19] qspinlock: Add pending bit Message-ID: <20140418163543.GA6208@phenom.dumpdata.com> References: <1397747051-15401-1-git-send-email-Waiman.Long@hp.com> <1397747051-15401-4-git-send-email-Waiman.Long@hp.com> <20140418074255.GA13517@gmail.com> <53515181.8090303@hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53515181.8090303@hp.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 18, 2014 at 12:23:29PM -0400, Waiman Long wrote: > On 04/18/2014 03:42 AM, Ingo Molnar wrote: > >* Waiman Long wrote: > > > >>Because the qspinlock needs to touch a second cacheline; add a pending > >>bit and allow a single in-word spinner before we punt to the second > >>cacheline. > >> > >>Signed-off-by: Peter Zijlstra > >>Signed-off-by: Waiman Long > >This patch should have a "From: Peter" in it as well, right? > > > >Thanks, > > > > Ingo > > Do you mean a "From:" line in the mail header? It will be a bit hard > to have different "From:" header in the same patch series. I can > certainly do that if there is an easy way to do it. It is pretty easy. Just do 'git commit --amend --author "The Right Author"' and when you send the patches (git send-email) it will include that. > > -Longman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/