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

kmemleak: Save the stack trace for early allocations



Before slab is initialised, kmemleak save the allocations in an early
log buffer. They are later recorded as normal memory allocations. This
patch adds the stack trace saving to the early log buffer, otherwise the
information shown for such objects only refers to the kmemleak_init()
function.

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