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
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
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-
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
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
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.
>
>
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
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/