Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp393592ybv; Wed, 19 Feb 2020 01:42:01 -0800 (PST) X-Google-Smtp-Source: APXvYqzxyyaIqjZXsDeSllwvzfh38qlaJVZGR1UONZhLFIdZV5l3V7s8l28bMY11sCivVq5pT3M+ X-Received: by 2002:aca:b588:: with SMTP id e130mr241537oif.176.1582105321805; Wed, 19 Feb 2020 01:42:01 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582105321; cv=none; d=google.com; s=arc-20160816; b=RfxEUpP7v6Rm72xNJC3X0+UF8+nEea//M5l6yonoXE400ARY3H0hGlxGlqhVviEPoO 5LCYIcA2aII2X7Aaq+g0EjdzU53hVZHY7OSstkq/+lh+krfYu1FzIqAe5mJhDfA2+aZB noiRlEXLQKpeVOyMa2P2Uv5AYf36dxbfk4ZTn7L5BcQMDn5yhUgPO7F/0+GbAgOqpQbh 7N2Ix8KVz+0vdUNR5IsXgUHO0CzyA4ulGsUtulEnVizo9IkOnCLDMTUPU7fdK+2jWmY1 NN4wMCk3Ele+6qYMFPI0zgO4a4P3xLgoRD7eyUhOq279GFlaGx0LiHiBodmfI5MOrr8C xElA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=AGHriK19fSLT4n72XHaQ+MiehB+gUryAlA00RYgTCbc=; b=wdDz1qp8bSEfRhKT/5pUKCqdQvNChIqg1a1a7Jd2LFT6ArbVZY0ceLJGSPjZn6B2BX Ht2Ja0LplfBvrclYvc7Cxv45bxVwZIvE4/+MeCH99L4zmyVR1oNp7RWGKBXonYA85oKh +KIX06WwbQP3KL3ZkXVae2IrIVBTbgdxI/MpACyrLd2dFawL+WHgI77o3p4oLbQcFwzb JZbKeLnJnkaScZMJWd0VmHAravj8IbunjTSFqukbKrxAegqgZAvhUw9KXYSVT7DcROi9 z7gEWCcxNAeuXIkBXlBzMALB1GWppt4rCxbLX17oXtdtSU6d743Mls0PCgBqfM1XfuBD IVHw== 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 r21si772766ota.204.2020.02.19.01.41.48; Wed, 19 Feb 2020 01:42:01 -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 S1726491AbgBSJlo (ORCPT + 99 others); Wed, 19 Feb 2020 04:41:44 -0500 Received: from ms.lwn.net ([45.79.88.28]:33408 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726210AbgBSJlo (ORCPT ); Wed, 19 Feb 2020 04:41:44 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 30ECB4A8; Wed, 19 Feb 2020 09:41:39 +0000 (UTC) Date: Wed, 19 Feb 2020 02:41:22 -0700 From: Jonathan Corbet To: Alexandre Ghiti Cc: Paul Walmsley , Palmer Dabbelt , linux-riscv@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] documentation: vm: Advertise support for pte_special in riscv Message-ID: <20200219024122.5fe552a5@lwn.net> In-Reply-To: <20200219065953.27350-1-alex@ghiti.fr> References: <20200219065953.27350-1-alex@ghiti.fr> Organization: LWN.net X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 19 Feb 2020 01:59:53 -0500 Alexandre Ghiti wrote: > Risc-V architecture has actually supported pte_special since its merge > upstream, simply add this info to the documentation. > > Signed-off-by: Alexandre Ghiti > --- > Documentation/features/vm/pte_special/arch-support.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/features/vm/pte_special/arch-support.txt b/Documentation/features/vm/pte_special/arch-support.txt > index 2dc5df6a1cf5..3d492a34c8ee 100644 > --- a/Documentation/features/vm/pte_special/arch-support.txt > +++ b/Documentation/features/vm/pte_special/arch-support.txt > @@ -23,7 +23,7 @@ > | openrisc: | TODO | > | parisc: | TODO | > | powerpc: | ok | > - | riscv: | TODO | > + | riscv: | ok | Applied, thanks. jon