[PATCH 0/8] Kmemleak patches for 2.6.32

From: Catalin Marinas
Date: Fri Jul 24 2009 - 12:12:15 EST


Hi,

These are kmemleak related patches I plan to submit for mainline
inclusion during the upcoming merging window. I'll push them to the
linux-next tree once any comments received are implemented.

Thanks.


Catalin Marinas (7):
kmemleak: Dump object information on request
kmemleak: Allow rescheduling during an object scanning
kmemleak: Mark the early log buffer as __initdata
kmemleak: Save the stack trace for early allocations
kmemleak: Do not report alloc_bootmem blocks as leaks
kmemleak: Inform kmemleak about kernel stack allocation
kmemleak: Always scan the task stacks

Sergey Senozhatsky (1):
kmemleak: Printing of the objects hex dump


Documentation/kmemleak.txt | 12 +-
arch/x86/include/asm/thread_info.h | 7 +
arch/x86/kernel/process.c | 1
include/linux/kmemleak.h | 18 ++-
kernel/fork.c | 7 +
mm/bootmem.c | 6 +
mm/kmemleak.c | 195 +++++++++++++++++++++++++++---------
7 files changed, 178 insertions(+), 68 deletions(-)

--
Catalin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/