CVE-2024-56753
CVE-2024-56753 : In the Linux kernel, the amdgpu gfx9 cleaner shader deinitialization was missing. The fix adds a call to amdgpu_gfx_cleaner_shader_sw_fini(adev) in gfx_v9_0_sw_fini to properly free resources and prevent memory leaks, ensuring GPU state is clean for reinitialization. No exploit d...