Skip to content
Commit b6e68722 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

kmemleak: Do not warn if an unknown object is freed



vmap'ed memory blocks are not tracked by kmemleak (yet) but they may be
released with vfree() which is tracked. The corresponding kmemleak
warning is only enabled in debug mode. Future patch will add support for
ioremap and vmap.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 17bb9e0d
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