]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix a vm_flush fence leak
authorGrazvydas Ignotas <notasas@gmail.com>
Sun, 23 Oct 2016 18:31:45 +0000 (21:31 +0300)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 24 Oct 2016 21:00:51 +0000 (17:00 -0400)
commita260db778029e199f20e0773bd9f73795867f530
tree8eda2105b6427bb3b718a210b6b3ae9288cb3245
parenta413d144e5fd773fd81f7d4df981c302562ed1bf
drm/amdgpu: fix a vm_flush fence leak

Looks like .last_flush reference is left at teardown.
Leak reported by CONFIG_SLUB_DEBUG.

Fixes: d250bd43aa54 ("drm/amdgpu: add a fence after the VM flush")
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c