Re: [SECURITY PATCH 108/117] util/mkimage: Refactor section setup to use a helper
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.ia64,gmane.comp.boot-loaders.grub.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello! On 3/18/21 9:38 AM, John Paul Adrian Glaubitz wrote: > On 3/2/21 7:01 PM, Daniel Kiper wrote: >> From: Peter Jones <[email protected]> >> >> Add a init_pe_section() helper function to setup PE sections. This makes >> the code simpler and easier to read. >> >> Signed-off-by: Peter Jones <[email protected]> >> Signed-off-by: Javier Martinez Canillas <[email protected]> >> Reviewed-by: Daniel Kiper <[email protected]> > > This change broke GRUB on ia64 for me. It now fails to perform any basic commands: Any chance someone could have a look at this? As explained in the follow-up mails, the problem is that the pointer pointing to the modules location in the core image deviate from the actual modules location as the former was updated but the former not. Adrian