| From: |
| Catalin Marinas <catalin.marinas@gmail.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH 2.6.17-rc6 0/8] Kernel memory leak detector 0.6 |
| Date: |
| Tue, 06 Jun 2006 23:18:25 +0100 |
This is a new version (0.6) of the kernel memory leak detector. See
the Documentation/kmemleak.txt file for a more detailed
description. The patches are downloadable from (the bundled patch or
the series):
http://homepage.ntlworld.com/cmarinas/kmemleak/patch-2.6....
http://homepage.ntlworld.com/cmarinas/kmemleak/patches-km...
What's new in this version:
- fixed SMP locking (hopefully the last)
- added support for padded objects (allocated pointer different from
the object one)
- fixed two false positives caused by padding
To do:
- more testing
- test Ingo's suggestion on task stacks scanning
- NUMA support
- (support for ioremap tracking)
--
Catalin