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 F305AC4332F for ; Mon, 6 Nov 2023 15:00:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232304AbjKFPA4 (ORCPT ); Mon, 6 Nov 2023 10:00:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53518 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231921AbjKFPAe (ORCPT ); Mon, 6 Nov 2023 10:00:34 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 681E1191 for ; Mon, 6 Nov 2023 07:00:31 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPS id 15B3CC433C7; Mon, 6 Nov 2023 15:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699282830; bh=inSvyAXRWVhJKzxXGHYkYj/Xog6XFtFACxlgXU8Pmhs=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=P/GcyVWmubX8jMX6sQ3RvB1MPQ9k0zVhYtU7pSSJ7ZAJ+tr5boFRL0ChQW63nJ592 F+JAmTYAKKofKS1nTNuqXjnmGUn0z9L3fBXO6CUaEfafgFscxkInlq9YAPj4MdQ1Cb +3uTNjo/t3+i12ndHeaCBpW3FlPrdCSvAi1icvIWbDX8bFNDL+i+d2t8DbGgizVfF3 H8fFGXBnuYtp0/cE0juLJ3luCiyls7ugd2uvVSWCR44xG/EUi6SySTJmH9CMm1ZIpV jzunLfcJOdmNZciL5FuVM8Tirah7lSwk6R4F+w5W3Zvu3eJbFBRJzFZoVfQfwfCIms pC0x9+sYMCMfA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id F0BB8E00087; Mon, 6 Nov 2023 15:00:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v4 0/3] Improve PTDUMP and introduce new fields From: patchwork-bot+linux-riscv@kernel.org Message-Id: <169928282898.16503.17999232797960429532.git-patchwork-notify@kernel.org> Date: Mon, 06 Nov 2023 15:00:28 +0000 References: <20230921025022.3989723-1-peterlin@andestech.com> In-Reply-To: <20230921025022.3989723-1-peterlin@andestech.com> To: Yu-Chien Peter Lin Cc: linux-riscv@lists.infradead.org, paul.walmsley@sifive.com, palmer@dabbelt.com, aou@eecs.berkeley.edu, david@redhat.com, akpm@linux-foundation.org, alexghiti@rivosinc.com, bjorn@rivosinc.com, linux-kernel@vger.kernel.org, conor.dooley@microchip.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt : On Thu, 21 Sep 2023 10:50:19 +0800 you wrote: > This patchset enhances PTDUMP by providing additional information > from pagetable entries. > > The first patch fixes the RSW field, while the second and third > patches introduce the PBMT and NAPOT fields, respectively, for > RV64 systems. > > [...] Here is the summary with links: - [v4,1/3] riscv: Improve PTDUMP to show RSW with non-zero value https://git.kernel.org/riscv/c/d5d2c264d33b - [v4,2/3] riscv: Introduce PBMT field to PTDUMP https://git.kernel.org/riscv/c/0713ff337173 - [v4,3/3] riscv: Introduce NAPOT field to PTDUMP https://git.kernel.org/riscv/c/015c3c370472 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html