From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756687Ab3KFVoA (ORCPT ); Wed, 6 Nov 2013 16:44:00 -0500 Received: from terminus.zytor.com ([198.137.202.10]:55626 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756264Ab3KFVn6 (ORCPT ); Wed, 6 Nov 2013 16:43:58 -0500 Message-ID: <527AB7CA.4020502@zytor.com> Date: Wed, 06 Nov 2013 13:42:34 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Tim Chen , Ingo Molnar , Andrew Morton , Thomas Gleixner CC: linux-kernel@vger.kernel.org, linux-mm , linux-arch@vger.kernel.org, Linus Torvalds , Waiman Long , Andrea Arcangeli , Alex Shi , Andi Kleen , Michel Lespinasse , Davidlohr Bueso , Matthew R Wilcox , Dave Hansen , Peter Zijlstra , Rik van Riel , Peter Hurley , "Paul E.McKenney" , Raghavendra K T , George Spelvin , Arnd Bergmann , Aswin Chandramouleeswaran , Scott J Norton , Will Deacon , "Figo.zhang" Subject: Re: [PATCH v3 0/4] MCS Lock: MCS lock code cleanup and optimizations References: <1383773816.11046.352.camel@schen9-DESK> In-Reply-To: <1383773816.11046.352.camel@schen9-DESK> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/06/2013 01:36 PM, Tim Chen wrote: > In this patch series, we separated out the MCS lock code which was > previously embedded in the mutex.c. This allows for easier reuse of > MCS lock in other places like rwsem and qrwlock. We also did some micro > optimizations and barrier cleanup. > > This patches were previously part of the rwsem optimization patch series > but now we spearate them out. > > Tim Chen Perhaps I'm missing something here, but what is MCS lock and what is the value? -hpa