From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v11 4/4] qrwlock: Use the mcs_spinlock helper functions for MCS queuing Date: Fri, 24 Jan 2014 09:26:17 +0100 Message-ID: <20140124082617.GC31570@twins.programming.kicks-ass.net> References: <1390537731-45996-1-git-send-email-Waiman.Long@hp.com> <1390537731-45996-5-git-send-email-Waiman.Long@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from merlin.infradead.org ([205.233.59.134]:55705 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751457AbaAXI0r (ORCPT ); Fri, 24 Jan 2014 03:26:47 -0500 Content-Disposition: inline In-Reply-To: <1390537731-45996-5-git-send-email-Waiman.Long@hp.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Waiman Long Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Arnd Bergmann , linux-arch@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, Steven Rostedt , Andrew Morton , Michel Lespinasse , Andi Kleen , Rik van Riel , "Paul E. McKenney" , Linus Torvalds , Raghavendra K T , George Spelvin , Tim Chen , "Aswin Chandramouleeswaran\"" , Scott J Norton On Thu, Jan 23, 2014 at 11:28:51PM -0500, Waiman Long wrote: > There is a pending MCS lock patch series that adds generic MCS lock > helper functions to do MCS-style locking. This patch will enable > the queue rwlock to use that generic MCS lock/unlock primitives for > internal queuing. This patch should only be merged after the merging > of that generic MCS locking patch. I would still very much like this patch to be merged into the first. It saves having to review all the code removed again.