diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2006-02-01 03:05:52 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-01 08:53:18 -0800 |
commit | 7fd6b1413082c303613fc137aca9a004740cacf0 (patch) | |
tree | 3186f4fdecbda4f16558c393a05408f7d3799ad4 /net/netrom | |
parent | b958f7d9f35bfb61625f201cd92a3fc39504af7a (diff) | |
download | kernel_samsung_espresso10-7fd6b1413082c303613fc137aca9a004740cacf0.zip kernel_samsung_espresso10-7fd6b1413082c303613fc137aca9a004740cacf0.tar.gz kernel_samsung_espresso10-7fd6b1413082c303613fc137aca9a004740cacf0.tar.bz2 |
[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLAB
Fix kzalloc() and kstrdup() caller report for CONFIG_DEBUG_SLAB. We must
pass the caller to __cache_alloc() instead of directly doing
__builtin_return_address(0) there; otherwise kzalloc() and kstrdup() are
reported as the allocation site instead of the real one.
Thanks to Valdis Kletnieks for reporting the problem and Steven Rostedt for
the original idea.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'net/netrom')
0 files changed, 0 insertions, 0 deletions