From: Catalin Marinas Date: Wed, 28 Oct 2009 13:33:12 +0000 (+0000) Subject: kmemleak: Reduce the false positives by checking for modified objects X-Git-Tag: v2.6.33-rc1~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04609ccc40c4e8f3eabe8894eb0de881c8b984fd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed