[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1260547070.25477.12.camel@pc1117.cambridge.arm.com>
Date: Fri, 11 Dec 2009 15:57:49 +0000
From: Catalin Marinas <catalin.marinas@....com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Kmemleak patches
Hi Linus,
(sorry for the re-post but just in case you missed the first e-mail)
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@...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