[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1399038070-1540-1-git-send-email-catalin.marinas@arm.com>
Date: Fri, 2 May 2014 14:41:04 +0100
From: Catalin Marinas <catalin.marinas@....com>
To: linux-kernel@...r.kernel.org, linux-mm@...ck.org
Cc: Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/6] Kmemleak updates
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists