Re: [PATCH] drm/vc4: Fix memory leak during BO teardown

2018-04-09 Thread Eric Anholt
Daniel J Blueman writes: > During BO teardown, an indirect list 'uniform_addr_offsets' wasn't being > freed leading to leaking many 128B allocations. Fix the memory leak by > releasing it at teardown time. Reviewed, added a Fixes tag, and pushed to drm-misc-fixes. Thanks!

Re: [PATCH] drm/vc4: Fix memory leak during BO teardown

2018-04-05 Thread Sasha Levin
Hi Daniel J Blueman. [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has also determined it's probably a bug fixing patch. (score: 85.0720) The bot has tested the

[PATCH] drm/vc4: Fix memory leak during BO teardown

2018-04-03 Thread Daniel J Blueman
During BO teardown, an indirect list 'uniform_addr_offsets' wasn't being freed leading to leaking many 128B allocations. Fix the memory leak by releasing it at teardown time. To: linux-ker...@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Eric Anholt Cc: Dave Airlie