Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp162530pxb; Fri, 29 Oct 2021 07:37:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUtKx5zBcNE0+aaDaCfosS/Qoqy9JzU5OZwKQMMUylFZ6r8dQd3E1PMzouw8DyHbD3b2Ju X-Received: by 2002:a02:cddd:: with SMTP id m29mr8666646jap.113.1635518274566; Fri, 29 Oct 2021 07:37:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635518274; cv=none; d=google.com; s=arc-20160816; b=Hk4cIywv0gqmmsos0ARO/3NBcfaf/kVealVYgp5WWgrYIv7BABBhs9Ujg1HRq4Dm0d rrSn64QtUHENn63j2jb6IQvz5S6GAlDRtHQWC/JQkRkGQ345/Z4IUOpxKYjElXnYlOOx eb8eR6MbsCpOrvQo3Qtl0A4VmWldZu/vGOQRzLGlv9hWA8pDzHfmM3+fLyFadMah3h5n DTddZ2plr3WIGRGQxhjEK794W90UpQyA4FJ9QT4JcSVDnUxsqfqlcEXG6gxWsKIaw70X h8TTKKF5/TrUxiEbAFUhXDGNiVrQ5IwVEa1jqblmOq0hfzkE/yLN4/v1VgnVRNvJ6Gad mCDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=aLjYzv9wNyg+tRyzAY99/vzCI0cs85IMultfK4fZb14=; b=Awb2xZ5Lhx5q1v6GuawnG/CnTrlyyRh+6boR8Np+bDUtQiyJHb31i9hmDXXC0ySWEN 6PlHNGyT1R+aFhSqdHFH5sL93r+wwg4dhZZWHShuBJmGtFGpS3QChjxqhWKXURj0X2I9 2mxRc+TMUQRnuafoSQJ8TCteGtUqpfzYyOSY0TDJC6aYBCzn0lxHm+Ev+jSIQz6fXAiv fDk1EthJJmgV4uUU5ShE5KvnZ6wlRmA05YebgioVCNAiXKLM0T2TFt/EuWUT4xo9wH5S 91n/8Hzb1WgX8U1oXEnNJiJGAY4qtQzC0sjr+XK90ql7ymMkN/1DPMPnnno3PqBp/e/d w7Mg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g6si6532258jaj.116.2021.10.29.07.37.42; Fri, 29 Oct 2021 07:37:54 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229527AbhJ2OhN (ORCPT + 99 others); Fri, 29 Oct 2021 10:37:13 -0400 Received: from netrider.rowland.org ([192.131.102.5]:43727 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S229723AbhJ2OhM (ORCPT ); Fri, 29 Oct 2021 10:37:12 -0400 Received: (qmail 1384766 invoked by uid 1000); 29 Oct 2021 10:34:42 -0400 Date: Fri, 29 Oct 2021 10:34:42 -0400 From: Alan Stern To: Boqun Feng Cc: "Paul E. McKenney" , Peter Zijlstra , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, linux-doc@vger.kernel.org, Dan Lustig , Will Deacon , Linus Torvalds , Alexander Shishkin , Peter Anvin , Andrea Parri , Ingo Molnar , Vince Weaver , Thomas Gleixner , Jiri Olsa , Arnaldo Carvalho de Melo , Stephane Eranian , palmer@dabbelt.com, paul.walmsley@sifive.com, mpe@ellerman.id.au, Jonathan Corbet Subject: Re: [RFC v2 3/3] tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering Message-ID: <20211029143442.GB1384368@rowland.harvard.edu> References: <20211025145416.698183-1-boqun.feng@gmail.com> <20211025145416.698183-4-boqun.feng@gmail.com> <20211028191129.GJ880162@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 29, 2021 at 07:51:39AM +0800, Boqun Feng wrote: > On Thu, Oct 28, 2021 at 12:11:29PM -0700, Paul E. McKenney wrote: > > On Tue, Oct 26, 2021 at 09:01:00AM +0200, Peter Zijlstra wrote: > > > On Mon, Oct 25, 2021 at 10:54:16PM +0800, Boqun Feng wrote: > > > > diff --git a/tools/memory-model/litmus-tests/LB+unlocklockonceonce+poacquireonce.litmus b/tools/memory-model/litmus-tests/LB+unlocklockonceonce+poacquireonce.litmus > > > > new file mode 100644 > > > > index 000000000000..955b9c7cdc7f > > > > --- /dev/null > > > > +++ b/tools/memory-model/litmus-tests/LB+unlocklockonceonce+poacquireonce.litmus > > > > @@ -0,0 +1,33 @@ > > > > +C LB+unlocklockonceonce+poacquireonce > > > > + > > > > +(* > > > > + * Result: Never > > > > + * > > > > + * If two locked critical sections execute on the same CPU, all accesses > > > > + * in the first must execute before any accesses in the second, even if > > > > + * the critical sections are protected by different locks. > > > > > > One small nit; the above "all accesses" reads as if: > > > > > > spin_lock(s); > > > WRITE_ONCE(*x, 1); > > > spin_unlock(s); > > > spin_lock(t); > > > r1 = READ_ONCE(*y); > > > spin_unlock(t); > > > > > > would also work, except of course that's the one reorder allowed by TSO. > > > > I applied this series with Peter's Acked-by, and with the above comment > > Thanks! > > > reading as follows: > > > > +(* > > + * Result: Never > > + * > > + * If two locked critical sections execute on the same CPU, all accesses > > + * in the first must execute before any accesses in the second, even if the > > + * critical sections are protected by different locks. The one exception > > + * to this rule is that (consistent with TSO) a prior write can be reordered > > + * with a later read from the viewpoint of a process not holding both locks. > > Just want to be accurate, in our memory model "execute" means a CPU > commit an memory access instruction to the Memory Subsystem, so if we > have a store W and a load R, where W executes before R, it doesn't mean > the memory effect of W is observed before the memory effect of R by > other CPUs, consider the following case > > > CPU0 Memory Subsystem CPU1 > ==== ==== > WRITE_ONCE(*x,1); // W ---------->| > spin_unlock(s); | > spin_lock(t); | > r1 = READ_ONCE(*y); // R -------->| > // R reads 0 | > |<----------------WRITR_ONCE(*y, 1); // W' > W' propagates to CPU0 | > <-------------------------| > | smp_mb(); > |<----------------r1 = READ_ONCE(*x); // R' reads 0 > | > | W progrates to CPU 1 > |-----------------> > > The "->" from CPU0 to the Memory Subsystem shows that W executes before > R, however the memory effect of a store can be observed only after the > Memory Subsystem propagates it to another CPU, as a result CPU1 doesn't > observe W before R is executed. So the original version of the comments > is correct in our memory model terminology, at least that's how I > understand it, Alan can correct me if I'm wrong. Indeed, that is correct. It is an unfortunate inconsistency with the terminology in Documentation/memory-barriers.txt. I suspect most people think of a write as executing when it is observed by another CPU, even though that really isn't a coherent concept. (For example, it could easily lead somebody to think that a write observed at different times by different CPUs has executed more than once!) > Maybe it's better to replace the sentence starting with "The one > exception..." into: > > One thing to notice is that even though a write executes by a read, the > memory effects can still be reordered from the viewpoint of a process > not holding both locks, similar to TSO ordering. > > Thoughts? Or more briefly: Note: Even when a write executes before a read, their memory effects can be reordered from the viewpoint of another CPU (the kind of reordering allowed by TSO). Alan > Apologies for responsing late... > > ("Memory Subsystem" is an abstraction in our memory model, which doesn't > mean hardware implements things in the same way.). > > Regards, > Boqun > > > + *) > > > > Thank you all! > > > > Thanx, Paul