Re: [PATCH 1/1] drm/amdgpu: Fix dangling kfd_bo pointer for shared BOs

2021-11-05 Thread Christian König
Am 05.11.21 um 00:05 schrieb Felix Kuehling: If a kfd_bo was shared (e.g. a dmabuf export), the original kfd_bo may be freed when the amdgpu_bo still lives on. Free the kfd_bo struct in the release_notify callback then the amdgpu_bo is freed. Signed-off-by: Felix Kuehling Reviewed-by: Christi

RE: [PATCH 1/1] drm/amdgpu: Fix dangling kfd_bo pointer for shared BOs

2021-11-04 Thread Errabolu, Ramesh
Reviewed-By: Ramesh Errabolu Sent: Thursday, November 4, 2021 6:05 PM To: amd-gfx@lists.freedesktop.org Cc: Errabolu, Ramesh Subject: [PATCH 1/1] drm/amdgpu: Fix dangling kfd_bo pointer for shared BOs If a kfd_bo was shared (e.g. a dmabuf export), the original kfd_bo may be freed when the amdg