grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2] util/mkimage: Fix wrong PE32+ section sizes for some


From: John Paul Adrian Glaubitz
Subject: Re: [RFC PATCH v2] util/mkimage: Fix wrong PE32+ section sizes for some arches
Date: Mon, 26 Apr 2021 17:31:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

Hi Javier!

On 4/26/21 10:05 AM, Javier Martinez Canillas wrote:
> On 4/26/21 9:52 AM, John Paul Adrian Glaubitz wrote:
> 
> [snip]
> 
>>> +
>>> +      if (image_target->id == IMAGE_EFI)
>>> +        layout->kernel_size = ALIGN_UP (layout->kernel_size + 
>>> image_target->vaddr_offset,
>>> +                                        image_target->section_align)
>>> +          - image_target->vaddr_offset;
>>>      }
>>>    else
>>>      {
>>>
>>
>> Verified to fix the issue on ia64.
>>
>> Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
>>
> 
> Thanks again for testing this so quickly! I really appreciate it
> since don't have access to an Itanium system to verify the patch.

You're absolutely welcome. And I also appreciate the great work so many people 
have
already delivered to get the next release of GRUB ready. I'm really looking 
forward
to version 2.06 and the swath of patches which distributions will be able to 
drop
because they have all been merged upstream :-).

Adrian

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913



reply via email to

[Prev in Thread] Current Thread [Next in Thread]