The patch titled Subject: mm-move-memtest-under-mm-fix-fix has been removed from the -mm tree. Its filename was mm-move-memtest-under-mm-fix-fix.patch This patch was dropped because it was folded into mm-move-memtest-under-mm.patch ------------------------------------------------------ From: Vladimir Murzin <vladimir.murzin@xxxxxxx> Subject: mm-move-memtest-under-mm-fix-fix It was noticed by Paul Bolle that patch above simply disables MEMTEST altogether. ? Reported-by: Paul Bolle <pebolle@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN lib/Kconfig.debug~mm-move-memtest-under-mm-fix-fix lib/Kconfig.debug --- a/lib/Kconfig.debug~mm-move-memtest-under-mm-fix-fix +++ a/lib/Kconfig.debug @@ -1734,7 +1734,7 @@ config TEST_UDELAY config MEMTEST bool "Memtest" - depends on MEMBLOCK + depends on HAVE_MEMBLOCK ---help--- This option adds a kernel parameter 'memtest', which allows memtest to be set. _ Patches currently in -mm which might be from vladimir.murzin@xxxxxxx are mm-move-memtest-under-mm.patch memtest-use-phys_addr_t-for-physical-addresses.patch arm64-add-support-for-memtest.patch arm-add-support-for-memtest.patch kconfig-memtest-update-number-of-test-patterns-up-to-17.patch documentation-update-arch-list-in-the-memtest-entry.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html