In the Linux kernel, the following vulnerability has been resolved: tpm: tpmtis: Add the missed acpiputtable() to fix memory leak In checkacpitpm2(), we get the TPM2 table just to make sure the table is there, not used after the init, so the acpiput_table() should be added to release the ACPI memory.