Re: [PATCH 1/2] drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.

2022-03-02 Thread Andrey Grodzovsky
Thanks, already did. Code pushed both here and in libdrm. Andrey On 2022-03-02 03:37, Christian König wrote: Am 01.03.22 um 19:07 schrieb Andrey Grodzovsky: Protect with drm_dev_enter/exit Signed-off-by: Andrey Grodzovsky Reviewed-by: Christian König for this one here. Regarding the

Re: [PATCH 1/2] drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.

2022-03-02 Thread Christian König
Am 01.03.22 um 19:07 schrieb Andrey Grodzovsky: Protect with drm_dev_enter/exit Signed-off-by: Andrey Grodzovsky Reviewed-by: Christian König for this one here. Regarding the version bumb you should probably sync up with Alex. --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 10 --

[PATCH 1/2] drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug.

2022-03-01 Thread Andrey Grodzovsky
Protect with drm_dev_enter/exit Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c index