[GIT PULL] Kmemleak patches

From: Catalin Marinas
Date: Fri Dec 04 2009 - 05:03:07 EST


Hi Linus,

Could you please merge the kmemleak branch below? It contains some
improvements to kmemleak (including reduced rate of false positives).
Thanks.

The following changes since commit 012abeea669ea49636cf952d13298bb68654146a:
Linus Torvalds (1):
Linux 2.6.32-rc5

are available in the git repository at:

git://linux-arm.org/linux-2.6.git kmemleak

Catalin Marinas (6):
kmemleak: Do not use off-slab management with SLAB_NOLEAKTRACE
kmemleak: Simplify the kmemleak_scan_area() function prototype
kmemleak: Scan the _ftrace_events section in modules
kmemleak: Release the object lock before calling put_object()
kmemleak: Show the age of an unreferenced object
kmemleak: Reduce the false positives by checking for modified objects

Randy Dunlap (1):
kmemleak: fix kconfig for crc32 build error

include/linux/kmemleak.h | 6 +-
kernel/module.c | 13 ++-
lib/Kconfig.debug | 1 +
mm/kmemleak.c | 188 +++++++++++++++++++++++++---------------------
mm/slab.c | 10 ++-
5 files changed, 118 insertions(+), 100 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/