Re: Fix keyboard layouts other than us

2022-08-03 Thread Fabio Pugliese Ornellas
Vladmir, not sure I get your point. Eg: I use Dvorak, which merely requires translation of "regular" keys. For this case (and many other similar layouts), the patch I suggested simply applies translation on TOP of whatever the console driver gave back. If you check for USB keyboard drivers for exam

Re: [PATCH v4 2/2] cryptodisk: Allows UUIDs to be compared in a dash-insensitive manner

2022-08-03 Thread Daniel Kiper
On Tue, Aug 02, 2022 at 01:17:25PM -0500, Glenn Washburn wrote: > On Tue, 2 Aug 2022 18:17:44 +0200 > Daniel Kiper wrote: > > > On Fri, Jul 22, 2022 at 02:43:14AM -0500, Glenn Washburn wrote: > > > A user can now specify UUID strings with dashes, instead of having to > > > remove > > > dashes. Th

Re: [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated

2022-08-03 Thread Daniel Kiper
On Fri, Jul 22, 2022 at 02:43:13AM -0500, Glenn Washburn wrote: > According to the LUKS specification the uuid header field is of data type > "char[]", which is defined as "a string stored as null terminated sequence > of 8-bit characters". So enforce this by adding a null byte as the last byte > o

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

2022-08-03 Thread Daniel Kiper
On Tue, Jul 19, 2022 at 04:39:34PM -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 another

Re: [PATCH V2] i386: Using 64-bit boot protocol for 64-bit linux kernel

2022-08-03 Thread Daniel Kiper
On Sat, Jul 23, 2022 at 07:20:43PM +0800, Wei Zhang wrote: > From: Wei Zhang > > Currently GRUB boots linux with 32-bit protocol for 64 bit kernel. > Thus if both GRUB and linux kernel are in 64-bit, we'll have to go > through 64-bit grub -> 32-bit boot protocol -> 64-bit kernel > transitions, and

Re: [PATCH v3 0/3] Cryptomount detached headers

2022-08-03 Thread Glenn Washburn
On Tue, 2 Aug 2022 22:49:27 +0200 (CEST) brutser--- via Grub-devel wrote: > > Van: Glenn Washburn > Aan: brutser--- via Grub-devel > Onderwerp: Re: [PATCH v3 0/3] Cryptomount detached headers > Datum: 02/08/2022 20:58:17 Europe/Paris > Cc: brut...@perso.be; >    dki...@net-space.pl; >    p...

Re: [PATCH v4 1/2] luks, luks2: Force header.uuid to be NULL terminated

2022-08-03 Thread Glenn Washburn
On Wed, 3 Aug 2022 15:30:58 +0200 Daniel Kiper wrote: > On Fri, Jul 22, 2022 at 02:43:13AM -0500, Glenn Washburn wrote: > > According to the LUKS specification the uuid header field is of data type > > "char[]", which is defined as "a string stored as null terminated sequence > > of 8-bit charact

Re: [PATCH v3 0/3] Cryptomount detached headers

2022-08-03 Thread brutser--- via Grub-devel
See comments below. Van: Glenn Washburn Aan: brutser--- via Grub-devel Onderwerp: Re: [PATCH v3 0/3] Cryptomount detached headers Datum: 03/08/2022 21:54:14 Europe/Paris Cc: brut...@perso.be;    dki...@net-space.pl;    p...@pks.im On Tue, 2 Aug 2022 22:49:27 +0200 (CEST) brutser--- via Grub-de

Re: [PATCH v3 0/3] Cryptomount detached headers

2022-08-03 Thread brutser--- via Grub-devel
New comments below. See comments below. Van: Glenn Washburn Aan: brutser--- via Grub-devel Onderwerp: Re: [PATCH v3 0/3] Cryptomount detached headers Datum: 03/08/2022 21:54:14 Europe/Paris Cc: brut...@perso.be;    dki...@net-space.pl;    p...@pks.im On Tue, 2 Aug 2022 22:49:27 +0200 (CEST) b