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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/