From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3189EC34026 for ; Mon, 17 Feb 2020 19:12:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0B6B820836 for ; Mon, 17 Feb 2020 19:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581966768; bh=bBGh2zu9Ak33pj6iJVskOUz3q/3+KzGXfk104cCS3vU=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:List-ID: From; b=uXePDQVThQyTkkmWpKdII84MqUzxWnAH/4T0mXC6falgTF7StE/jugAa5mNZwDmWQ uhjdCgSlDHuHlphyonl1l3MfKseXCgboWcS/ygr321M+EsgXMw/Oc+dvtMNJBBoY6B p6LO1aVcIQO6GN66wOOhPtwMOiayLoIaBuxSsWS0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729570AbgBQTMq (ORCPT ); Mon, 17 Feb 2020 14:12:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:36716 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728467AbgBQTMq (ORCPT ); Mon, 17 Feb 2020 14:12:46 -0500 Received: from paulmck-ThinkPad-P72.home (50-39-105-78.bvtn.or.frontiernet.net [50.39.105.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A929C20801; Mon, 17 Feb 2020 19:12:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581966765; bh=bBGh2zu9Ak33pj6iJVskOUz3q/3+KzGXfk104cCS3vU=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=iyZl7rw31feSNE1LTuRorqDiXP3Y9G62s0sBByNr9ZfckstTUZna1LpW9NalhgpeN Pnos4z7iBNdkFOzl1ZiWV3+PoQ0IRaWrXzHWiVejbX9c7RO+4747YJJzt5L+569DwX ygpx5EoDxiZS63BHPbPFBCzexMUAQ3dma9kFZjIM= Received: by paulmck-ThinkPad-P72.home (Postfix, from userid 1000) id 7921D352273C; Mon, 17 Feb 2020 11:12:45 -0800 (PST) Date: Mon, 17 Feb 2020 11:12:45 -0800 From: "Paul E. McKenney" To: Alan Stern Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, kernel-team@fb.com, mingo@kernel.org, parri.andrea@gmail.com, will@kernel.org, peterz@infradead.org, boqun.feng@gmail.com, npiggin@gmail.com, dhowells@redhat.com, j.alglave@ucl.ac.uk, luc.maranget@inria.fr, akiyks@gmail.com Subject: Re: [PATCH memory-model] Add recent references Message-ID: <20200217191245.GV2935@paulmck-ThinkPad-P72> Reply-To: paulmck@kernel.org References: <20200214233139.GA12521@paulmck-ThinkPad-P72> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 16, 2020 at 12:01:14PM -0500, Alan Stern wrote: > 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. Indeed, 18 months is a long time for LKMM, isn't it? ;-) Sounds like time to update it for the next meeting. I of course would welcome any notes you might have taken while going through it. Thanx, Paul