Subject: + mm-fix-config_debug_vm_rb-description.patch added to -mm tree To: davidlohr@xxxxxx,aswin@xxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 15 Apr 2014 13:52:19 -0700 The patch titled Subject: mm: fix CONFIG_DEBUG_VM_RB description has been added to the -mm tree. Its filename is mm-fix-config_debug_vm_rb-description.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-fix-config_debug_vm_rb-description.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-fix-config_debug_vm_rb-description.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Davidlohr Bueso <davidlohr@xxxxxx> Subject: mm: fix CONFIG_DEBUG_VM_RB description This appears to be a copy/paste error. Update the description to reflect extra rbtree debug and checks for the config option instead of duplicating CONFIG_DEBUG_VM. Signed-off-by: Davidlohr Bueso <davidlohr@xxxxxx> Cc: Aswin Chandramouleeswaran <aswin@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- lib/Kconfig.debug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN lib/Kconfig.debug~mm-fix-config_debug_vm_rb-description lib/Kconfig.debug --- a/lib/Kconfig.debug~mm-fix-config_debug_vm_rb-description +++ a/lib/Kconfig.debug @@ -505,8 +505,7 @@ config DEBUG_VM_RB bool "Debug VM red-black trees" depends on DEBUG_VM help - Enable this to turn on more extended checks in the virtual-memory - system that may impact performance. + Enable VM red-black tree debugging information and extra validations. If unsure, say N. _ Patches currently in -mm which might be from davidlohr@xxxxxx are mm-fix-config_debug_vm_rb-description.patch mmvmacache-add-debug-data.patch mmvmacache-optimize-overflow-system-wide-flushing.patch ipc-constify-ipc_ops.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