[PATCH] drm/amdgpu: fix a vm_flush fence leak

2016-10-24 Thread Alex Deucher
On Mon, Oct 24, 2016 at 5:07 AM, Christian König wrote: > Am 24.10.2016 um 04:32 schrieb zhoucm1: >> >> >> >> On 2016年10月24日 02:31, Grazvydas Ignotas wrote: >>> >>> Looks like .last_flush reference is left at teardown. >>> Leak reported by CONFIG_SLUB_DEBUG. >>> >>> Fixes: 41d9eb2c5a2a ("dr

[PATCH] drm/amdgpu: fix a vm_flush fence leak

2016-10-24 Thread Christian König
Am 24.10.2016 um 04:32 schrieb zhoucm1: > > > On 2016年10月24日 02:31, Grazvydas Ignotas wrote: >> Looks like .last_flush reference is left at teardown. >> Leak reported by CONFIG_SLUB_DEBUG. >> >> Fixes: 41d9eb2c5a2a ("drm/amdgpu: add a fence after the VM flush") >> Signed-off-by: Grazvydas Ign

[PATCH] drm/amdgpu: fix a vm_flush fence leak

2016-10-24 Thread zhoucm1
On 2016年10月24日 02:31, Grazvydas Ignotas wrote: > Looks like .last_flush reference is left at teardown. > Leak reported by CONFIG_SLUB_DEBUG. > > Fixes: 41d9eb2c5a2a ("drm/amdgpu: add a fence after the VM flush") > Signed-off-by: Grazvydas Ignotas Reviewed-by: Chunming Zhou > --- > drive

[PATCH] drm/amdgpu: fix a vm_flush fence leak

2016-10-23 Thread Grazvydas Ignotas
Looks like .last_flush reference is left at teardown. Leak reported by CONFIG_SLUB_DEBUG. Fixes: 41d9eb2c5a2a ("drm/amdgpu: add a fence after the VM flush") Signed-off-by: Grazvydas Ignotas --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu