The patch titled Subject: mm-debug-add-tests-validating-architecture-page-table-helpers-v18 has been removed from the -mm tree. Its filename was mm-debug-add-tests-validating-architecture-page-table-helpers-v18.patch This patch was dropped because it was folded into mm-debug-add-tests-validating-architecture-page-table-helpers.patch ------------------------------------------------------ From: Anshuman Khandual <anshuman.khandual@xxxxxxx> Subject: mm-debug-add-tests-validating-architecture-page-table-helpers-v18 update CONFIG_DEBUG_VM_PGTABLE's help section as required Link: http://lkml.kernel.org/r/1588564865-31160-3-git-send-email-anshuman.khandual@xxxxxxx Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Gerald Schaefer <gerald.schaefer@xxxxxxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxx> Cc: Qian Cai <cai@xxxxxx> Cc: Christophe Leroy <christophe.leroy@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) --- a/lib/Kconfig.debug~mm-debug-add-tests-validating-architecture-page-table-helpers-v18 +++ a/lib/Kconfig.debug @@ -702,9 +702,8 @@ config DEBUG_VM_PGFLAGS config DEBUG_VM_PGTABLE bool "Debug arch page table for semantics compliance" depends on MMU - depends on !IA64 && !ARM - depends on ARCH_HAS_DEBUG_VM_PGTABLE || EXPERT - default y if ARCH_HAS_DEBUG_VM_PGTABLE && DEBUG_VM + depends on ARCH_HAS_DEBUG_VM_PGTABLE + default y if DEBUG_VM help This option provides a debug method which can be used to test architecture page table helper functions on various platforms in @@ -712,9 +711,7 @@ config DEBUG_VM_PGTABLE will help architecture code in making sure that any changes or new additions of these helpers still conform to expected semantics of the generic MM. Platforms will have to opt in for - this through ARCH_HAS_DEBUG_VM_PGTABLE. Although it can also be - enabled through EXPERT without requiring code change. This test - is disabled on IA64 and ARM platforms where it fails to build. + this through ARCH_HAS_DEBUG_VM_PGTABLE. If unsure, say N. _ Patches currently in -mm which might be from anshuman.khandual@xxxxxxx are x86-mm-define-mm_p4d_folded.patch mm-debug-add-tests-validating-architecture-page-table-helpers.patch mm-vmstat-add-events-for-pmd-based-thp-migration-without-split.patch mm-vmstat-add-events-for-pmd-based-thp-migration-without-split-update.patch