In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in create_process failure Fix memory leak due to a leaked mmget reference on an error handling code path that is triggered when attempting to create KFD processes while a GPU reset is in progress.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.