Re: [PATCH v3 06/15] mm: Allow dynamically requesting additional memory regions

2022-04-21 Thread Daniel Kiper
On Thu, Apr 21, 2022 at 04:50:34PM +1000, Daniel Axtens wrote: > I genuinely do not know how I missed this, but we do need one more tweak > so as not to break grub-emu builds: > > diff --git a/include/grub/mm.h b/include/grub/mm.h > index 5d916809666c..f3bf87fa0f9a 100644 > --- a/include/grub/mm.h

Re: [PATCH v3 06/15] mm: Allow dynamically requesting additional memory regions

2022-04-21 Thread Daniel Axtens
I genuinely do not know how I missed this, but we do need one more tweak so as not to break grub-emu builds: diff --git a/include/grub/mm.h b/include/grub/mm.h index 5d916809666c..f3bf87fa0f9a 100644 --- a/include/grub/mm.h +++ b/include/grub/mm.h @@ -42,7 +42,9 @@ typedef grub_err_t

[PATCH v3 06/15] mm: Allow dynamically requesting additional memory regions

2022-04-20 Thread Daniel Axtens
From: Patrick Steinhardt Currently, all platforms will set up their heap on initialization of the platform code. While this works mostly fine, it poses some limitations on memory management on us. Most notably, allocating big chunks of memory in the gigabyte range would require us to pre-request