From: Anshuman Khandual Date: Mon, 17 Feb 2025 04:22:16 +0000 (+0530) Subject: configs: drop GENERIC_PTDUMP from debug.config X-Git-Tag: next-20250224~159^2~109 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=dfffcbd55e131b0dea61bfeeca60b8e1901cd8aa;p=linux%2F.git configs: drop GENERIC_PTDUMP from debug.config Patch series "mm: Rework generic PTDUMP configs", v2. 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 patch (of 5): The platforms that support GENERIC_PTDUMP select the config explicitly. But enabling this feature on platforms that don't really support - does nothing or might cause a build failure. Hence just drop GENERIC_PTDUMP from generic debug.config Link: https://lkml.kernel.org/r/20250217042220.32920-1-anshuman.khandual@arm.com Link: https://lkml.kernel.org/r/20250217042220.32920-2-anshuman.khandual@arm.com Signed-off-by: Anshuman Khandual Reviewed-by: Steven Price Cc: Anshuman Khandual Cc: Christophe Leroy Cc: Mark Rutland Cc: Steven Price Cc: Catalin Marinas Cc: Heiko Carstens Cc: Ingo Molnar Cc: Jonathan Corbet Cc: Madhavan Srinivasan Cc: Marc Zyngier Cc: Michael Ellerman Cc: Nicholas Piggin Cc: Palmer Dabbelt Cc: Paul Walmsley Cc: Thomas Gleixner Cc: Vasily Gorbik Cc: Will Deacon Signed-off-by: Andrew Morton --- diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config index 20552f163930..8aafd050b754 100644 --- a/kernel/configs/debug.config +++ b/kernel/configs/debug.config @@ -73,7 +73,6 @@ CONFIG_DEBUG_VM=y CONFIG_DEBUG_VM_PGFLAGS=y CONFIG_DEBUG_VM_RB=y CONFIG_DEBUG_VM_VMACACHE=y -CONFIG_GENERIC_PTDUMP=y CONFIG_KASAN=y CONFIG_KASAN_GENERIC=y CONFIG_KASAN_INLINE=y