In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix memory leak when using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. Fix this up by properly calling dput().
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.