Re: [PATCH v8 0/2] Introduce EROFS support

2024-04-27 Thread Gao Xiang
Hi Glenn, Daniel, On 2024/4/24 17:30, Yifan Zhao wrote: EROFS [1] is a lightweight read-only filesystem designed for performance which has already been shipped in most Linux distributions as well as widely used in several scenarios, such as Android system partitions, container images, and rootfs

[PATCH v4] cryptodisk: allow user to retry failed passphrase

2024-04-27 Thread Forest
Give the user a chance to re-enter their cryptodisk passphrase after a typo, rather than immediately failing (and likely dumping them into a grub shell). By default, we allow 3 tries before giving up. A value in the cryptodisk_passphrase_tries environment variable will override this default. The

Re: [PATCH v3] cryptodisk: allow user to retry failed passphrase

2024-04-27 Thread Forest
Please ignore this rev in favor of v4, coming soon. (I want to simplify the stale-errno guard around grub_strtoul().) On Sat, 27 Apr 2024 17:15:42 -0700, Forest wrote: >Give the user a chance to re-enter their cryptodisk passphrase after a typo, >rather than immediately failing (and likely dump

[PATCH v3] cryptodisk: allow user to retry failed passphrase

2024-04-27 Thread Forest
Give the user a chance to re-enter their cryptodisk passphrase after a typo, rather than immediately failing (and likely dumping them into a grub shell). By default, we allow 3 tries before giving up. A value in the cryptodisk_passphrase_tries environment variable will override this default. The

Re: [PATCH v2] cryptodisk: allow the user to retry failed passphrases

2024-04-27 Thread Forest
On Sat, 27 Apr 2024 04:18:29 -0500, Glenn Washburn wrote: >Its also a good idea to always CC Daniel on patches. They may more easily >get dropped otherwise. Thanks. Will do. >This does not account for tries_env not being a numeric value with no >garbage at the end or the empty string. I think th

Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-27 Thread Patrick Plenefisch
On Sat, Apr 27, 2024 at 5:25 AM Glenn Washburn wrote: > > On Fri, 26 Apr 2024 21:02:03 -0400 > Patrick Plenefisch wrote: > > > Ah thanks, I sent them in two separate emails with git format-patch, > > hopefully correctly? > > I'm confused git format-patch does not send anything, that would be git

[PATCH v5] efi: Fix stack protector issues

2024-04-27 Thread Glenn Washburn
From: Ard Biesheuvel The 'ground truth' stack protector cookie value is kept in a global variable, and loaded in every function prologue and epilogue to store it into resp. compare it with the stack slot holding the cookie. If the comparison fails, the program aborts, and this might occur spurio

[PATCH v4] efi: Fix stack protector issues

2024-04-27 Thread Glenn Washburn
From: Ard Biesheuvel The 'ground truth' stack protector cookie value is kept in a global variable, and loaded in every function prologue and epilogue to store it into resp. compare it with the stack slot holding the cookie. If the comparison fails, the program aborts, and this might occur spurio

[PATCH v3] efi: Fix stack protector issues

2024-04-27 Thread Glenn Washburn
From: Ard Biesheuvel The 'ground truth' stack protector cookie value is kept in a global variable, and loaded in every function prologue and epilogue to store it into resp. compare it with the stack slot holding the cookie. If the comparison fails, the program aborts, and this might occur spurio

Re: [PATCH] LVM Cachevol and Integrity volumes break entire LVM VG

2024-04-27 Thread Glenn Washburn
On Fri, 26 Apr 2024 21:02:03 -0400 Patrick Plenefisch wrote: > Ah thanks, I sent them in two separate emails with git format-patch, > hopefully correctly? I'm confused git format-patch does not send anything, that would be git send-email. I don't see any recent patches from you on the list, so I

Re: [PATCH v2] cryptodisk: allow the user to retry failed passphrases

2024-04-27 Thread Glenn Washburn
Its also a good idea to always CC Daniel on patches. They may more easily get dropped otherwise. On Sun, 07 Apr 2024 14:52:32 -0700 Forest wrote: > Changes since last rev: > - replace some spaces with tabs > - better explain the clearing of grub_errno > - let an environment variable override the

Re: [PATCH v2] cryptodisk: allow the user to retry failed passphrases

2024-04-27 Thread Glenn Washburn
On Mon, 22 Apr 2024 10:45:29 -0700 Forest wrote: > On Sun, 07 Apr 2024 14:52:32 -0700, Forest wrote: > > >Changes since last rev: > >- replace some spaces with tabs > >- better explain the clearing of grub_errno > >- let an environment variable override the number of passphrase tries > > As a n

Re: [PATCH v13 08/20] libtasn1: Add the documentation

2024-04-27 Thread Glenn Washburn
On Thu, 25 Apr 2024 16:01:54 +0800 Gary Lin wrote: > Document libtasn1 in docs/grub-dev.texi and add the upgrade steps. > Also add the patches to make libtasn1 compatible with grub code. > > Signed-off-by: Gary Lin > Reviewed-by: Vladimir Serbinenko > --- > docs/grub-dev.texi