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.
>
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
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