The patch titled Subject: mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2 has been added to the -mm tree. Its filename is mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Vinayak Menon <vinmenon@xxxxxxxxxxxxxx> Subject: mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2 Fix stop_scan_thread comment Link: http://lkml.kernel.org/r/1522219972-22809-1-git-send-email-vinmenon@xxxxxxxxxxxxxx Signed-off-by: Vinayak Menon <vinmenon@xxxxxxxxxxxxxx> Reviewed-by: Catalin Marinas <catalin.marinas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kmemleak.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/kmemleak.c~mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2 mm/kmemleak.c --- a/mm/kmemleak.c~mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2 +++ a/mm/kmemleak.c @@ -1657,8 +1657,7 @@ static void start_scan_thread(void) } /* - * Stop the automatic memory scanning thread. This function must be called - * with the scan_mutex held. + * Stop the automatic memory scanning thread. */ static void stop_scan_thread(void) { _ Patches currently in -mm which might be from vinmenon@xxxxxxxxxxxxxx are mm-kmemleak-wait-for-scan-completion-before-disabling-free.patch mm-kmemleak-wait-for-scan-completion-before-disabling-free-v2.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