Re: [PATCH v1 0/2] Fix memory leak and move to modern scope based rollback

2023-10-11 Thread Wilczynski, Michal
On 9/26/2023 8:45 PM, Michal Wilczynski wrote: > In acpi_nfit_init_interleave_set() there is a memory leak + improper use > of devm_*() family of functions for local memory allocations. This patch > series provides two commits - one is meant as a bug fix, and could > potentially be backported, a

[PATCH v1 0/2] Fix memory leak and move to modern scope based rollback

2023-09-26 Thread Michal Wilczynski
In acpi_nfit_init_interleave_set() there is a memory leak + improper use of devm_*() family of functions for local memory allocations. This patch series provides two commits - one is meant as a bug fix, and could potentially be backported, and the other one improves old style rollback with scope ba