[PATCH] f2fs: Disable gcc9 -Waddress-of-packed-member

2019-05-28 Thread John Paul Adrian Glaubitz
Disable the -Wadress-of-packaed-member diagnostic for the grub_f2fs_label function since the result is found to be false postive. A pointer to the 'volume_name' member of 'struct grub_f2fs_superblock' is guaranteed to be aligned as the offset of 'volume_name' within the struct is dividable by the

Re: [PATCH] f2fs: Fix gcc9 error -Werror=maybe-uninitialized

2019-05-28 Thread John Paul Adrian Glaubitz
On 5/27/19 12:02 PM, Daniel Kiper wrote: >> Yes, we need the patch from John to solve reported gcc-9 build issue >> entirely. From the latest update he will do soon. :) >> >> http://lists.gnu.org/archive/html/grub-devel/2019-05/msg00099.html > > John, ping? Could you send us the patch soon? IMO th

Re: [PATCH] grub2: add support to search for partuuid

2019-05-28 Thread Nick Vinson
On 5/27/19 1:07 AM, Michael Grzeschik wrote: > With this feature the grub-shell is able to search for partuuid strings. > This reduces the complexity to find the correct boot partition on > systems with unspecified device connectivity. > > Signed-off-by: Michael Grzeschik > --- > grub-core/Mak

Re: [PATCH] 10_linux: Add devicetree command, if a dtb is present.

2019-05-28 Thread Dimitri John Ledkov
On Tue, 28 May 2019 at 12:01, Leif Lindholm wrote: > > On Tue, May 28, 2019 at 11:27:08AM +0200, Daniel Kiper wrote: > > On Thu, May 23, 2019 at 10:31:13PM +0100, Dimitri John Ledkov wrote: > > > Specifically support dtb paths as created by flash-kernel package on > > > Debian/Ubuntu systems, and

Re: [PATCH] 10_linux: Add devicetree command, if a dtb is present.

2019-05-28 Thread Leif Lindholm
On Tue, May 28, 2019 at 11:27:08AM +0200, Daniel Kiper wrote: > On Thu, May 23, 2019 at 10:31:13PM +0100, Dimitri John Ledkov wrote: > > Specifically support dtb paths as created by flash-kernel package on > > Debian/Ubuntu systems, and a generic one. Possibly this needs to be > > extended to suppo

Re: [PATCH] grub2: add support to search for partuuid

2019-05-28 Thread Daniel Kiper
CC-ing Vladimir. On Mon, May 27, 2019 at 10:07:39AM +0200, Michael Grzeschik wrote: > With this feature the grub-shell is able to search for partuuid strings. > This reduces the complexity to find the correct boot partition on > systems with unspecified device connectivity. What is an usage case

Re: [PATCH] grub2: add read_hook to blocklists

2019-05-28 Thread Daniel Kiper
CC-ing Vladimir. On Mon, May 27, 2019 at 10:07:27AM +0200, Michael Grzeschik wrote: > This is needed to make grubenv be stored in > raw disk images. We now can run > > save_env -f (ata0)1024+2 VARIABLE Why do we need/want this patch? What is the usage case for it? Could you explain why you have t

Re: [PATCH] grub2: setup root in grub-setup and grub-install

2019-05-28 Thread Daniel Kiper
On Mon, May 27, 2019 at 10:07:15AM +0200, Michael Grzeschik wrote: > With this feature it is now possible to set the root > device in userspace preperation like grub-mkimage. Why this patch is needed? I would like to see an explanation here. > Signed-off-by: Michael Grzeschik > --- > include/gr

Re: LUKS 2 support

2019-05-28 Thread Daniel Kiper
On Tue, May 28, 2019 at 03:04:09AM +, StevenDoesStuffs wrote: > I was just wondering would y'all be open to taking patches for luks2 > support (and maybe a few other crypto enhancements), or if someone Yes, please... > else was already working on those things. CC-ing Philip. AFAICT he was th