Hi Stephen, There are a few more kmemleak patches for the upcoming merging window (the first one will be pushed before). Could you please pull them into the -next tree? Thanks. The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465: Linus Torvalds (1): Linux 2.6.31-rc4 are available in the git repository at: git://linux-arm.org/linux-2.6.git kmemleak Catalin Marinas (8): kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock() 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 | 199 ++++++++++++++++++++++++++---------- 7 files changed, 179 insertions(+), 71 deletions(-) -- Catalin -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html