Re: [PATCH] efi: Increase default memory allocation to 32MB

2022-09-22 Thread Daniel Kiper
Adding some folks who may be interested in this thing too... On Tue, Sep 20, 2022 at 12:30:30AM +1000, Daniel Axtens wrote: > We have multiple reports of things being slower with a 1MB initial static > allocation, and a report (more difficult to nail down) of a boot failure > as a result of the sm

Re: [PATCH] Explicitly unset SOURCE_DATE_EPOCH before running fs tests

2022-09-22 Thread Daniel Kiper
On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote: > In some filesystem utils like mksquashfs, they will silently change > behaviour and cause timestamps to unexpectedly change. Build > environments like Debian's set SOURCE_DATE_EPOCH in the environment, > so remove it. Reproducible bu

Re: [PATCH 1/1] templates: filter C.UTF-8 locale for translation

2022-09-22 Thread Daniel Kiper
On Mon, Sep 19, 2022 at 03:31:28PM +0200, Christian Hesse wrote: > From: Christian Hesse > > In addition to C locale there is also C.UTF-8 locale now. Filter that as > well, by using ${grub_lang}, which contains a stripped value. > This fixes the following message and resulting boot failure: > >

Re: [PATCH 1/1] commands/efi/lsefisystab: Short text for EFI_CONFORMANCE_PROFILES_TABLE

2022-09-22 Thread Daniel Kiper
On Fri, Sep 02, 2022 at 02:58:45PM +0200, Heinrich Schuchardt wrote: > The EFI_CONFORMANCE_PROFILES_TABLE_GUID is used for a table of GUIDs for > conformance profiles (cf. UEFI specification 2.10, > 4.6.5 EFI_CONFORMANCE_PROFILE_TABLE). > > The lsefisystab command is used to display installed EFI c

Re: [PATCH] menu: Add ctrl-L to refresh the menu

2022-09-22 Thread Daniel Kiper
On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt wrote: > This is useful on cloud instances with remote serial ports as it can be > difficult to connect "fast enough" to get the initial menu display > > Signed-off-by: Benjamin Herrenschmidt I am OK with this patch but it does not

Re: [PATCH] Explicitly unset SOURCE_DATE_EPOCH before running fs tests

2022-09-22 Thread Steve McIntyre
On Thu, Sep 22, 2022 at 07:18:50PM +0200, Daniel Kiper wrote: >On Sun, Sep 18, 2022 at 11:12:02PM +0100, Steve McIntyre wrote: >> In some filesystem utils like mksquashfs, they will silently change >> behaviour and cause timestamps to unexpectedly change. Build >> environments like Debian's set SOU

Re: [PATCH] Initialize BSD relocator state variables

2022-09-22 Thread Daniel Kiper
On Wed, Aug 24, 2022 at 10:47:02AM -0400, Ross Philipson wrote: > Numerous register fields in the relocator state are simply not > used depending on the relocator. This causes Coverity to flag > these fields but there is no real bug here. Simply initializing > the variable to {0} solves the issue.

Re: [PATCH] efi: Correct function prototype for register_key_notify method of grub_efi_simple_text_input_ex_interface

2022-09-22 Thread Daniel Kiper
On Thu, Aug 25, 2022 at 12:12:17AM -0500, Glenn Washburn wrote: > From: Li Gen > > The register_key_notify() method should have an output parameter which is a > pointer to the unique handle assigned to the registered notification. > > Signed-off-by: Li Gen > Signed-off-by: Glenn Washburn Review

Re: [PATCH v2] net/drivers/ieee1275/ofnet: fix incorrect netmask

2022-09-22 Thread Daniel Kiper
On Wed, Aug 24, 2022 at 01:36:37PM -0400, Robbie Harwood wrote: > From: Masahiro Matsuya > > The netmask configured in firmware is not respected on ppc64 (big > endian). When 255.255.252.0 is set as netmask in firmware, the > following is the value of bootpath string in > grub_ieee1275_parse_boot

Re: [PATCH v2] search: Support searching for GPT partition label

2022-09-22 Thread Glenn Washburn
On Fri, 9 Sep 2022 11:49:13 +0200 Daniel Wagenknecht wrote: > GPT partitions have a name property that is useable for identifying the > partition in Linux via root=PARTLABEL= boot argument or via > /dev/disk/by-partlabel/. Add support for searching for it in > GRUB. Compared to the fs label, the

Re: [PATCH] menu: Add ctrl-L to refresh the menu

2022-09-22 Thread Benjamin Herrenschmidt
On Thu, 2022-09-22 at 19:36 +0200, Daniel Kiper wrote: > On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt wrote: > > This is useful on cloud instances with remote serial ports as it can be > > difficult to connect "fast enough" to get the initial menu display > > > > Signed-off-by:

Re: [PATCH] menu: Add ctrl-L to refresh the menu

2022-09-22 Thread Benjamin Herrenschmidt
On Thu, 2022-09-22 at 19:36 +0200, Daniel Kiper wrote: > On Wed, Aug 31, 2022 at 06:24:28PM +1000, Benjamin Herrenschmidt > wrote: > > This is useful on cloud instances with remote serial ports as it > > can be > > difficult to connect "fast enough" to get the initial menu display > > > > Signed-o

Re: [PATCH v2 0/5] Automatic TPM Disk Unlock

2022-09-22 Thread Max Vohra
I really like the "key protector" interface as more of a generic provider interface. It seems like a great way to extend and create new unlock scenarios such as using security tokens, or chaining cryptographic features. If the interface is stable enough, it allows third party projects to create