grub-devel
[Top][All Lists]
Advanced

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

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


From: Javier Martinez Canillas
Subject: Re: [PATCH v3] util/mkimage: Fix wrong PE32+ section sizes for some arches
Date: Tue, 27 Apr 2021 13:05:05 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 4/27/21 12:48 PM, John Paul Adrian Glaubitz wrote:
> On 4/27/21 12:25 PM, Javier Martinez Canillas wrote:

[snip]

>>      }
>>  #endif
>> +
>> +      if (image_target->id == IMAGE_EFI)
>> +        layout->kernel_size = ALIGN_UP (layout->kernel_size,
>> +                                        GRUB_PE32_FILE_ALIGNMENT);
>>      }
>>    else
>>      {
>>
> 
> Works on my ia64 machine.
> 
> Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
> 

Thanks for testing it again! Hopefully this could be the last version
of this 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]