]> Git Repo - linux.git/commit - mm/percpu.c
kmemleak: Fix the kmemleak tracking of the percpu areas with !SMP
authorCatalin Marinas <[email protected]>
Wed, 9 May 2012 15:55:19 +0000 (16:55 +0100)
committerTejun Heo <[email protected]>
Wed, 9 May 2012 17:13:29 +0000 (10:13 -0700)
commit100d13c3b5b9410f604b86f5e0a34da64b8cf659
treed28702d0290cd2da7e443d798baab10ac831c4fe
parent42b64281453249dac52861f9b97d18552a7ec62b
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 <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Christoph Lameter <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
mm/percpu.c
This page took 0.051972 seconds and 4 git commands to generate.