]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm: rename GENERIC_PTDUMP and PTDUMP_CORE
authorAnshuman Khandual <anshuman.khandual@arm.com>
Wed, 26 Feb 2025 12:24:04 +0000 (17:54 +0530)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:50:37 +0000 (21:50 -0800)
commit2b8fdd53b1e4cea85b1bd569b8723fc68ada0d1b
treefced69cba12aeaa1dee78dc866e67d6170ac8590
parentd844b95f20fb987ca5724f4f17d55c0da816fdbb
mm: rename GENERIC_PTDUMP and PTDUMP_CORE

Platforms subscribe into generic ptdump implementation via GENERIC_PTDUMP.
But generic ptdump gets enabled via PTDUMP_CORE.  These configs
combination is confusing as they sound very similar and does not
differentiate between platform's feature subscription and feature
enablement for ptdump.  Rename the configs as ARCH_HAS_PTDUMP and PTDUMP
making it more clear and improve readability.

Link: https://lkml.kernel.org/r/20250226122404.1927473-6-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Reviewed-by: Christophe Leroy <christophe.leroy@csgroup.eu> (powerpc)
Acked-by: Catalin Marinas <catalin.marinas@arm.com> [arm64]
Cc: Will Deacon <will@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Marc Zyngier <maz@kernel.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>
Cc: Madhavan Srinivasan <maddy@linux.ibm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Steven Price <steven.price@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
15 files changed:
arch/arm64/Kconfig
arch/arm64/include/asm/ptdump.h
arch/arm64/kvm/Kconfig
arch/arm64/mm/Makefile
arch/powerpc/Kconfig
arch/powerpc/mm/Makefile
arch/riscv/Kconfig
arch/riscv/mm/Makefile
arch/s390/Kconfig
arch/s390/mm/Makefile
arch/x86/Kconfig
arch/x86/Kconfig.debug
arch/x86/mm/Makefile
mm/Kconfig.debug
mm/Makefile