From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waiman Long Subject: Re: [PATCH v10 00/19] qspinlock: a 4-byte queue spinlock with PV support Date: Thu, 08 May 2014 13:54:55 -0400 Message-ID: <536BC4EF.9040208@hp.com> References: <1399474907-22206-1-git-send-email-Waiman.Long@hp.com> <20140507190723.GB16333@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from g2t2352.austin.hp.com ([15.217.128.51]:51481 "EHLO g2t2352.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752329AbaEHRzT (ORCPT ); Thu, 8 May 2014 13:55:19 -0400 In-Reply-To: <20140507190723.GB16333@phenom.dumpdata.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Konrad Rzeszutek Wilk Cc: 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 , Boris Ostrovsky , "Paul E. McKenney" , Rik van Riel , Linus Torvalds , Raghavendra K T , David Vrabel , Oleg Nesterov , Gleb Natapov , Scott J Norton , Chegu Vinod On 05/07/2014 03:07 PM, Konrad Rzeszutek Wilk wrote: > On Wed, May 07, 2014 at 11:01:28AM -0400, Waiman Long wrote: >> v9->v10: >> - Make some minor changes to qspinlock.c to accommodate review feedback. >> - Change author to PeterZ for 2 of the patches. >> - Include Raghavendra KT's test results in patch 18. > Any chance you can post these on a git tree? Thanks. I have pushed the bit to https://github.com/longman88/kernel-qspinlock-v10 . -Longman