Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1050381imm; Fri, 14 Sep 2018 10:20:03 -0700 (PDT) X-Google-Smtp-Source: ANB0VdYR9VqQdGcHuO0jtg2zVryTl2Cp3Y440lFVjnI+RMaCMij0YHWB8U/AfT5t7js8nVbfrzAn X-Received: by 2002:a63:5d1f:: with SMTP id r31-v6mr12809268pgb.445.1536945603187; Fri, 14 Sep 2018 10:20:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536945603; cv=none; d=google.com; s=arc-20160816; b=U0MBH/H3DvjWQIZvc/RUY5O+Mv8mcyJSqe1EC+WRHXBIEdsKuKlpzZ7tzNB3fF0wxQ P3rxt7SbhMvc2VCz4Vnv+zfJzdXsLWnYgP2rXScqUR3PzJ3OB3Muko9k7QWoZXqOQY+B C1D1YMhBG+cffEwujQwr91nWGV1Sc+Z0ZxINP7GMFpn1eOymO8qSTeIXBsR83hiHNN1C GVP3qz4hGI+nI1SLtyxsv+UGKdSHPYaiWJjaQkNjTv1NY0ARV4Z2PPSp4IZEz112qjzq jZVihu9mQs1BcVnFK26FheTDGOcpADf1d/jfesKSgMMXIiYYQp5okuNkobiKo8EN32kB MGgg== 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; bh=t8Yf7+DoQpfyJO/D3yrl+SoRJQEE3NnNjr8Mb7P54XE=; b=z8m4gOmcxFavTBlImkRnUJZC5eOAd0yNu2Vkaf5Nl0YejaJf5QgjlRWscmwjYZjKlU 4bT/DgbdOQ6KYKwDEEAmRU12Hgu+BYEp9KBNvf9rih2At1o/NJPTgRVfMnxYDBsZXAYh OIWRSXbY2mh1k8n7aotzJDhn0Xv7hsoqKZbUdNEuoHfBoZ5D5hukZL5AYATYMyqTIath uBK2L4q7dDuzpZ4t4SLYkdkfAq5HM7kJRDCo6AHWyjJn1tQHKJmROmoSvGRmTuHikj3U 9YoqNRKXwNF2F9jS4WzB8xK2DL3WMT6IcB1Hh6W2bUcO9odwyJKDggVsKt6kva0xWUXX fC/w== 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 q3-v6si6959779pgv.652.2018.09.14.10.19.47; Fri, 14 Sep 2018 10:20:03 -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 S1728165AbeINWfD (ORCPT + 99 others); Fri, 14 Sep 2018 18:35:03 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:45228 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727246AbeINWfD (ORCPT ); Fri, 14 Sep 2018 18:35:03 -0400 Received: (qmail 4516 invoked by uid 2102); 14 Sep 2018 13:19:37 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 14 Sep 2018 13:19:37 -0400 Date: Fri, 14 Sep 2018 13:19:37 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Paul E. McKenney" cc: Kernel development list , , , , Will Deacon , , , , , Jade Alglave , Luc Maranget , Subject: Re: [PATCH RFC memory-model 0/7] Memory-model changes In-Reply-To: <20180914163649.GA13942@linux.ibm.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 Fri, 14 Sep 2018, Paul E. McKenney wrote: > bf36a3124d04 doc: Replace smp_cond_acquire() with smp_cond_load_acquire() > > Small change, needs an ack. Looks to me like is is > just aligning the documentation with the code, so > should not be controversial (famous last words). > > Please take a look and consider giving feedback > and/or a review/ack. What branch is this commit in? It doesn't seem to be in the lkmm branch. In any case, the change is trivial and obviously correct. Acked-by: Alan Stern Alan