From: Catalin Marinas Date: Fri, 6 Jun 2014 21:38:19 +0000 (-0700) Subject: mm/mempool.c: update the kmemleak stack trace for mempool allocations X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~4^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174119628188b085c66fe7d86fbfb4cccb1bd864;p=pandora-kernel.git mm/mempool.c: update the kmemleak stack trace for mempool allocations When mempool_alloc() returns an existing pool object, kmemleak_alloc() is no longer called and the stack trace corresponds to the original object allocation. This patch updates the kmemleak allocation stack trace for such objects to make it more useful for debugging. Signed-off-by: Catalin Marinas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed