[PATCH] drm/amdkfd: Fix memory leakage

2022-11-29 Thread Konstantin Meskhidze
This patch fixes potential memory leakage and seg fault in _gpuvm_import_dmabuf() function Signed-off-by: Konstantin Meskhidze --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH] drm/amdkfd: Fix memory leakage

2022-11-28 Thread Felix Kuehling
Am 2022-11-28 um 22:47 schrieb Konstantin Meskhidze: This patch fixes potential memory leakage and seg fault in _gpuvm_import_dmabuf() function Signed-off-by: Konstantin Meskhidze Thank you for the patch. I'm adding a Fixes tag and pushing the patch to amd-staging-drm-next. Fixes: