From patchwork Mon Feb 17 04:22:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anshuman Khandual X-Patchwork-Id: 13977063 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A740CC021A0 for ; Mon, 17 Feb 2025 04:24:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=5HaUSxYrDqYYODYb2I4sB6sgiLemtdJfzg2M9rjCMEc=; b=oi/xd44enefFFK OtLbzMKrbVnkS4x0HzSSlNs7KtMjDpNs/s0UdMOQN/WBvQyCyP7UkiBso3PToLK5KUzIXjkyBzt/n PVXQWM0o/cSngcctudzX7evL1S4D45DzbL22ocEDeyGE8R75WBUhOUdHabRFggAAsfbNz9LrBYgYI 7I2lXOA10NFmas7vYr4BDEZ0SuFE/zdQk0cxCZZD1nuihRaE5InQOzq8QCFE6+hk/ZoMJMWIh5KnX 8x9uZiikwZsZV7eZL27fww48TxyysK/Ad1mYrMO9oa1BGVeeLyUozt+N/hr2o7nayXPUySxKd4RCj 3X8kGeAKSbTbIv73PuNQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tjsft-00000003DhS-1M3I; Mon, 17 Feb 2025 04:24:05 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tjseO-00000003DCN-1Nwj; Mon, 17 Feb 2025 04:22:34 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8B2F21063; Sun, 16 Feb 2025 20:22:48 -0800 (PST) Received: from a077893.blr.arm.com (unknown [10.162.16.135]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 473943F59E; Sun, 16 Feb 2025 20:22:25 -0800 (PST) From: Anshuman Khandual To: linux-mm@kvack.org Cc: steven.price@arm.com, christophe.leroy@csgroup.eu, Anshuman Khandual , Andrew Morton , Mark Rutland , kvmarm@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org Subject: [PATCH V2 0/5] mm: Rework generic PTDUMP configs Date: Mon, 17 Feb 2025 09:52:15 +0530 Message-Id: <20250217042220.32920-1-anshuman.khandual@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250216_202232_406375_93221AC0 X-CRM114-Status: GOOD ( 10.03 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org The series reworks generic PTDUMP configs before eventually renaming them after some basic clean ups first. This is derived after splitting changes from the following patch. https://lore.kernel.org/all/20250205050039.1506377-1-anshuman.khandual@arm.com/ This series applies on v6.14-rc3 and has been tested on arm64. Although it also builds on other platforms as well. Cc: Andrew Morton Cc: Mark Rutland Cc: Christophe Leroy Cc: kvmarm@lists.linux.dev Cc: linux-arm-kernel@lists.infradead.org Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org Cc: linuxppc-dev@lists.ozlabs.org Cc: linux-riscv@lists.infradead.org Cc: linux-s390@vger.kernel.org Cc: linux-mm@kvack.org Cc: linux-kernel@vger.kernel.org Changes in V2: - Dropped the patch "mm: Make GENERIC_PTDUMP dependent on MMU" - Dropped GENERIC_PTDUMP from mpc885_ads_defconfig - Dropped PTDUMP config options from ptdump.rst Changes in V1: https://lore.kernel.org/all/20250213040934.3245750-1-anshuman.khandual@arm.com/ Anshuman Khandual (5): configs: Drop GENERIC_PTDUMP from debug.config arch/powerpc: Drop GENERIC_PTDUMP from mpc885_ads_defconfig docs: arm64: Drop PTDUMP config options from ptdump.rst mm: Make DEBUG_WX depdendent on GENERIC_PTDUMP mm: Rename GENERIC_PTDUMP and PTDUMP_CORE Documentation/arch/arm64/ptdump.rst | 2 -- arch/arm64/Kconfig | 2 +- arch/arm64/include/asm/ptdump.h | 4 ++-- arch/arm64/kvm/Kconfig | 4 ++-- arch/arm64/mm/Makefile | 2 +- arch/powerpc/Kconfig | 2 +- arch/powerpc/configs/mpc885_ads_defconfig | 1 - arch/powerpc/mm/Makefile | 2 +- arch/riscv/Kconfig | 2 +- arch/riscv/mm/Makefile | 2 +- arch/s390/Kconfig | 2 +- arch/s390/mm/Makefile | 2 +- arch/x86/Kconfig | 2 +- arch/x86/Kconfig.debug | 2 +- arch/x86/mm/Makefile | 2 +- kernel/configs/debug.config | 1 - mm/Kconfig.debug | 11 ++++++----- mm/Makefile | 2 +- 18 files changed, 22 insertions(+), 25 deletions(-)