The patch titled Subject: lib/Kconfig.debug: enable RUNTIME_TESTING_MENU has been removed from the -mm tree. Its filename was lib-kconfigdebug-enable-runtime_testing_menu.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Anders Roxell <anders.roxell@xxxxxxxxxx> Subject: lib/Kconfig.debug: enable RUNTIME_TESTING_MENU d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all") causes a regression when using runtime tests due to it defaults RUNTIME_TESTING_MENU to not set. Link: http://lkml.kernel.org/r/20180214133015.10090-1-anders.roxell@xxxxxxxxxx Fixes: d3deafaa8b5c ("lib/: make RUNTIME_TESTS a menuconfig to easedisabling it all") Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx> Cc: Vincent Legoll <vincent.legoll@xxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxxxxx> Cc: Byungchul Park <byungchul.park@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 1 + 1 file changed, 1 insertion(+) diff -puN lib/Kconfig.debug~lib-kconfigdebug-enable-runtime_testing_menu lib/Kconfig.debug --- a/lib/Kconfig.debug~lib-kconfigdebug-enable-runtime_testing_menu +++ a/lib/Kconfig.debug @@ -1642,6 +1642,7 @@ config DMA_API_DEBUG menuconfig RUNTIME_TESTING_MENU bool "Runtime Testing" + def_bool y if RUNTIME_TESTING_MENU _ Patches currently in -mm which might be from anders.roxell@xxxxxxxxxx are -- 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