Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp226358pxb; Mon, 13 Sep 2021 17:41:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxREfxnrw2A2QhibDVxrUt8mJubR+LvJX+7m6mM93ClEvXfdz3dnUkm9RtH71RgRnqG+hzR X-Received: by 2002:a17:906:7792:: with SMTP id s18mr10815306ejm.492.1631580069653; Mon, 13 Sep 2021 17:41:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631580069; cv=none; d=google.com; s=arc-20160816; b=qr9xykJ8t+8B6xwgznR8i5uOGj8iUFk29MfAmXe4nZiY4YYjIiH9ugClVQU/RhTtUf Q7F3YAUzwxbEtGO3R7dlgGaeJJcAkaA1E2kgx679rmqxoHWXoOeXPE48pUaPid2aPpIi b50rNz3Vwmy8qkPwxq6ih9SF1MWvhkQACub4tbIPRrw4/5zXqeUspYJysjGFV4v8i6Ou 43pEtbHQVNXMokMH0IIT47FlgRFWP3xGxKIIpQmtTYCCia3Z4Y5we+yTaQTg/ijUHWG2 igAafgc4QRjip4cAO1sOUCvqsbBxctiiW60fjyBZqPNqb5NHDS10j0eU/8Mdl4U1kFzE 6WBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-language:content-transfer-encoding :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=FDBpBrUTdT+TsDaay4wsFFGGPdWMhfbJCGBkJaJQdOs=; b=hqbQUNg6lNf78TbezepjEFHnxM/n0brq6xwNq/fh1/0PwlLin2+d6HBPr0Toth8wwW Ph4VuF7keQmvuGqsl1lDmvO95OdtVZxjp/YhLcldokaIMq3H9IBmGwh/7hMErB1Uk8YN ffJrbxRGyZpupHT6FjV79MSyA/rr58/qllLy/7wnJF08nuA41QFp37SobDld8NFKWbTr EbKhuPtVeiS2UEzNN6VtVHo2sUjQITwctxMX9ZQE6tUSZ7I4KQ49gVNu4htAdD2d8YzM JCigs4gDxZr9skHoCJGAztkOAz2ApmUa18vFhRngpgqU6fsIClermyGTZfgtH3bo1nyR XzqQ== 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 bi20si8975251ejb.575.2021.09.13.17.40.46; Mon, 13 Sep 2021 17:41:09 -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 S1344997AbhIMQGM (ORCPT + 99 others); Mon, 13 Sep 2021 12:06:12 -0400 Received: from mslow1.mail.gandi.net ([217.70.178.240]:47325 "EHLO mslow1.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344133AbhIMQGL (ORCPT ); Mon, 13 Sep 2021 12:06:11 -0400 Received: from relay6-d.mail.gandi.net (unknown [217.70.183.198]) by mslow1.mail.gandi.net (Postfix) with ESMTP id 45242CFB51; Mon, 13 Sep 2021 15:58:03 +0000 (UTC) Received: (Authenticated sender: alex@ghiti.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 0A0E3C000E; Mon, 13 Sep 2021 15:57:37 +0000 (UTC) Subject: Re: [PATCH 1/2] doc: Fix typo in Documentation/riscv/vm-layout To: Leo Yu-Chi Liang , corbet@lwn.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-doc-tw-discuss@lists.sourceforge.net, linux-riscv@lists.infradead.org Cc: ycliang@cs.nctu.edu.tw References: <20210912155149.130332-1-ycliang@andestech.com> From: Alexandre ghiti Message-ID: <39e34848-65d9-75ce-f1f7-d5ee2c5f31c2@ghiti.fr> Date: Mon, 13 Sep 2021 17:57:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210912155149.130332-1-ycliang@andestech.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (+cc linux-riscv) On 9/12/21 5:51 PM, Leo Yu-Chi Liang wrote: > From: Leo Yu-Chi Liang > > Fix a typo of the End Addr field for `direct mapping` section. > > The value 0xffffffff7fffffff - 0xffffffe000000000 is 126 GB > and is not equal to value in the size field. > > Update the value to make sense of the memory layout table. > > Signed-off-by: Leo Yu-Chi Liang > --- > Documentation/riscv/vm-layout.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/riscv/vm-layout.rst b/Documentation/riscv/vm-layout.rst > index b7f98930d38d..2525cf0d6794 100644 > --- a/Documentation/riscv/vm-layout.rst > +++ b/Documentation/riscv/vm-layout.rst > @@ -52,7 +52,7 @@ RISC-V Linux Kernel SV39 > ffffffceff000000 | -196 GB | ffffffceffffffff | 16 MB | PCI io > ffffffcf00000000 | -196 GB | ffffffcfffffffff | 4 GB | vmemmap > ffffffd000000000 | -192 GB | ffffffdfffffffff | 64 GB | vmalloc/ioremap space > - ffffffe000000000 | -128 GB | ffffffff7fffffff | 124 GB | direct mapping of all physical memory > + ffffffe000000000 | -128 GB | fffffffeffffffff | 124 GB | direct mapping of all physical memory > __________________|____________|__________________|_________|____________________________________________________________ > | > | You're right, thanks for catching this, you can add: Reviewed-by: Alexandre Ghiti Thanks again, Alex