Re: [PATCH] lmb: Correctly unmap memory after notifications

2024-10-30 Thread Tom Rini
On Thu, 24 Oct 2024 13:46:25 +0300, Ilias Apalodimas wrote: > We never unmap the memory used to update the EFI memory map after > notifications > > Applied to u-boot/master, thanks! -- Tom

Re: [PATCH] lmb: Correctly unmap memory after notifications

2024-10-30 Thread Heinrich Schuchardt
On 10/29/24 09:48, Ilias Apalodimas wrote: Hi Heinrich On Tue, 29 Oct 2024 at 10:00, Ilias Apalodimas wrote: Hi Heinrich On Mon, 28 Oct 2024 at 08:37, Heinrich Schuchardt wrote: On 10/24/24 12:46, Ilias Apalodimas wrote: We never unmap the memory used to update the EFI memory map after n

Re: [PATCH] lmb: Correctly unmap memory after notifications

2024-10-29 Thread Ilias Apalodimas
Hi Heinrich On Tue, 29 Oct 2024 at 10:00, Ilias Apalodimas wrote: > > Hi Heinrich > > On Mon, 28 Oct 2024 at 08:37, Heinrich Schuchardt wrote: > > > > On 10/24/24 12:46, Ilias Apalodimas wrote: > > > We never unmap the memory used to update the EFI memory map after > > > notifications > > > > >

Re: [PATCH] lmb: Correctly unmap memory after notifications

2024-10-29 Thread Ilias Apalodimas
Hi Heinrich On Mon, 28 Oct 2024 at 08:37, Heinrich Schuchardt wrote: > > On 10/24/24 12:46, Ilias Apalodimas wrote: > > We never unmap the memory used to update the EFI memory map after > > notifications > > > > Fixes: commit 2f6191526a13 ("lmb: notify of any changes to the LMB memory > > map")

Re: [PATCH] lmb: Correctly unmap memory after notifications

2024-10-27 Thread Heinrich Schuchardt
On 10/24/24 12:46, Ilias Apalodimas wrote: We never unmap the memory used to update the EFI memory map after notifications Fixes: commit 2f6191526a13 ("lmb: notify of any changes to the LMB memory map") Signed-off-by: Ilias Apalodimas --- lib/lmb.c | 1 + 1 file changed, 1 insertion(+) diff

[PATCH] lmb: Correctly unmap memory after notifications

2024-10-24 Thread Ilias Apalodimas
We never unmap the memory used to update the EFI memory map after notifications Fixes: commit 2f6191526a13 ("lmb: notify of any changes to the LMB memory map") Signed-off-by: Ilias Apalodimas --- lib/lmb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lmb.c b/lib/lmb.c index 890e2cbfdf