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
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
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
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
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
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
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
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
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