Hi, This series contains a few kmemleak updates: - Avoid false positives caused by not tracking all memblock allocations and disabling the kmemleak early logging slightly earlier - Debugging improvements for places where pre-allocation happens (mempool and radix tree) - minor printk correction Catalin Marinas (5): mm: Introduce kmemleak_update_trace() lib: Update the kmemleak allocation stack trace for kmemleak mm: Update the kmemleak stack trace for mempool allocations mm: Call kmemleak directly from memblock_(alloc|free) mm: Postpone the disabling of kmemleak early logging Jianpeng Ma (1): mm/kmemleak.c: Use %u to print ->checksum. Documentation/kmemleak.txt | 1 + include/linux/kmemleak.h | 4 ++++ lib/radix-tree.c | 6 ++++++ mm/kmemleak.c | 43 ++++++++++++++++++++++++++++++++++++++----- mm/memblock.c | 9 ++++++++- mm/mempool.c | 6 ++++++ mm/nobootmem.c | 2 -- 7 files changed, 63 insertions(+), 8 deletions(-) -- 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>