Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp694182imm; Thu, 5 Jul 2018 07:24:26 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeKzPwoe1fUSJ0nH9Ffge/YzvrpwtFT2iQa3id57LD49RyRCBPq5ushK8j0P5Rhydn/W7QO X-Received: by 2002:a17:902:9690:: with SMTP id n16-v6mr6378360plp.94.1530800666676; Thu, 05 Jul 2018 07:24:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530800666; cv=none; d=google.com; s=arc-20160816; b=tMpHKbHOrgmVJ8iNhpGCGl5VOovdPbvYEhalW0ixO0Lv80ZWg/9W7WdT4UvMIdSfU0 Ja3+hjHbNP9bvbWBR5RqSXrFCxwAvVlkjFcIZmJ3YKrkMueERTaViMjvqXWvGdA4Tcrf bDamkdcfr+JJ//xoYWmxV/5Vb3mbuuzIjdoc++yhje0qDSzqlMMwlWlJpgVAX5uf+9Lk 5XlS77XtFetXdEb/F3o7ergbdCI78nYSkqwO0dvtq7ODHH7AfY/6mI1w6CdOQTxk8u73 08t15rFh+Fb0q4Csh471c7nkWi2MIZYrrhuFbxn09nlvSV+DbuLXKFeePzWUVi/j6uTn XH0w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date:arc-authentication-results; bh=k44dL1ihv8OJt2+DOl7x35LrhQL/4jJBppEbtRTwXkI=; b=ecko6X/atXVNd8trt75MmTvoeMxJtkEHz8+ghIWT6ysEl1WYM4hFqWdCAKJlzfdsJ4 tWmzOXZYD6WlObslWl+hkZ73Z3LMb8QA3d9g3oVQPxknqsCRT1mcAZkkEo3Ah3LFIl6E 5H2UVDPQK3mjnMPoIjQzKgg/e1erpG1t6nhmYRRt9sEeEv9K66uKsBpnH9ZROUxdVoWY ZN9eIp4tZEfafAmY5VuZ8QQ1G/O7gd5q9mB4J99NQqpfZp57vAyETCDUGrJkMa5lLbz3 F4dIlQyR+D/UfCQfeKoBnbJJwLcIPtpxtxMwIPggOTkGHW+JgKnB7VgjtjFrkCFDD595 8oCg== 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 w135-v6si6480049pff.8.2018.07.05.07.24.12; Thu, 05 Jul 2018 07:24:26 -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 S1754221AbeGEOXJ (ORCPT + 99 others); Thu, 5 Jul 2018 10:23:09 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:42900 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753401AbeGEOXB (ORCPT ); Thu, 5 Jul 2018 10:23:01 -0400 Received: (qmail 1959 invoked by uid 2102); 5 Jul 2018 10:23:01 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 5 Jul 2018 10:23:01 -0400 Date: Thu, 5 Jul 2018 10:23:01 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Will Deacon cc: "Paul E. McKenney" , Andrea Parri , LKMM Maintainers -- Akira Yokosawa , Boqun Feng , David Howells , Jade Alglave , Luc Maranget , Nicholas Piggin , Peter Zijlstra , Kernel development list Subject: Re: [PATCH 2/2] tools/memory-model: Add write ordering by release-acquire and by locks In-Reply-To: <20180704121354.GC26941@arm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 4 Jul 2018, Will Deacon wrote: > On Wed, Jul 04, 2018 at 04:28:52AM -0700, Paul E. McKenney wrote: > > On Tue, Jul 03, 2018 at 01:28:17PM -0400, Alan Stern wrote: > > > PS: Paul, is the patch which introduced rel-rf-acq-po currently present > > > in any of your branches? I couldn't find it. > > > > It is not, I will add it back in. I misinterpreted your "drop this > > patch" on 2/2 as "drop both patches". Please accept my apologies! > > > > Just to double-check, the patch below should be added, correct? > > Hang on, I'm not sure this patch is quite right either. We need to reach > agreement on whether or not we want to support native RCpc acquire/release > instructions before we work out what to do with this relation. Agreed. Paul, please leave both patches reverted. I will send replacements. Alan