Re: [RFC 1/1] mkimage: revert "Align efi sections on 4k boundary"

2019-04-18 Thread Heinrich Schuchardt
On 4/19/19 12:02 AM, Julien ROBIN wrote: Hi, I don't know if others folks are easily able to test and reproduce the issue and test suggested patch, so I did some builds, and tests based on the EFI file produced by grub-mkstandalone using -O arm-efi : it's a trivial way to test what code version

Re: [RFC 1/1] mkimage: revert "Align efi sections on 4k boundary"

2019-04-18 Thread Julien ROBIN
Hi, I don't know if others folks are easily able to test and reproduce the issue and test suggested patch, so I did some builds, and tests based on the EFI file produced by grub-mkstandalone using -O arm-efi : it's a trivial way to test what code version is working or not with qemu-system-arm

[bug #56164] Module for retrieving SMBIOS information

2019-04-18 Thread Faidon Liambotis
URL: Summary: Module for retrieving SMBIOS information Project: GNU GRUB Submitted by: paravoid Submitted on: Thu 18 Apr 2019 08:38:33 PM UTC Category: None Severity:

Re: [RFC 1/1] mkimage: revert "Align efi sections on 4k boundary"

2019-04-18 Thread Heinrich Schuchardt
On 4/18/19 12:41 PM, Daniel Kiper wrote: On Wed, Apr 17, 2019 at 07:50:09AM +0200, Heinrich Schuchardt wrote: Since this commit a51f953f4ee8 ("mkimage: Align efi sections on 4k boundary") grubarm.efi crashes. Let's revert it. Everywhere or on a specific machines? I observed the issue on a

Re: [PATCH 1/1] efi: avoid NULL dereference if FilePath is NULL

2019-04-18 Thread Daniel Kiper
On Wed, Apr 17, 2019 at 07:12:56AM +0200, Heinrich Schuchardt wrote: > The UEFI specification allows LoadImage() to be called with a memory > location only and without a device path. In this case FilePath will not be > set in the EFI_LOADED_IMAGE_PROTOCOL. > > So in function

Re: [RFC 1/1] mkimage: revert "Align efi sections on 4k boundary"

2019-04-18 Thread Daniel Kiper
On Wed, Apr 17, 2019 at 07:50:09AM +0200, Heinrich Schuchardt wrote: > Since this commit a51f953f4ee8 ("mkimage: Align efi sections on 4k > boundary") grubarm.efi crashes. Let's revert it. Everywhere or on a specific machines? Daniel ___ Bug-grub