From: Catalin Marinas Date: Wed, 9 May 2012 15:55:19 +0000 (+0100) Subject: kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP X-Git-Tag: v3.4-rc7~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=100d13c3b5b9410f604b86f5e0a34da64b8cf659;p=pandora-kernel.git kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP Kmemleak tracks the percpu allocations via a specific API and the originally allocated areas must be removed from kmemleak (via kmemleak_free). The code was already doing this for SMP systems. Reported-by: Sami Liedes Cc: Tejun Heo Cc: Christoph Lameter Signed-off-by: Catalin Marinas Signed-off-by: Tejun Heo --- Reading git-diff-tree failed