commit | f3f741019595f1e73564d985f5fe8abcbb98c769 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <elezegarcia@gmail.com> | Sat Sep 08 17:47:53 2012 -0300 |
committer | Pekka Enberg <penberg@kernel.org> | Tue Sep 25 10:14:18 2012 +0300 |
tree | 6a46da5eb60a8bd2bf6bdaf5804e40367b91048f | |
parent | ff4fcd01ec86d98d15d2fd96f22f19bb1d341b88 [diff] |
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 <elezegarcia@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>