[PATCH] efi: Free malloc regions on exit

2016-05-19 Thread Alexander Graf
When we exit grub, we don't free all the memory that we allocated earlier for our heap region. This can cause problems with setups where you try to descend the boot order using "exit" entries, such as PXE -> HD boot scenarios. Signed-off-by: Alexander Graf --- grub-core/kern/efi/init.c | 1 + g

Re: [Xen-devel] [PATCH v4 4/4] arm64: update the introduction of xen boot commands in docs/grub.texi

2016-05-19 Thread Fu Wei
Hi Julien, On 16 May 2016 at 19:28, Julien Grall wrote: > Hi Fu Wei, > > (CC Stefano) > > > On 10/05/16 15:03, fu@linaro.org wrote: >> >> From: Fu Wei >> >> delete: xen_linux, xen_initrd, xen_xsm >> add: xen_module >> >> This update bases on >> commit 0edd750e50698854068358ea53528100a91

Re: [PATCH] efi: Free malloc regions on exit

2016-05-19 Thread Andrei Borzenkov
19.05.2016 16:37, Alexander Graf пишет: > When we exit grub, we don't free all the memory that we allocated earlier > for our heap region. This can cause problems with setups where you try > to descend the boot order using "exit" entries, such as PXE -> HD boot > scenarios. > > Signed-off-by: Alex

Re: [PATCH] efi: Free malloc regions on exit

2016-05-19 Thread Michael Chang
On Fri, May 20, 2016 at 06:56:21AM +0300, Andrei Borzenkov wrote: > 19.05.2016 16:37, Alexander Graf пишет: > > When we exit grub, we don't free all the memory that we allocated earlier > > for our heap region. This can cause problems with setups where you try > > to descend the boot order using "e