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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F170AC072A2 for ; Wed, 22 Nov 2023 07:00:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234838AbjKVHAQ (ORCPT ); Wed, 22 Nov 2023 02:00:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234830AbjKVHAO (ORCPT ); Wed, 22 Nov 2023 02:00:14 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D1E05D47 for ; Tue, 21 Nov 2023 23:00:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=38yfeYGGIhQE7SMv/R6/plOSGW l9qczmYaH5DMCKBHs7GhUk2Mu3TOKUkdwtoE1CA0YwtVXzY87o9UEYESgpOoQ+wkFW5+eABH/WkHr OuGrjIXzhtBW3884xq2HoSqYetwCtMxT6KCX7u2BHWGRy9Elc/buBH5+vzdEVyy+tIvF8gZjKaIQQ OPq9ij5C5aanVIjFV4Eozw9FDuK5NYNK6x9ybMJleySZdEKfTm4gR4Ioy5Xitr0WFchvG+/C6nB2a ITs6CuwD8VsWpD5XQUDSFaNUYaN7R9kkFsAcRsmme9QU08XLKP3qo8R9y9R7UnesOOZuJUwr7JNxY EIOiLSVA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r5hDT-000s2J-2w; Wed, 22 Nov 2023 07:00:07 +0000 Date: Tue, 21 Nov 2023 23:00:07 -0800 From: Christoph Hellwig To: Jisheng Zhang Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] riscv: mm: implement pgprot_nx Message-ID: References: <20231121160637.3856-1-jszhang@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231121160637.3856-1-jszhang@kernel.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Looks good: Reviewed-by: Christoph Hellwig