Re: [PATCH v3 1/3] cryptodisk: make the password getter and additional argument to recover_key

2021-01-05 Thread Glenn Washburn
On Mon, 04 Jan 2021 22:48:49 -0800 James Bottomley wrote: > On Sat, 2021-01-02 at 19:45 -0600, Glenn Washburn wrote: > > James, > > > > I like the improvements here. However, I've been thinking more about > > this and other improvements that deal with passing parameters to > > modules used by cr

Re: [PATCH] Make EFI minimum heap size configurable via --enable-efi-min-heap-mb

2021-01-05 Thread Vladimir 'phcoder' Serbinenko
We try to avoid build time config as much as possible as it creates slightly different binary versions and so far we've been successful. There's only one config that changes resulting binary (besides platform obviously). Please check why relocate is not able to process large ramdisk instead пн, 4

Re: [PATCH] Make EFI minimum heap size configurable via --enable-efi-min-heap-mb

2021-01-05 Thread Patrick Steinhardt
On Tue, Jan 05, 2021 at 10:02:12AM +0100, Paul Menzel wrote: > Dear Hanson, > > > Am 04.01.21 um 20:34 schrieb Char, Hanson via Grub-devel: > > When booted in UEFI mode, Grub would fail to load a ramdisk of size larger > > than "(total_pages >> 2)" with > > > > "error: out of memory" > >

Re: [PATCH] Make EFI minimum heap size configurable via --enable-efi-min-heap-mb

2021-01-05 Thread Paul Menzel
Dear Hanson, Am 04.01.21 um 20:34 schrieb Char, Hanson via Grub-devel: When booted in UEFI mode, Grub would fail to load a ramdisk of size larger than "(total_pages >> 2)" with "error: out of memory" (https://git.savannah.gnu.org/cgit/grub.git/tree/grub-core/kern/efi/mm.c#n616) This pr