>> + if (!kmemleak_has_leaks) >> + __kmemleak_do_cleanup(); >> + else >> + pr_info("Disable kmemleak without freeing internal objects, " >> + "so you may still check information on memory leaks. " >> + "You may reclaim memory by writing \"clear\" to " >> + "/sys/kernel/debug/kmemleak\n"); > > Alternative text: > > pr_info("Kmemleak disabled without freeing internal data. " > "Reclaim the memory with \"echo clear > /sys/kernel/debug/kmemleak\"\n"); > > (I'm wouldn't bother with long lines in printk strings) > > Otherwise: > > Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx> > Thanks for the review! -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>