In the Linux kernel, the following vulnerability has been resolved:
drm/amd/amdgpu: fix refcount leak
[Why] the gem object rfb->base.obj[0] is get according to numplanes in amdgpufbcreate, but is not put according to num_planes
[How] put rfb->base.obj[0] in amdgpufbdevdestroy according to num_planes