[PATCH] Fix packed-not-aligned error on GCC 8

2018-03-21 Thread Michael Chang
Here just came up with a patch that fixed the GCC 8 error for me. :) Would you test it work for you as well ? Thanks, Michael -- When building with GCC 8, there are several errors regarding packed-not-aligned. ./include/grub/gpt_partition.h:79:1: error: alignment 1 of ‘struct grub_gpt_partentr

[PATCH v2] Makefile.am: Add `all_video` to `default_payload.elf`

2018-03-21 Thread Paul Menzel
From a199bc1f64e33aa942b23fe6d16670cc6002bb6c Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 16 Apr 2017 21:02:58 +0200 Subject: [PATCH] Makefile.am: Add `all_video` to default_payload.elf The module `all_video` is used in `util/grub.d/00_header.in`, and included for grub-pc by default. T

./include/grub/gpt_partition.h:79:1: error: alignment 1 of ‘struct grub_gpt_partentry’ is less than 8 [-Werror=packed-not-aligned]

2018-03-21 Thread Paul Menzel
Dear GRUB folks, Building GRUB’s master branch with GCC 8 shows the error below. ``` $ gcc-8 --version | head -1 gcc-8 (Debian 8-20180320-1) 8.0.1 20180320 (experimental) [trunk revision 258670] $ git log --oneline -1 e2faabacf ieee1275: split up grub_machine_get_bootlocation $ ./autogen.sh $

Re: [PATCH 1/7] Cryptomount support LUKS detached header

2018-03-21 Thread Paul Menzel
Dear John, Am Mittwoch, den 14.03.2018, 19:00 + schrieb John Lane: > On 14/03/18 13:05, Daniel Kiper wrote: > > On Wed, Mar 14, 2018 at 09:44:58AM +, John Lane wrote: > > > From: John Lane > > > > I have just skimmed through the series. First of all, most if not > > all patches beg for