Received: by 10.223.176.5 with SMTP id f5csp2880143wra; Thu, 1 Feb 2018 07:27:47 -0800 (PST) X-Google-Smtp-Source: AH8x227RBLnx6wzVqnO0xiSKMsRmRliY0lHGrfxf+fNMDxuQZI7cxACauIvddMVgs71e/GYMk7G1 X-Received: by 10.98.195.2 with SMTP id v2mr36621661pfg.141.1517498867357; Thu, 01 Feb 2018 07:27:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517498867; cv=none; d=google.com; s=arc-20160816; b=z727DxtR2JxvAAbEdxyDFlPxj/wO5bJ80EIvaLHdqEdFW1EwS1Cm5uAOq91xs+CAPI 7N6SC3VtcexuXmL4ekD8lMqBYdIluxDXAwZu6PxgrHyoE+bahQRMVxHg1HzcKtD4Eo24 W8wp0n58/JZYFrSYywzKgumsIlscFi2rnHkMIs1hv7EXif7zHjSxBYKaXjCwQoGxOlvS C1TKSDZiGANI3GWhx9k+bAmI7wIFsp6nxRGDpH55iabhoDX9tvjat+DK0i9YsnCbWmRO +1FCul6flCG5N2Q5GpLYZ6TaY29rHzwtGh3jEyVWlVYB1CrrJLBo167kDCrx9RZhxVWA NfWw== 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=m+sD3UVa8XTuGl+Zg+8L5hf6e0yB2AWInuyXzBuRDlI=; b=QnDGn20OONqUukb7lF43hfMnBpwyqVEg4+7XsrOEDf9hIW1J+vPwPo8eauSOYAj8AC 4B22NgLwAGesiX7mlu2JB4Hwi/pTgZTkL75r8WM7/NA2EoHkCofG3FDrPzVclkbdaQEC LRTwWVo2I0VMLkUkQGS4CfNYICctqHSLlUiD7gmLcPO0MHLSldXn48d7M+MvR7CE/vnD uZRd2aWsTEoOjQgdVUnJ+WaiIbkajub3OPPy878aj5SLoSHqx62PtaWlTpv96611lN9N j79jhD+w9FNHvNX92Gwg9Hj9UDUJmi0bWWobet3aZJo79IgmcHtdokRR+8pwgolsTpnL x36A== 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 x16-v6si1692164pll.736.2018.02.01.07.27.32; Thu, 01 Feb 2018 07:27:47 -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 S1751967AbeBAP04 (ORCPT + 99 others); Thu, 1 Feb 2018 10:26:56 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:48038 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751742AbeBAP0v (ORCPT ); Thu, 1 Feb 2018 10:26:51 -0500 Received: (qmail 6767 invoked by uid 2102); 1 Feb 2018 10:26:50 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 1 Feb 2018 10:26:50 -0500 Date: Thu, 1 Feb 2018 10:26:50 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Andrea Parri cc: will.deacon@arm.com, , , , , , , , , Subject: Re: [PATCH 1/2] tools/memory-model: clarify the origin/scope of the tool name In-Reply-To: <1517486609-10951-1-git-send-email-parri.andrea@gmail.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 Thu, 1 Feb 2018, Andrea Parri wrote: > Ingo pointed out that: > > "The "memory model" name is overly generic, ambiguous and somewhat > misleading, as we usually mean the virtual memory layout/model > when we say "memory model". GCC too uses it in that sense [...]" > > Make it clearer that, in the context of tools/memory-model/, the term > "memory-model" is used as shorthand for "memory consistency model" by > calling out this convention in tools/memory-model/README. > > Stick to the full name in sources' headers and for the subsystem name. > > Suggested-by: Ingo Molnar > Signed-off-by: Andrea Parri For both patches: Acked-by: Alan Stern