Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2020-11-04 Thread Leif Lindholm
On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote: > The hdr_offset member of the ARM Linux image header appears at > offset 0x3c, matching the PE/COFF spec's placement of the COFF > header offset in the MS-DOS header. We're currently off by four, > so fix that. > > Signed-off-by: Ard B

Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2020-11-04 Thread Ard Biesheuvel
On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote: > > On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote: > > The hdr_offset member of the ARM Linux image header appears at > > offset 0x3c, matching the PE/COFF spec's placement of the COFF > > header offset in the MS-DOS header. We're cu

Re: [PATCH v2 1/8] linux/arm: fix ARM Linux header layout

2020-11-04 Thread Leif Lindholm
On Wed, Nov 04, 2020 at 13:19:47 +0100, Ard Biesheuvel wrote: > On Wed, 4 Nov 2020 at 13:11, Leif Lindholm wrote: > > > > On Sun, Oct 25, 2020 at 14:49:34 +0100, Ard Biesheuvel wrote: > > > The hdr_offset member of the ARM Linux image header appears at > > > offset 0x3c, matching the PE/COFF spec'

Re: [PATCH v3 00/10] Cryptodisk fixes for v2.06 redux

2020-11-04 Thread Daniel Kiper
On Tue, Nov 03, 2020 at 06:50:56PM +, Glenn Washburn wrote: > Nov 2, 2020 9:56:58 AM Daniel Kiper : > > On Tue, Oct 27, 2020 at 08:25:13PM +0100, Daniel Kiper wrote: > >> On Mon, Oct 19, 2020 at 06:09:48PM -0500, Glenn Washburn wrote: > >>> Heres an updated patch series which addresses comment

Re: [PATCH v3 4/9] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors

2020-11-04 Thread Daniel Kiper
On Tue, Nov 03, 2020 at 08:21:15PM +, Glenn Washburn wrote: > Oct 30, 2020 7:50:08 AM Daniel Kiper : > > On Thu, Oct 29, 2020 at 02:53:34PM -0500, Glenn Washburn wrote: > >> On Tue, 27 Oct 2020 20:11:56 +0100 > >> Daniel Kiper wrote: > >>> On Sat, Oct 03, 2020 at 12:42:55AM -0500, Glenn Washbu

Re: [PATCH 0/3] Add support for signing grub with an appended signature

2020-11-04 Thread Michal Suchánek
On Fri, Oct 23, 2020 at 04:33:58PM +1100, Daniel Axtens wrote: > Hi Michal, > > >> So grub is usually loaded from the PReP partition if you are booting > >> from disk. But, if you are booting from a CD/USB/etc, we first parse > >> /ppc/boot-info.txt and then load whatever file it identifies. If yo