[PATCH] devmapper: Fix build error on 32bit host

2023-03-01 Thread Michael Chang via Grub-devel
The gcc build has failed for 32bit host (for eg, i386-emu and arm-emu) due to mismatch between format specifier and data type. ../grub-core/osdep/devmapper/getroot.c: In function 'grub_util_pull_devmapper': ../grub-core/osdep/devmapper/getroot.c:265:75: error: format '%lu' expects argument of typ

Re: [PATCH v4 0/6] Dynamic allocation of memory regions and IBM vTPM 2.0

2023-03-01 Thread Daniel Kiper
On Tue, Feb 28, 2023 at 12:50:39PM -0500, Robbie Harwood wrote: > Stefan Berger writes: > > > Hello, > > > > This is an addition to the series sent from Daniel Axtens > > (https://lists.gnu.org/archive/html/grub-devel/2022-04/msg00064.html). > > > > Patch 'ieee1275: request memory with ibm,client-

Re: [PATCH] devmapper: Fix build error on 32bit host

2023-03-01 Thread Daniel Kiper
On Wed, Mar 01, 2023 at 05:23:08PM +0800, Michael Chang via Grub-devel wrote: > The gcc build has failed for 32bit host (for eg, i386-emu and arm-emu) > due to mismatch between format specifier and data type. > > ../grub-core/osdep/devmapper/getroot.c: In function > 'grub_util_pull_devmapper': > >

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-03-01 Thread Oliver Steffen
On Tue, Feb 28, 2023 at 11:31 AM Oliver Steffen wrote: > On Tue, Feb 21, 2023 at 4:39 PM Daniel Kiper wrote: > >> On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: >> > Thank you for the comments, Daniel. >> > >> > Quoting Daniel Kiper (2023-02-15 19:27:03) >> > > On Mon, Jan 16, 2

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

2023-03-01 Thread Daniel Kiper
Adding folks involved in appended signature secure boot support development... On Wed, Mar 01, 2023 at 03:16:14PM +0800, Gary Lin via Grub-devel wrote: > On Tue, Feb 28, 2023 at 06:39:22PM +0100, Daniel Kiper wrote: > > On Wed, Feb 22, 2023 at 03:00:40PM +0800, Gary Lin via Grub-devel wrote: > > >

Re: [PATCH v1 2/2] Add a module for the Boot Loader Interface

2023-03-01 Thread Glenn Washburn
On Tue, 28 Feb 2023 11:31:41 +0100 Oliver Steffen wrote: > On Tue, Feb 21, 2023 at 4:39 PM Daniel Kiper > wrote: > > > On Mon, Feb 20, 2023 at 08:15:35AM -0800, Oliver Steffen wrote: > > > Thank you for the comments, Daniel. > > > > > > Quoting Daniel Kiper (2023-02-15 19:27:03) > > > > On Mon,