Re: boot/grub2: grub-core-build-fixes-for-i386 (grub-2.04 + binutils-2.35.2 + pseudo-op .code64)

2021-05-17 Thread Jan Nieuwenhuizen
Daniel Kiper writes: Hello Daniel, [..] >> Sure, sent separately to bug-grub. > > I cannot find your updated patch. It's here: https://lists.gnu.org/archive/html/bug-grub/2021-05/msg9.html > May I ask you to send it using "git-send-email" to grub-devel@gnu.org? (waiting with this for

Re: boot/grub2: grub-core-build-fixes-for-i386 (grub-2.04 + binutils-2.35.2 + pseudo-op .code64)

2021-05-17 Thread Daniel Kiper
Hi Jan, On Thu, May 13, 2021 at 12:35:25PM +0200, Jan Nieuwenhuizen wrote: > Daniel Kiper writes: > > Hello Daniel, > > > May I ask you to try latest GRUB master git branch [1]? The GRUB 2.04 > > release is a few years old. We are going to release 2.06 soon. > > Sure. The bug is still there (see

Re: [PATCH v2] Fix backspace in the username login prompt

2021-05-17 Thread Daniel Kiper
On Tue, May 11, 2021 at 09:52:39AM +0300, Egor Ignatov wrote: > This patch fixes a bug when backspace key does not work in the > username login prompt. It allows backspace characters in the BIDI > visual line. Thus grub_gfxterm_putchar receives '\b' chars that > were previously ignored. > > Signed-

Re: [PATCH] kern/efi/sb: Remove duplicate variables efi_shim_lock_guid

2021-05-17 Thread Daniel Kiper
On Mon, May 17, 2021 at 08:57:30PM +0800, Tianjia Zhang wrote: > The variable efi_shim_lock_guid and the static variable > shim_lock_guid have the same GUID value, only the global > variable shim_lock_guid is retained. > > Signed-off-by: Tianjia Zhang Good catch! Thanks! Reviewed-by: Daniel Kipe

Re: [2.06 RELEASE PATCH v2 3/4] fs/xfs: Add bigtime incompat feature support

2021-05-17 Thread Javier Martinez Canillas
Hello Daniel, On 5/17/21 4:09 PM, Daniel Kiper wrote: > On Wed, May 12, 2021 at 05:46:15PM +0200, Javier Martinez Canillas wrote: >> From: Carlos Maiolino >> >> The XFS filesystem supports a bigtime feature to overcome y2038 problem. >> This patch makes the GRUB able to support the XFS filesystem

Re: [2.06 RELEASE PATCH v2 4/4] fs/xfs: Add needsrepair incompat feature support

2021-05-17 Thread Daniel Kiper
On Wed, May 12, 2021 at 05:46:16PM +0200, Javier Martinez Canillas wrote: > The XFS now has an incompat feature flag to indicate that the filesystem > needs to be repaired. The Linux kernel refuses to mount a filesystem that > has it set and only the xfs_repair tool is able to clear that flag. > >

Re: [2.06 RELEASE PATCH v2 3/4] fs/xfs: Add bigtime incompat feature support

2021-05-17 Thread Daniel Kiper
On Wed, May 12, 2021 at 05:46:15PM +0200, Javier Martinez Canillas wrote: > From: Carlos Maiolino > > The XFS filesystem supports a bigtime feature to overcome y2038 problem. > This patch makes the GRUB able to support the XFS filesystems with this > feature enabled. > > The XFS counter for the bi

[PATCH] kern/efi/sb: Remove duplicate variables efi_shim_lock_guid

2021-05-17 Thread Tianjia Zhang
The variable efi_shim_lock_guid and the static variable shim_lock_guid have the same GUID value, only the global variable shim_lock_guid is retained. Signed-off-by: Tianjia Zhang --- grub-core/kern/efi/sb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/grub-core/kern/efi/