Re: [PATCH v2 4/4] efi: mm: Implement runtime addition of pages

2021-08-09 Thread Daniel Kiper
On Sun, Aug 08, 2021 at 03:31:53PM +0200, Patrick Steinhardt wrote: > Adjust the interface of `grub_efi_mm_add_regions ()` to take a set of > `GRUB_MM_REGION_*` flags, which most notably is currently only the > `CONSECUTVE` flag. This allows us to set the function up as callback for > the memory su

[PATCH v2 4/4] efi: mm: Implement runtime addition of pages

2021-08-08 Thread Patrick Steinhardt
Adjust the interface of `grub_efi_mm_add_regions ()` to take a set of `GRUB_MM_REGION_*` flags, which most notably is currently only the `CONSECUTVE` flag. This allows us to set the function up as callback for the memory subsystem and have it call out to us in case there's not enough pages availabl