From: Catalin Marinas Date: Fri, 26 Jun 2009 16:38:29 +0000 (+0100) Subject: kmemleak: Slightly change the policy on newly allocated objects X-Git-Tag: v2.6.31-rc2~28^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acf4968ec9dea49387ca8b3d36dfaa0850bdb2d5;p=pandora-kernel.git kmemleak: Slightly change the policy on newly allocated objects Newly allocated objects are more likely to be reported as false positives. Kmemleak ignores the reporting of objects younger than 5 seconds. However, this age was calculated after the memory scanning completed which usually takes longer than 5 seconds. This patch make the minimum object age calculation in relation to the start of the memory scanning. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed