Re: Slow(er) loading of Grub starting after commit 887f98f0d

2022-09-07 Thread Daniel Kiper
Adding folks who may be interested in this... Sorry for delay but I was on vacation... Somehow related issue was reported here [1]... On Fri, Sep 02, 2022 at 01:45:28PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Sep 01, 2022 at 06:44:24PM +0200, Marcel Langner via Grub-devel wrote: > > Hi,

Re: [PATCH] fs/ext2: ignore the large_dir incompat feature

2022-09-07 Thread Daniel Kiper
On Tue, Aug 30, 2022 at 10:41:59PM -0400, Theodore Ts'o wrote: > Recently, ext4 added the a large_dRecently, ext4 added the a large_dir > feature, which adds support for a 3 level htree directory support. > > Grub supports existing file systems with htree directories by ignoring > their existence,

[PATCH] tpm: Disable tpm verifier if tpm is not present

2022-09-07 Thread Michael Chang via Grub-devel
This helps to prevent out of memory error when reading large files via disablig tpm device as verifier has to read all content into memory in one chunk to measure the hash and extend to tpm. Signed-off-by: Michael Chang --- grub-core/commands/efi/tpm.c | 37