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

kmemleak: Ignore the aperture memory hole on x86_64



This block is allocated with alloc_bootmem() and scanned by kmemleak but
the kernel direct mapping may no longer exist. This patch tells kmemleak
to ignore this memory hole. The dma32_bootmem_ptr in
dma32_reserve_bootmem() is also ignored.

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Acked-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0494e082
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