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

kmemleak: Do not report alloc_bootmem blocks as leaks



This patch sets the min_count for alloc_bootmem objects to 0 so that
they are never reported as leaks. This is because many of these blocks
are only referred via the physical address which is not looked up by
kmemleak.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
parent fd678967
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