From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Paul E. McKenney" Subject: Re: [PATCH v6 4/5] MCS Lock: Barrier corrections Date: Mon, 25 Nov 2013 09:54:12 -0800 Message-ID: <20131125175412.GP4138@linux.vnet.ibm.com> References: <20131122203738.GC4138@linux.vnet.ibm.com> <20131122215208.GD4138@linux.vnet.ibm.com> <20131123002542.GF4138@linux.vnet.ibm.com> <20131123013654.GG4138@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org To: Linus Torvalds Cc: Ingo Molnar , Tim Chen , Will Deacon , Ingo Molnar , Andrew Morton , Thomas Gleixner , "linux-kernel@vger.kernel.org" , linux-mm , "linux-arch@vger.kernel.org" , Waiman Long , Andrea Arcangeli , Alex Shi , Andi Kleen , Michel Lespinasse , Davidlohr Bueso , Matthew R Wilcox , Dave Hansen , Peter Zijlstra , Rik van Riel , Peter Hurley List-Id: linux-arch.vger.kernel.org On Sat, Nov 23, 2013 at 12:39:53PM -0800, Linus Torvalds wrote: > On Sat, Nov 23, 2013 at 12:21 PM, Linus Torvalds > wrote: > > > > And as far as I can tell, the above gives you: A < B < C < D < E < F < > > A. Which doesn't look possible. > > Hmm.. I guess technically all of those cases aren't "strictly > precedes" as much as "cannot have happened in the opposite order". So > the "<" might be "<=". Which I guess *is* possible: "it all happened > at the same time". And then the difference between your suggested > "lwsync" and "sync" in the unlock path on CPU0 basically approximating > the difference between "A <= B" and "A < B".. > > Ho humm. Indeed, the difference between "<" and "<=" does not matter here. Thanx, Paul -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org