drm/amdgpu/mes: fix use-after-free issue
authorJack Xiao <Jack.Xiao@amd.com>
Mon, 22 Apr 2024 08:22:54 +0000 (16:22 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 26 Apr 2024 21:22:39 +0000 (17:22 -0400)
commitf88da7fbf665ffdcbf5b439922a231bec6c0cf01
tree091a474d583262d63e4c42444a9c626b109592d8
parente0a9bbeea00234c468607b369816547ca8c86458
drm/amdgpu/mes: fix use-after-free issue

Delete fence fallback timer to fix the ramdom
use-after-free issue.

v2: move to amdgpu_mes.c

Signed-off-by: Jack Xiao <Jack.Xiao@amd.com>
Acked-by: Lijo Lazar <lijo.lazar@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c