The patch titled Subject: mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc-v3 has been removed from the -mm tree. Its filename was mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc-v3.patch This patch was dropped because it was folded into mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc.patch ------------------------------------------------------ From: Christian Borntraeger <borntraeger@xxxxxxxxxx> Subject: mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc-v3 v2 -> v3: tab/whitespace, off->n (Paul Bolle) remove "If unsure say no." Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/Kconfig.debug | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff -puN mm/Kconfig.debug~mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc-v3 mm/Kconfig.debug --- a/mm/Kconfig.debug~mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc-v3 +++ a/mm/Kconfig.debug @@ -34,13 +34,11 @@ config DEBUG_PAGEALLOC config DEBUG_PAGEALLOC_ENABLE_DEFAULT bool "Enable debug page memory allocations by default?" - default off - depends on DEBUG_PAGEALLOC - ---help--- + default n + depends on DEBUG_PAGEALLOC + ---help--- Enable debug page memory allocations by default? This value can be overridden by debug_pagealloc=off|on. - If unsure say no. - config PAGE_POISONING bool _ Patches currently in -mm which might be from borntraeger@xxxxxxxxxx are mm-debug_pagealloc-ask-users-for-default-setting-of-debug_pagealloc.patch x86-query-dynamic-debug_pagealloc-setting.patch s390-query-dynamic-debug_pagealloc-setting.patch x86-also-use-debug_pagealloc_enabled-for-free_init_pages.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