Re: [PATCH v7 0/2] efi: Free memory on exit

2017-09-07 Thread Daniel Kiper
On Mon, Sep 04, 2017 at 03:44:37PM +0200, Daniel Kiper wrote: > On Thu, Aug 31, 2017 at 04:40:17PM +0200, Alexander Graf wrote: > > When exiting grub, we currently leave the heap allocated. This means that > > if we > > exit and rerun grub, after a few iterations we can run into memory shortage. >

Re: [PATCH v7 0/2] efi: Free memory on exit

2017-09-04 Thread Daniel Kiper
On Thu, Aug 31, 2017 at 04:40:17PM +0200, Alexander Graf wrote: > When exiting grub, we currently leave the heap allocated. This means that if > we > exit and rerun grub, after a few iterations we can run into memory shortage. > > This patch set frees the heap on exit. That way we can rerun grub m

[PATCH v7 0/2] efi: Free memory on exit

2017-08-31 Thread Alexander Graf
When exiting grub, we currently leave the heap allocated. This means that if we exit and rerun grub, after a few iterations we can run into memory shortage. This patch set frees the heap on exit. That way we can rerun grub many times without much problem. v3 -> v4: - Move grub_reboot to kern/e