Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp396866ybh; Sat, 18 Jul 2020 07:22:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzvZiDuDiRsc3O5HR37wiw1WVn/y4NEHSr2B75/+zrJPMyBYmBgCqSQUQwjQC8XfWOIeGLf X-Received: by 2002:a50:ee8a:: with SMTP id f10mr13612016edr.383.1595082138037; Sat, 18 Jul 2020 07:22:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595082138; cv=none; d=google.com; s=arc-20160816; b=ZWWppi7hc9He9wJ333wo25JziFFntz3KTGbQNBKZ+grOBAF3T0Qa9OfFB6+yJdtNa0 LyXsbmLVvX48PlH/AuoOI/nHvXJdpN0+r5ddHWF3iPJJ/hnAfcnfd8ZymwEClPL0H7Mw Ot9Ofsopzw6XeD8ZaiyehKpG0MwDnym/mVVsIFCdZMow1R5xC8WjPzWx6h9st8dbkTEZ p/j3eR0SiOPt3st86XJiaklb57OnR4ZLO+LT7ZVYftACwLAsPQHUbgwPvL26cW6fcd/1 aG9czOAZBYlML2AB+cEuExaJgIL7/8yfmUM81gNUzkh+ZHZkxjvQCD7KzztHXpEBA+QU bsYw== 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; bh=PolMd4PubQZPED1qWf1l/JxmNk56D3E/OsjQNHwlB4w=; b=v/0dkg51rupYYG0TuX4degmiowgtPOnoNScV8Nvb2cMN8myIjsoqWqrtEP6dkvm4lh VHv9yi6nSkBCcYEMX+N5oCd7UXb8JnWPZ2ESbET++qC3FfEg6VGotBxcGiO4S4LrhU3R WDwhSwPoXxNN+USoR7FqrbHKjR8MEsNNxNnER9pFXnAhxhIXcAUqwyDrxazrwG0MAYTA mziYgVNxD0HUknM2Tij9LBFtuUSirE/rZ1mkemHZM2/Nwi2BRso5sJoQJSnV82NapIek b2DTpVn6tQAM2BfK/gnuZGQ6IgdOzmOyX1PPIyds3Jw2vLJusxX7g/u8xsMlWxX15BU3 /mgA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h24si7604828edj.24.2020.07.18.07.21.55; Sat, 18 Jul 2020 07:22:18 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726574AbgGROVp (ORCPT + 99 others); Sat, 18 Jul 2020 10:21:45 -0400 Received: from netrider.rowland.org ([192.131.102.5]:60539 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1726611AbgGROVo (ORCPT ); Sat, 18 Jul 2020 10:21:44 -0400 Received: (qmail 1180182 invoked by uid 1000); 18 Jul 2020 10:21:43 -0400 Date: Sat, 18 Jul 2020 10:21:43 -0400 From: Alan Stern To: Dave Chinner Cc: Eric Biggers , "Darrick J. Wong" , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, "Paul E . McKenney" , linux-fsdevel@vger.kernel.org, Akira Yokosawa , Andrea Parri , Boqun Feng , Daniel Lustig , David Howells , Jade Alglave , Luc Maranget , Nicholas Piggin , Peter Zijlstra , Will Deacon Subject: Re: [PATCH] tools/memory-model: document the "one-time init" pattern Message-ID: <20200718142143.GB1179836@rowland.harvard.edu> References: <20200717044427.68747-1-ebiggers@kernel.org> <20200717205340.GR7625@magnolia> <20200718005857.GB2183@sol.localdomain> <20200718012555.GA1168834@rowland.harvard.edu> <20200718020001.GO5369@dread.disaster.area> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200718020001.GO5369@dread.disaster.area> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 18, 2020 at 12:00:01PM +1000, Dave Chinner wrote: > Recipes are aimed at people who simply don't understand any of that > goobledegook. This won't help them -write correct code-. Indeed. Perhaps this writeup belongs in a different document (with a pointer from the recipes file), and the actual recipe itself should await the development of a general and robust API. Alan Stern