In the Linux kernel, the following vulnerability has been resolved:
drm/amd/pm: Fix a potential gpumetricstable memory leak
Memory is allocated for gpumetricstable in smuv1304initsmctables(), but not freed in smuv1304finismctables(). This may cause memory leaks, fix it.