diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-10-28 13:33:12 +0000 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-10-28 17:07:54 +0000 |
commit | 04609ccc40c4e8f3eabe8894eb0de881c8b984fd (patch) | |
tree | bb48d91643e04b49312bc12a0a55ffa4ca2e4baa /lib | |
parent | fefdd336b2a2f7617e0c8a0777c731d9ed6454ae (diff) | |
download | op-kernel-dev-04609ccc40c4e8f3eabe8894eb0de881c8b984fd.zip op-kernel-dev-04609ccc40c4e8f3eabe8894eb0de881c8b984fd.tar.gz |
kmemleak: Reduce the false positives by checking for modified objects
If an object was modified since it was previously suspected as leak, do
not report it. The modification check is done by calculating the
checksum (CRC32) of such object.
Several false positives are caused by objects being removed from linked
lists (e.g. allocation pools) and temporarily breaking the reference
chain since kmemleak runs concurrently with such list mutation
primitives.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions