commit | e4f7c0b44a8ac8935f223195af9ea637d0c08091 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Tue Jul 07 10:32:59 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Wed Jul 08 14:25:14 2009 +0100 |
tree | 9d8627800137ae50a1d5707c21489969c77c9e8a | |
parent | 2587362eaf5c9df4e08de11e6340e3c4a88ed4c8 [diff] |
kmemleak: Trace the kmalloc_large* functions in slub The kmalloc_large() and kmalloc_large_node() functions were missed when adding the kmemleak hooks to the slub allocator. However, they should be traced to avoid false positives. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Cc: Christoph Lameter <cl@linux-foundation.org> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>