Re: [PATCH 1/6] linux-user: Honor elf alignment when placing images

2024-11-17 Thread Richard Henderson
On 11/16/24 19:41, Michael Tokarev wrote: 12.11.2024 23:37, Richard Henderson wrote: Most binaries don't actually depend on more than page alignment, but any binary can request it.  Not honoring this was a bug. This became obvious when gdb reported Failed to read a valid object file image

Re: [PATCH 1/6] linux-user: Honor elf alignment when placing images

2024-11-16 Thread Michael Tokarev
12.11.2024 23:37, Richard Henderson wrote: Most binaries don't actually depend on more than page alignment, but any binary can request it. Not honoring this was a bug. This became obvious when gdb reported Failed to read a valid object file image from memory when examining some vdso whic

[PATCH 1/6] linux-user: Honor elf alignment when placing images

2024-11-12 Thread Richard Henderson
Most binaries don't actually depend on more than page alignment, but any binary can request it. Not honoring this was a bug. This became obvious when gdb reported Failed to read a valid object file image from memory when examining some vdso which are marked as needing more than page alignme