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: Javier Martinez Canillas
Subject: Re: [RFC PATCH v2] util/mkimage: Fix wrong PE32+ section sizes for some arches
Date: Mon, 26 Apr 2021 10:05:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Hello Adrian,

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.

Best regards,
-- 
Javier Martinez Canillas
Software Engineer - Desktop Hardware Enablement
Red Hat




reply via email to

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