Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp648919imm; Fri, 22 Jun 2018 02:58:00 -0700 (PDT) X-Google-Smtp-Source: ADUXVKIeeAYNPrHjtNrVP6oI6zD6HyOlFqAtGyvwJMODVodcDJEG9oC9jzkSFW873WBnsMk3Viss X-Received: by 2002:a17:902:6002:: with SMTP id r2-v6mr997214plj.70.1529661480245; Fri, 22 Jun 2018 02:58:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529661480; cv=none; d=google.com; s=arc-20160816; b=sELZts8mx/drfzE5Z7XMrimahWM+05VmIxw6xw/wBI1FxPvUYNDWJkCzLDZ4buUMQr wSbgpeyqzcdHB+bWQQTDj3RG/jMSmsfJQC/24ZXzC6VJsw3XKHgiAJN36vEXVABOCWiS 4trxmknqosexjk39voiFkTplDB/2BQaXTC7FZqvjIGm8YxxIat8XtxA8tuanHh1sSNU/ 8+0MBcfYrlAwOVM+pmy5TaZN43LA7T34Sz0UiVusjtk8tOCFb7hnYKNUV9ecNJq0Wp4i +xMV17roSBz+OhRNdn4HdKfa2qky6tov69XiEtk9rpZch/S0RYP1o2F1tsEv6g8tnlsm 1wUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=7UsMBoeERAs7/p/8MiMAGRqn7uoozIyC8ni6sH3oUq8=; b=V54Vv144uAMXFaEZ16g5RnZYht06GWVRCv+qRDLcNkr/ZZLfJKny9k+nG7JcPe1Y5/ hb5puB3Xc6SHGWKRLks/C4X06TR3XMKrGCyEOFYbTPKbH/HZcvNv8/rJONVsT1QMgj9v 7PqHjqAN/NN9PaoC2iHdreNOo+xuaw4PrWUGc1jjmXXnc7vjfrUbn7g5iceVHbbqUsWa /0DRue9FUFk/Da+QXpqBHYuuOJUgSNivHG+nAqznjUCVl7vXyKetGzc78rge9RGDZs28 9ru2OIhj4wH7dHY6tb2Ix1Sk6NJox+AKOEb/pGfFJv4e4F9ZBTsR/PZSNDMAc9tdMPsL gtBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z23-v6si6748237pfe.296.2018.06.22.02.57.46; Fri, 22 Jun 2018 02:58:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933504AbeFVJzQ (ORCPT + 99 others); Fri, 22 Jun 2018 05:55:16 -0400 Received: from foss.arm.com ([217.140.101.70]:60894 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbeFVJzM (ORCPT ); Fri, 22 Jun 2018 05:55:12 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C5C9F1596; Fri, 22 Jun 2018 02:55:11 -0700 (PDT) Received: from edgewater-inn.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.72.51.249]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 965823F819; Fri, 22 Jun 2018 02:55:11 -0700 (PDT) Received: by edgewater-inn.cambridge.arm.com (Postfix, from userid 1000) id 074941AE2E48; Fri, 22 Jun 2018 10:55:47 +0100 (BST) Date: Fri, 22 Jun 2018 10:55:47 +0100 From: Will Deacon To: Alan Stern Cc: LKMM Maintainers -- Akira Yokosawa , Andrea Parri , Boqun Feng , David Howells , Jade Alglave , Luc Maranget , Nicholas Piggin , "Paul E. McKenney" , Peter Zijlstra , Kernel development list Subject: Re: [PATCH 2/2] tools/memory-model: Add write ordering by release-acquire and by locks Message-ID: <20180622095547.GE7601@arm.com> References: <20180622080928.GB7601@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180622080928.GB7601@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 22, 2018 at 09:09:28AM +0100, Will Deacon wrote: > On Thu, Jun 21, 2018 at 01:27:12PM -0400, Alan Stern wrote: > > More than one kernel developer has expressed the opinion that the LKMM > > should enforce ordering of writes by release-acquire chains and by > > locking. In other words, given the following code: > > > > WRITE_ONCE(x, 1); > > spin_unlock(&s): > > spin_lock(&s); > > WRITE_ONCE(y, 1); > > > > or the following: > > > > smp_store_release(&x, 1); > > r1 = smp_load_acquire(&x); // r1 = 1 > > WRITE_ONCE(y, 1); > > > > the stores to x and y should be propagated in order to all other CPUs, > > even though those other CPUs might not access the lock s or be part of > > the release-acquire chain. In terms of the memory model, this means > > that rel-rf-acq-po should be part of the cumul-fence relation. > > > > All the architectures supported by the Linux kernel (including RISC-V) > > do behave this way, albeit for varying reasons. Therefore this patch > > changes the model in accordance with the developers' wishes. > > Interesting... > > I think the second example would preclude us using LDAPR for load-acquire, > so I'm surprised that RISC-V is ok with this. For example, the first test > below is allowed on arm64. > > I also think this would break if we used DMB LD to implement load-acquire > (second test below). > > So I'm not a big fan of this change, and I'm surprised this works on all > architectures. What's the justification? I also just realised that this prevents Power from using ctrl+isync to implement acquire, should they wish to do so. Will