aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRoman Penyaev <[email protected]>2019-03-05 15:43:24 -0800
committerLinus Torvalds <[email protected]>2019-03-05 21:07:15 -0800
commitc67dc6247576250a9c9f09adcabad0385a1e7d73 (patch)
tree182cf0bf96bdac8e9e57658b5403eaf5a6432506 /tools/perf/scripts/python/stackcollapse.py
parent401592d2e095947344e10ec0623adbcd58934dd4 (diff)
mm/vmalloc: do not call kmemleak_free() on not yet accounted memory
__vmalloc_area_node() calls vfree() on error path, which in turn calls kmemleak_free(), but area is not yet accounted by kmemleak_vmalloc(). Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Roman Penyaev <[email protected]> Reviewed-by: Andrew Morton <[email protected]> Cc: Michal Hocko <[email protected]> Cc: Andrey Ryabinin <[email protected]> Cc: Joe Perches <[email protected]> Cc: "Luis R. Rodriguez" <[email protected]> Cc: Catalin Marinas <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions