[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] x86: correct PT_NOTE file position
On Wed, Aug 24, 2016 at 09:24:38AM -0600, Jan Beulich wrote: > Program and section headers disagreed about the file offset at which > the build ID note lives. Gosh. That was an oversight. > > Reported-by: Sylvain Munaut <s.munaut@xxxxxxxxxxxxxxxxxxxx> 'whatever-company'? Really? Huh. Imagine that. > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > > --- a/xen/arch/x86/boot/mkelf32.c > +++ b/xen/arch/x86/boot/mkelf32.c > @@ -394,7 +394,7 @@ int main(int argc, char **argv) > note_phdr.p_paddr = note_base; > note_phdr.p_filesz = note_sz; > note_phdr.p_memsz = note_sz; > - note_phdr.p_offset = offset; > + note_phdr.p_offset = RAW_OFFSET + offset; > > /* Tack on the .note\0 */ > out_shdr[2].sh_size += sizeof(out_shstrtab_extra); > > > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |