On Thu, Aug 07, 2025 at 11:28:31AM +0800, Zhen Ni wrote:
Fixes a permanent ACPI memory leak in the success path by adding acpi_put_table().
NACK as you need to copy all GAS register reference which otherwise would cause issue as reported to your v4. Sorry I do know I did provide the Reviewed-by tag as I clearly missed to see this copy of reference to the GAS registers in the PCCT which is being accessed later which makes it impossible to drop the table reference unless you copy them to local structures.