2024-05-21 15:04:08
Linux
PUBLISHED
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a potential ttm->sg memory leak Memory is allocated for ttm->sg by kmalloc in kfd_mem_dmamap_userptr, but isnt freed by kfree in kfd_mem_dmaunmap_userptr. Free it!