Re: [PATCH v2] drm/amdgpu/mes: fix use-after-free issue

2024-04-22 Thread Christian König
Am 22.04.24 um 13:12 schrieb Lazar, Lijo: On 4/22/2024 3:09 PM, Jack Xiao wrote: Delete fence fallback timer to fix the ramdom use-after-free issue. v2: move to amdgpu_mes.c Signed-off-by: Jack Xiao Acked-by: Lijo Lazar Acked-by: Christian König Thanks, Lijo ---

Re: [PATCH v2] drm/amdgpu/mes: fix use-after-free issue

2024-04-22 Thread Lazar, Lijo
On 4/22/2024 3:09 PM, Jack Xiao wrote: > Delete fence fallback timer to fix the ramdom > use-after-free issue. > > v2: move to amdgpu_mes.c > > Signed-off-by: Jack Xiao Acked-by: Lijo Lazar Thanks, Lijo > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 1 + > 1 file changed, 1

[PATCH v2] drm/amdgpu/mes: fix use-after-free issue

2024-04-22 Thread Jack Xiao
Delete fence fallback timer to fix the ramdom use-after-free issue. v2: move to amdgpu_mes.c Signed-off-by: Jack Xiao --- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c