Re: [PATCH] acpi, nfit: fix acpi_get_table leak

2017-04-03 Thread Dan Williams
On Mon, Apr 3, 2017 at 12:00 PM, Ross Zwisler wrote: > On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote: >> Calls to acpi_get_table() must be paired with acpi_put_table() to undo >> the mapping established by acpi_tb_acquire_table(). >> >> Cc:

Re: [PATCH] acpi, nfit: fix acpi_get_table leak

2017-04-03 Thread Ross Zwisler
On Sat, Apr 01, 2017 at 12:25:20PM -0700, Dan Williams wrote: > Calls to acpi_get_table() must be paired with acpi_put_table() to undo > the mapping established by acpi_tb_acquire_table(). > > Cc: > Fixes: 6b11d1d67713 ("ACPI / osl: Remove >

[PATCH] acpi, nfit: fix acpi_get_table leak

2017-04-01 Thread Dan Williams
Calls to acpi_get_table() must be paired with acpi_put_table() to undo the mapping established by acpi_tb_acquire_table(). Cc: Fixes: 6b11d1d67713 ("ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users") Cc: Lv Zheng