Re: [PATCH] affs: Fix resource leaks

2022-02-04 Thread Daniel Kiper
On Thu, Feb 03, 2022 at 11:58:42AM +, Darren Kenny wrote: > Hi Alec, > > Don't know how I ended up missing this originally, but thanks for fixing > it, so: > > Reviewed-by: Darren Kenny Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list

Re: [PATCH 0/4] Clean up code and fix coverity bugs in util/grub-module-verifierXX.c

2022-02-04 Thread Daniel Kiper
On Thu, Feb 03, 2022 at 11:56:49AM +, Darren Kenny wrote: > Hi Alec, > > These look good to me, thanks for handling the Coverity issues here. > > For the series: > > Reviewed-by: Darren Kenny Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailin

Re: [PATCH] riscv: adjust -march flags for binutils 2.38

2022-02-04 Thread Daniel Kiper
On Sat, Jan 29, 2022 at 01:36:55PM +0100, Heinrich Schuchardt wrote: > As of version 2.38 binutils defaults to ISA specification version > 2019-12-13. This version of the specification has has separated the > the csr read/write (csrr*/csrw*) instructions and the fence.i from > the I extension and p

Re: [PATCH 3/4] luks2: set up dummy sector size during scan

2022-02-04 Thread Fabian Vogt
Hi, Am Mittwoch, 22. Dezember 2021, 19:17:37 CET schrieb Josselin Poiret via Grub-devel: > Hello everyone, > > Fabian Vogt writes: > > It looks like we have a third patch (series) for this feature meanwhile: > > [PATCH 0/2] Have LUKS2 cryptomounts be useable with grub-probe > > > > I CC'd the a

Re: [PATCH 0/2] Support plain encryption mode.

2022-02-04 Thread Glenn Washburn
On Wed, 02 Feb 2022 15:00:10 + Maxim Fomin wrote: > --- Original Message --- > > > > > > Plainmount can work with '(hdX,gptY)' syntax in config or shell > > > (actually, this > > > > > > is the base syntax) and thus it is not limited to GPT paritions, what is > > > limited > > > > >

Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-02-04 Thread Glenn Washburn
On Wed, 02 Feb 2022 14:55:46 + Maxim Fomin wrote: > --- Original Message --- > > On Tuesday, February 1st, 2022 at 5:30, Glenn Washburn > wrote: > > > On Sun, 30 Jan 2022 19:40:43 + > > > > Maxim Fomin ma...@fomin.one wrote: > > > > > This patch introduces support for plain en

Re: [PATCH] search: new --efidisk-only option on EFI systems

2022-02-04 Thread Glenn Washburn
On Tue, 1 Feb 2022 11:36:01 +0100 Renaud Métrich wrote: > When using 'search' on EFI systems, we sometimes want to exclude devices > that are not EFI disks (e.g. md, lvm). > This is typically used when wanting to chainload when having a software > raid (md) for EFI partition: > > with no optio