Skip to content
Commit 100d13c3 authored by Catalin Marinas's avatar Catalin Marinas Committed by Tejun Heo
Browse files

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: default avatarSami Liedes <sami.liedes@iki.fi>
Cc: Tejun Heo <tj@kernel.org>
Cc: Christoph Lameter <cl@linux-foundation.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 42b64281
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment