public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.19 00/10] Kernel memory leak detector 0.12
@ 2006-11-30 22:59 Catalin Marinas
  2006-11-30 22:59 ` [PATCH 2.6.19 01/10] Base support for kmemleak Catalin Marinas
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Catalin Marinas @ 2006-11-30 22:59 UTC (permalink / raw)
  To: linux-kernel

This series of patches represent version 0.12 of the kernel memory
leak detector. See the Documentation/kmemleak.txt file for a more
detailed description. The patches are downloadable from (the whole
patch or the broken-out series) http://www.procode.org/kmemleak/

What's new in this version:

- updated to Linux 2.6.19
- fixed a series of false positives caused but not scanning all the
  data sections in modules (like .data.read_mostly)
- reduced the transient false positives by imposing a configurable
  threshold on the number of times an object needs to be detected as
  leak before being reported

-- 
Catalin

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2006-11-30 23:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-30 22:59 [PATCH 2.6.19 00/10] Kernel memory leak detector 0.12 Catalin Marinas
2006-11-30 22:59 ` [PATCH 2.6.19 01/10] Base support for kmemleak Catalin Marinas
2006-11-30 23:00 ` [PATCH 2.6.19 02/10] Kmemleak documentation Catalin Marinas
2006-11-30 23:00 ` [PATCH 2.6.19 03/10] Add the memory allocation/freeing hooks for kmemleak Catalin Marinas
2006-11-30 23:00 ` [PATCH 2.6.19 04/10] Modules support " Catalin Marinas
2006-11-30 23:00 ` [PATCH 2.6.19 05/10] Add kmemleak support for i386 Catalin Marinas
2006-11-30 23:01 ` [PATCH 2.6.19 06/10] Add kmemleak support for ARM Catalin Marinas
2006-11-30 23:01 ` [PATCH 2.6.19 07/10] Remove some of the kmemleak false positives Catalin Marinas
2006-11-30 23:01 ` [PATCH 2.6.19 08/10] Keep the __init functions after initialization Catalin Marinas
2006-11-30 23:01 ` [PATCH 2.6.19 09/10] Simple testing for kmemleak Catalin Marinas
2006-11-30 23:01 ` [PATCH 2.6.19 10/10] Update the MAINTAINERS file " Catalin Marinas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox