CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's amdgpu driver, specifically in the handling of power management for the generic power domain (genpd). Failing to properly unregister from the global list before freeing memory can lead to potential memory corruption issues, which may impact system stability or security. Linux system administrators and developers working with the amdgpu driver should prioritize applying the relevant updates to mitigate these risks.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: invoke pm_genpd_remove() before freeing genpd Call pm_genpd_remove() to unregister from global list prior to releasing acp_genpd memory, and clear the pointer after free. (cherry picked from commit cd8650d7a91ee8b768e202354672553faa5cc1f2)