In the Linux kernel, the following vulnerability has been resolved:
drm/amdkfd: amdkfdfreegtt_mem clear the correct pointer
Pass pointer reference to amdgpubounref to clear the correct pointer, otherwise amdgpubounref clear the local variable, the original pointer not set to NULL, this could cause use-after-free bug.