| From: Anshuman Khandual <anshuman.khandual@arm.com> |
| Subject: docs: arm64: drop PTDUMP config options from ptdump.rst |
| Date: Wed, 26 Feb 2025 17:54:02 +0530 |
| |
| Both GENERIC_PTDUMP and PTDUMP_CORE are not user selectable config |
| options. Just drop these from documentation. |
| |
| Link: https://lkml.kernel.org/r/20250226122404.1927473-4-anshuman.khandual@arm.com |
| Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com> |
| Suggested-by: Steven Price <steven.price@arm.com> |
| Acked-by: Catalin Marinas <catalin.marinas@arm.com> |
| Cc: Will Deacon <will@kernel.org> |
| Cc: Jonathan Corbet <corbet@lwn.net> |
| Cc: Christophe Leroy <christophe.leroy@csgroup.eu> |
| Cc: Heiko Carstens <hca@linux.ibm.com> |
| Cc: Ingo Molnar <mingo@redhat.com> |
| Cc: Madhavan Srinivasan <maddy@linux.ibm.com> |
| Cc: Marc Zyngier <maz@kernel.org> |
| Cc: Mark Rutland <mark.rutland@arm.com> |
| Cc: Michael Ellerman <mpe@ellerman.id.au> |
| Cc: Nicholas Piggin <npiggin@gmail.com> |
| Cc: Palmer Dabbelt <palmer@dabbelt.com> |
| Cc: Paul Walmsley <paul.walmsley@sifive.com> |
| Cc: Thomas Gleixner <tglx@linutronix.de> |
| Cc: Vasily Gorbik <gor@linux.ibm.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| Documentation/arch/arm64/ptdump.rst | 2 -- |
| 1 file changed, 2 deletions(-) |
| |
| --- a/Documentation/arch/arm64/ptdump.rst~docs-arm64-drop-ptdump-config-options-from-ptdumprst |
| +++ a/Documentation/arch/arm64/ptdump.rst |
| @@ -22,8 +22,6 @@ offlining of memory being accessed by th |
| In order to dump the kernel page tables, enable the following |
| configurations and mount debugfs:: |
| |
| - CONFIG_GENERIC_PTDUMP=y |
| - CONFIG_PTDUMP_CORE=y |
| CONFIG_PTDUMP_DEBUGFS=y |
| |
| mount -t debugfs nodev /sys/kernel/debug |
| _ |