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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- [PATCH 2.6.19 10/10] Update the MAINTAINERS file for kmemleak
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 07/10] Remove some of the kmemleak false positives
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 06/10] Add kmemleak support for ARM
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 08/10] Keep the __init functions after initialization
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 09/10] Simple testing for kmemleak
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 05/10] Add kmemleak support for i386
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 03/10] Add the memory allocation/freeing hooks for kmemleak
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 04/10] Modules support for kmemleak
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 02/10] Kmemleak documentation
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 01/10] Base support for kmemleak
- From: Catalin Marinas <[email protected]>
- [PATCH 2.6.19 10/10] Update the MAINTAINERS file for kmemleak
- Prev by Date: Re: [PATCH] Implement file posix capabilities
- Next by Date: [PATCH 2.6.19 01/10] Base support for kmemleak
- Previous by thread: pcie Hotplug problem.
- Next by thread: [PATCH 2.6.19 01/10] Base support for kmemleak
- Index(es):