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: Fri, 22 Nov 2013 20:05:07 -0800 Message-ID: <20131123040507.GI4138@linux.vnet.ibm.com> References: <20131122200620.GA4138@linux.vnet.ibm.com> <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 Fri, Nov 22, 2013 at 06:11:52PM -0800, Linus Torvalds wrote: > On Fri, Nov 22, 2013 at 5:36 PM, Paul E. McKenney > wrote: > > > > So there is your example. It really can and does happen. > > > > Again, easy fix. Just change powerpc's smp_store_release() from lwsync > > to smp_mb(). That fixes the problem and doesn't hurt anyone but powerpc. > > > > OK? > > Hmm. Ok > > Except now I'm worried it can happen on x86 too because my mental > model was clearly wrong. > > x86 does have that extra "Memory ordering obeys causality (memory > ordering respects transitive visibility)." rule, and the example in > the architecture manual (section 8.2.3.6 "Stores Are Transitively > Visible") seems to very much about this, but your particular example > is subtly different, so.. Indeed, my example needs CPU 1's -load- from y to be transitively visible, so I am nervous about this one as well. > I will have to ruminate on this. The rules on the left-hand column of page 5 of the below URL apply to this example more straightforwardly, but I don't know that Intel and AMD stand behind them: http://www.cl.cam.ac.uk/~pes20/weakmemory/cacm.pdf My guess is that x86 does guarantee this ordering, but at this point I would have to ask someone from Intel and AMD. 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