The patch titled Subject: mm-kmemleak-record-the-current-memory-pool-size-fix has been added to the -mm tree. Its filename is mm-kmemleak-record-the-current-memory-pool-size-fix.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-kmemleak-record-the-current-memory-pool-size-fix.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-kmemleak-record-the-current-memory-pool-size-fix.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: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-kmemleak-record-the-current-memory-pool-size-fix s/memory pool size/memory pool/available/, per Catalin Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/kmemleak.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/kmemleak.c~mm-kmemleak-record-the-current-memory-pool-size-fix +++ a/mm/kmemleak.c @@ -1967,7 +1967,7 @@ static int __init kmemleak_late_init(voi mutex_unlock(&scan_mutex); } - pr_info("Kernel memory leak detector initialized (mem pool size: %d)\n", + pr_info("Kernel memory leak detector initialized (mem pool available: %d)\n", mem_pool_free_count); return 0; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes.patch mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes-fix.patch mm-kmemleak-record-the-current-memory-pool-size-fix.patch lib-test_kasan-add-roundtrip-tests-checkpatch-fixes.patch mm-introduce-page_shift-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix.patch mm-throttle-allocators-when-failing-reclaim-over-memoryhigh-fix-fix-fix.patch mm-memory_hotplug-remove-move_pfn_range-fix.patch mm-memory_hotplug-make-sure-the-pfn-is-aligned-to-the-order-when-onlining-fix.patch mm-vmalloc-move-area-pages-after-if-statement-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-fix.patch mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix.patch mm-oom-avoid-printk-iteration-under-rcu-fix.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch memcg-kmem-deprecate-kmemlimit_in_bytes-fix.patch psi-annotate-refault-stalls-from-io-submission-fix.patch psi-annotate-refault-stalls-from-io-submission-fix-2.patch mm-mmapc-refine-find_vma_prev-with-rb_last-fix.patch