Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3920800ybv; Sun, 16 Feb 2020 09:02:40 -0800 (PST) X-Google-Smtp-Source: APXvYqwao4e8WsWNQMoAQca7hjATYheAc5XnuwmA8dHBIWuKRKvVkCNHQCnhyq3CZPotWV782G0Z X-Received: by 2002:a9d:7842:: with SMTP id c2mr8762068otm.252.1581872560052; Sun, 16 Feb 2020 09:02:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581872560; cv=none; d=google.com; s=arc-20160816; b=FLG/tDNthLIDLKvrgnaNTe9F3kdEyqMaO2YVFak9KY2x+sz3rgW8hyviIV6k3yQMug 5He9rhHmUKKPcTXyImHTlxl3ZXyrNCT6mWAKY6ECrAw87SI9p470qDlyyBcIqnSCyOBk WZxjFjfMr5Weil2BxWeu4vP8e/wDsd0SnuidPylPMZqsah+EN/xzyea3fSL9NUdYw1kD Sqi/gjVVQQlZPT8KNJ/Gptsn7C+hrRCj0NaYVhlyQ262z64TnOSjcq0gsO4IipmE+S6O IQ4GeYWH+qwXdXprjjYfsV7m4QBr4oWfX9KdcJ9q0lj3+3SXstGsRMqKLkfpcHK0CM+E SC9A== 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=VYD3LWwiozRfnGc741hRg9zplSBPl9cBAwhSnQVbgaE=; b=JSVY4bXKWvZgZ7/APsP8GHUKcH9y6DYDdGRukj30UnWrqqYWff9+TquJZMVZvA+cD+ obPklo7tHXgGFh6GryX5/y0AkNnXw25XZ4q0YHRo4fRbELSiWJffTJ812XNdWaIesdbM IWw4BBziABJw0CQ/s5af4sVLlZrxtF5GVOBe0LsrGsEewOVGKbBSmCcAb9DWe4osJYmg VVgHmQSJIZa5hp3pZ1AMpFPyPc86m+pEOSIo/WlyUJzmuIu8/ctMMvcHl/IYDucTJN1a s19JTZnOr+pQA5xNtNK0FWHe2uzJMLtBb0ypIdYZnHX6WZLmpK4t770/WhRrutBeHEBC QyIg== 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 z22si5667933otq.94.2020.02.16.09.02.26; Sun, 16 Feb 2020 09:02:40 -0800 (PST) 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 S1728497AbgBPRBP (ORCPT + 99 others); Sun, 16 Feb 2020 12:01:15 -0500 Received: from netrider.rowland.org ([192.131.102.5]:46015 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1728370AbgBPRBP (ORCPT ); Sun, 16 Feb 2020 12:01:15 -0500 Received: (qmail 781 invoked by uid 500); 16 Feb 2020 12:01:14 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 16 Feb 2020 12:01:14 -0500 Date: Sun, 16 Feb 2020 12:01:14 -0500 (EST) From: Alan Stern X-X-Sender: stern@netrider.rowland.org To: "Paul E. McKenney" cc: linux-kernel@vger.kernel.org, , , , , , , , , , , , Subject: Re: [PATCH memory-model] Add recent references In-Reply-To: <20200214233139.GA12521@paulmck-ThinkPad-P72> 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 Feb 2020, Paul E. McKenney wrote: > This commit updates the list of LKMM-related publications in > Documentation/references.txt. > > Signed-off-by: Paul E. McKenney > o Paul E. McKenney, Ulrich Weigand, Andrea Parri, and Boqun > - Feng. 2016. "Linux-Kernel Memory Model". (6 June 2016). > - http://open-std.org/JTC1/SC22/WG21/docs/papers/2016/p0124r2.html. > + Feng. 2018. "Linux-Kernel Memory Model". (27 September 2018). > + http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0124r6.html. Even though this is an update, the new version referenced here is already out-of-date (in particular, with regard to its discussions of the ordering properties of unlock-lock sequences as viewed by threads not holding the lock). And it contains a few typos scattered throughout. Alan