Re: [PATCH] lmb: Correctly unmap and free memory on errors

2024-11-11 Thread Heinrich Schuchardt
On 10/29/24 09:46, Ilias Apalodimas wrote: Hi Heinrich On Mon, 28 Oct 2024 at 08:40, Heinrich Schuchardt wrote: On 10/24/24 12:46, Ilias Apalodimas wrote: We never free and unmap the memory on errors and we never unmap it when freeing it. This won't cause any problems on actual hardware but

Re: [PATCH] lmb: Correctly unmap and free memory on errors

2024-10-29 Thread Ilias Apalodimas
Hi Heinrich On Mon, 28 Oct 2024 at 08:40, Heinrich Schuchardt wrote: > > On 10/24/24 12:46, Ilias Apalodimas wrote: > > We never free and unmap the memory on errors and we never unmap it when > > freeing it. This won't cause any problems on actual hardware but it will > > on sandbox > > > > Fixes

Re: [PATCH] lmb: Correctly unmap and free memory on errors

2024-10-27 Thread Heinrich Schuchardt
On 10/24/24 12:46, Ilias Apalodimas wrote: We never free and unmap the memory on errors and we never unmap it when freeing it. This won't cause any problems on actual hardware but it will on sandbox Fixes: commit 22f2c9ed9f53 ("efi: memory: use the lmb API's for allocating and freeing memory")

[PATCH] lmb: Correctly unmap and free memory on errors

2024-10-24 Thread Ilias Apalodimas
We never free and unmap the memory on errors and we never unmap it when freeing it. This won't cause any problems on actual hardware but it will on sandbox Fixes: commit 22f2c9ed9f53 ("efi: memory: use the lmb API's for allocating and freeing memory") Signed-off-by: Ilias Apalodimas --- lib/efi