Re: [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader

2022-11-03 Thread Xiaotian Wu
Is there any new message? 在 2022-10-27星期四的 21:18 +0200,Daniel Kiper写道: > On Mon, Oct 10, 2022 at 11:12:16AM -0700, Atish Kumar Patra wrote: > > On Mon, Oct 10, 2022 at 7:54 AM Daniel Kiper > > wrote: > > On Fri, Oct 07, 2022 at 01:50:27AM -0700, Atish Patra wrote: > > > This series unif

Re: [v5 PATCH 0/3] Unify ARM64 & RISC-V Linux Loader

2022-11-03 Thread Atish Kumar Patra
On Thu, Nov 3, 2022 at 4:06 AM Xiaotian Wu wrote: > Is there any new message? > > 在 2022-10-27星期四的 21:18 +0200,Daniel Kiper写道: > > On Mon, Oct 10, 2022 at 11:12:16AM -0700, Atish Kumar Patra wrote: > > > On Mon, Oct 10, 2022 at 7:54 AM Daniel Kiper > > > wrote: > > > On Fri, Oct 07, 2022 at

Re: [PATCH v6 1/1] Add support for grub-emu to kexec Linux menu entries

2022-11-03 Thread Daniel Kiper
On Mon, Oct 24, 2022 at 02:33:50PM -0400, Robbie Harwood wrote: > From: Raymund Will > > The GRUB emulator is used as a debugging utility but it could also be > used as a user-space bootloader if there is support to boot an operating > system. > > The Linux kernel is already able to (re)boot anoth

Re: [PATCH] multiboot: fix memory leak

2022-11-03 Thread Daniel Kiper
On Fri, Oct 28, 2022 at 08:52:01PM +0800, t.feng via Grub-devel wrote: > The commit eb33e61b3 (multiboot: fix memory leak) did not fix all > issues. Fix all of them right now. > > Fixes: eb33e61b3 (multiboot: fix memory leak) Much better. Thank you! However, please add Signed-off-by: "t.feng"

Re: [PATCH v2 1/1] normal: Add paging instructions to interactive prompt

2022-11-03 Thread Daniel Kiper
On Mon, Oct 31, 2022 at 03:35:49PM -0400, Robbie Harwood wrote: > Conditionally add instructions for enabling paging to the prompt of > interactive shells. This is not an ideal solution, as ineractive users > must always run a command in order to get the behavior they want, but it > avoids problem

Re: [PATCH v3 1/1] tpm: Don't propagate measurement failures to the verifiers layer

2022-11-03 Thread Daniel Kiper
On Mon, Oct 31, 2022 at 05:31:40PM -0400, Robbie Harwood wrote: > Currently if an EFI firmware fails to do a TPM measurement for a file, > the error will be propagated to the verifiers framework which will > prevent it to be opened. This mean that buggy firmwares will lead to > the system not boot

Re: [PATCH v5] templates: introduce GRUB_TOP_LEVEL_* vars

2022-11-03 Thread Daniel Kiper
On Mon, Oct 24, 2022 at 10:21:25PM -0500, Oskari Pirhonen wrote: > On Mon, Oct 24, 2022 at 03:46:42 -0700, Denton Liu wrote: > > A user may wish to use an image that is not sorted as the "latest" > > version as the top-level entry. For example, in Arch Linux, if a user > > has the LTS and regular k

Re: GRUB 2.12 release - update

2022-11-03 Thread Daniel Kiper
Hi Pete, On Fri, Oct 28, 2022 at 01:42:39PM +0100, Pete Batard via Grub-devel wrote: > Hi Daniel, > > Thanks for keeping us updated on your the release progress and release > plans. > > On 2022.10.26 15:52, Daniel Kiper wrote: > > We are getting closer to the 2.12 release. Sadly we still do not ha

Re: [PATCH v2 1/1] normal: Add paging instructions to interactive prompt

2022-11-03 Thread Robbie Harwood
Daniel Kiper writes: > On Mon, Oct 31, 2022 at 03:35:49PM -0400, Robbie Harwood wrote: >> Conditionally add instructions for enabling paging to the prompt of >> interactive shells. This is not an ideal solution, as ineractive users >> must always run a command in order to get the behavior they w

Re: GRUB 2.12 release - update

2022-11-03 Thread Pete Batard via Grub-devel
Hi Daniel, On 2022.11.03 17:59, Daniel Kiper wrote: Thank you for detailed explanation. I can consider your patches as more than "nice to have" but it may mean we will have to delay code freeze and maybe release date. To reduce impact on dates please be ready to reply to my comments as quickly a