In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpiputtable() to fix memory leak When the radeon driver reads the bios information from ACPI table in radeonacpivfctbios(), it misses to call acpiputtable() to release the ACPI memory after the init, so add acpiput_table() properly to fix the memory leak. v2: fix text formatting (Alex)