[PATCH 1/1] docs: luks2: Mention key derival function support

2021-02-03 Thread Petr Vorel
To give users hint why Argon2 (the default in cryptsetup for LUKS2) does not work. Signed-off-by: Petr Vorel --- Hi, it'd be nice to have it for Grub 2.06. Kind regards, Petr docs/grub.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/grub.texi b/docs/grub.texi i

How-to make grub play a sound when it asks a passphrase and/or in case of an issue.

2021-02-03 Thread Didier Spaier
Hello devs, The new installer of the Slint Linux distribution that I maintain allows in guided mode to fully (minus the BiosBoot partition and the ESP) encrypt the drive where Slint is installed, if this drive is dedicated to Slint. As the layout of the partition table then includes just one par

[PATCH] emu: fix executable stack marking

2021-02-03 Thread Michael Chang via Grub-devel
The gcc by default assumes executable stack is required if the source object file doesn't have .note.GNU-stack section in place. If any of the source objects doesn't incorporate the GNU-stack note, the resulting program will have executable stack flag set in PT_GNU_STACK program header to instruct

Re: [RFC] efi spi flash support - where to place

2021-02-03 Thread Paul Menzel
Dear Michael, Am 01.02.21 um 10:46 schrieb Michael Lawnick: Am 22.01.2021 um 16:58 schrieb Paul Menzel: I'm not (yet) in sync with grub timeline, when is next release planned (last commit date)? March *last* year sometime? ;-) I think the current date is March, though re-reading the list pos

Re: [PATCH 1/1] docs: luks2: Mention key derival function support

2021-02-03 Thread Patrick Steinhardt
On Wed, Feb 03, 2021 at 12:02:19PM +0100, Petr Vorel wrote: > To give users hint why Argon2 (the default in cryptsetup for LUKS2) > does not work. > > Signed-off-by: Petr Vorel Reviewed-by: Patrick Steinhardt > --- > Hi, > > it'd be nice to have it for Grub 2.06. > > Kind regards, > Petr Ma

Re: [PATCH 1/1] docs: luks2: Mention key derival function support

2021-02-03 Thread Paul Menzel
Dear Petr, Thank you for your patch. Am 03.02.21 um 12:02 schrieb Petr Vorel: To give users hint why Argon2 (the default in cryptsetup for LUKS2) does not work. Signed-off-by: Petr Vorel --- […] docs/grub.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/

Re: How-to make grub play a sound when it asks a passphrase and/or in case of an issue.

2021-02-03 Thread Hanson Char
I don't know if Grub currently has any sound or accessibility support. How about having a config option to send some ASCII bell characters "\x07" to the terminal upon the events that you described? That would make a sound, but far from being a "tune". Would such a simple solution be good enough?

Re: [PATCH 1/1] docs: luks2: Mention key derival function support

2021-02-03 Thread Petr Vorel
Hi Paul, Patrick, > Dear Petr, > Thank you for your patch. thanks for your review! ... > > -before this command can be used. > > +before this command can be used. For LUKS2 only the PBKDF2 key derival > > +function is supported (Argon2 is not yet supported). > Nit: I’d get rid of the parenthes

[PATCH v2 1/1] docs: luks2: Mention key derival function support

2021-02-03 Thread Petr Vorel
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 --- Changes v1->v2: * remove parentheses (suggested by Paul Menzel) Kind regards, Petr docs/grub.texi | 3 ++- 1 file changed, 2