Hi, yesterday I submitted a bug report about wrong backspace key
behavior in superuser login prompt and I finally found it. So I attach
patch with my fix so it can be merged into upstream.
>From a227f1a2c54aa420e016ffb5ca1c41fe93a2bd68 Mon Sep 17 00:00:00 2001
From: Egor Ignatov
Date: Fri, 26
Good day Patrick,
On Wed, 24 Feb 2021 07:46:48 +0100
Patrick Rudolph wrote:
> Hi Glenn,
> yes it's the same patch series, but has been cleaned and improved a
> lot. I've addressed most of the comments received earlier.
I see that I implied that you hadn't and I didn't mean to. I only meant
to s
Sorry for huge delay but I am very busy...
On Fri, Feb 12, 2021 at 08:07:00AM +0100, Petr Vorel wrote:
> To give users hint why Argon2 (the default in cryptsetup for LUKS2)
> does not work.
>
> Reviewed-by: Patrick Steinhardt
> Acked-by: Paul Menzel
> Signed-off-by: Petr Vorel
This should be o
On Fri, Feb 26, 2021 at 02:53:47PM +0300, Egor Ignatov wrote:
> Hi, yesterday I submitted a bug report about wrong backspace key behavior in
> superuser login prompt and I finally found it. So I attach patch with my fix
> so it can be merged into upstream.
>
> >From a227f1a2c54aa420e016ffb5ca1c41f
commit f1957dc8a3347278a095bc8f44197662559a8ba3 added two entries to the
options array, but only 1 entry to the enum. This resulted in everything
after the insertion point being off by one.
This broke at least the 'file --is-hibernated-hiberfil' command.
Bring the two back in sync by splitting th
On Fri, Jan 29, 2021 at 05:55:51PM +0100, Heinrich Schuchardt wrote:
> UEFI specification 2.8 errata B introduced the EFI_RT_PROPERTIES_TABLE
> describing the services available at runtime.
>
> The lsefisystab command is used to display installed EFI configuration
> tables. Currently it only shows
On Fri, Jan 29, 2021 at 04:32:29PM +0100, Heinrich Schuchardt wrote:
> According to the Embedded Base Boot Requirements (EBBR) specification the
> device-tree passed to Linux as a configuration table must reside in
> EfiACPIReclaimMemory.
>
> Signed-off-by: Heinrich Schuchardt
Reviewed-by: Daniel
On Mon, Jan 11, 2021 at 11:04:36AM +0800, Tianjia Zhang wrote:
> `relocatable` is defined as type grub_uint8_t, this is also
> one byte definition in linux boot protocol. by semantic
> definition, it is a bool type. It is not appropriate to
> treat it as a four bytes, this patch fix this issue.
>
>
On Mon, Jan 11, 2021 at 11:04:51AM +0800, Tianjia Zhang wrote:
> `preferred_address` has been assigned to GRUB_LINUX_BZIMAGE_ADDR
> during initialization in grub_cmd_linux(). The assignment here
> is redundant and should be removed.
>
> Signed-off-by: Tianjia Zhang
Reviewed-by: Daniel Kiper
Dan
On Fri, Feb 26, 2021 at 12:05:07PM -0600, Derek Foreman wrote:
> commit f1957dc8a3347278a095bc8f44197662559a8ba3 added two entries to the
> options array, but only 1 entry to the enum. This resulted in everything
> after the insertion point being off by one.
>
> This broke at least the 'file --is-h
10 matches
Mail list logo