From: Catalin Marinas Date: Thu, 27 Aug 2009 13:29:17 +0000 (+0100) Subject: kmemleak: Save the stack trace for early allocations X-Git-Tag: v2.6.32-rc1~735^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6789675ebfb9185cb4fb68dc51010b4e95d952;p=pandora-kernel.git 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: Catalin Marinas --- Reading git-diff-tree failed