From: Ezequiel Garcia Date: Sat, 8 Sep 2012 20:47:53 +0000 (-0300) Subject: mm, slob: Add support for kmalloc_track_caller() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~8^2~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f741019595f1e73564d985f5fe8abcbb98c769;p=pandora-kernel.git mm, slob: Add support for kmalloc_track_caller() Currently slob falls back to regular kmalloc for this case. With this patch kmalloc_track_caller() is correctly implemented, thus tracing the specified caller. This is important to trace accurately allocations performed by krealloc, kstrdup, kmemdup, etc. Signed-off-by: Ezequiel Garcia Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed