drm/i915/buddy: use kmemleak_update_trace
authorMatthew Auld <matthew.auld@intel.com>
Fri, 16 Aug 2019 10:53:57 +0000 (11:53 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 16 Aug 2019 15:28:41 +0000 (16:28 +0100)
commit3ba09632ce8bd42d1e4b57a6a423dcab937e211b
tree382516d0c036e82fe98e294ace4f4ae38162e957
parent665c1c2166d3cc394f0cf2dd2da1e68b645552a7
drm/i915/buddy: use kmemleak_update_trace

Since nodes are cached in a free-list, and potentially marked as free
without actually being destroyed, thus allowing them to be
opportunistically re-allocated, we should apply kmemleak_update_trace
every time a node is given a new owner and marked as allocated, to aid
in debugging.

Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20190816105357.14340-2-matthew.auld@intel.com
drivers/gpu/drm/i915/i915_buddy.c