Re: [PATCH] drm/amdkfd: Use kvfree in destroy_crat_image

2020-10-14 Thread Deucher, Alexander
[AMD Official Use Only - Internal Distribution Only] Reviewed-by: Alex Deucher From: amd-gfx on behalf of Kent Russell Sent: Wednesday, October 14, 2020 7:51 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH] drm/amdkfd: Use kvfree

[PATCH] drm/amdkfd: Use kvfree in destroy_crat_image

2020-10-14 Thread Kent Russell
Now that we use kvmalloc for the crat_image, we need to use kvfree when we destroy this. Fixes: a522a06f8044 ("drm/amdkfd: Use kvmalloc instead of kmalloc for VCRAT") Reported-by: Morris Zhang Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdkfd/kfd_crat.c | 2 +- 1 file changed, 1