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

2024-04-04 Thread Glenn Washburn
On Fri, 29 Mar 2024 23:48:00 -0700 Forest wrote: > Hi, folks. > > I have long wished that GRUB would give me a chance to retry whenever I > make a typo in a LUKS passphrase, rather than immediately dumping me into > the rescue shell, so I finally took a crack at it myself. Are you getting dumpe

Re: [PATCH] STACK_PROTECTOR: Support symbols emitted by windows compiler

2024-04-04 Thread Daniel Kiper
Adding Ard, Glenn and Dave... First of all, sorry for late reply but I was busy with other stuff... On Fri, Mar 15, 2024 at 09:43:22PM +0300, Vladimir 'phcoder' Serbinenko wrote: > stack protector needs symbols with just one underscore in C > name unlike unix variant that needs double underscore.

Re: [PATCH] STACK_PROTECTOR: Support symbols emitted by windows compiler

2024-04-04 Thread Daniel Kiper
On Wed, Apr 03, 2024 at 04:27:39PM -0500, Glenn Washburn wrote: > On Fri, 15 Mar 2024 21:43:22 +0300 > "Vladimir 'phcoder' Serbinenko" wrote: > > > stack protector needs symbols with just one underscore in C > > name unlike unix variant that needs double underscore. > > Supply both symbols for sim

Re: [PATCH v5 1/2] fs/erofs: Add support for EROFS

2024-04-04 Thread Daniel Kiper
On Wed, Mar 06, 2024 at 10:18:21AM +0800, Gao Xiang wrote: > On 2024/3/4 01:15, 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 Andr

Re: [PATCH v9 00/22] Automatic Disk Unlock with TPM2

2024-04-04 Thread Daniel Kiper
On Thu, Mar 07, 2024 at 04:59:05PM +0800, Gary Lin via Grub-devel wrote: > On Thu, Feb 08, 2024 at 08:58:43PM +0100, Daniel Kiper wrote: > > Hey, > > > --8<-- > > > > And I have attached the Coverity report. All issues reported there have > > to be fixed. If you cannot fix an issue you have to expl

Re: [PATCH] STACK_PROTECTOR: Support symbols emitted by windows compiler

2024-04-04 Thread Vladimir 'phcoder' Serbinenko
I didn't know about using weakref for this but I'm fine with the approach. Just one thing: can we condition it on HAVE_ASM_USCORE test instead of platform? Le jeu. 4 avr. 2024, 23:47, Daniel Kiper a écrit : > Adding Ard, Glenn and Dave... > > First of all, sorry for late reply but I was busy wit