Re: [PATCH v8 12/17] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter

2023-08-04 Thread Helge Deller
* Richard Henderson : > Follow the lead of the linux kernel in fs/binfmt_elf.c, > in which an ET_DYN executable which uses an interpreter > (usually a PIE executable) is loaded away from where the > interpreter itself will be loaded. > > Signed-off-by: Richard Henderson Reviewed-by: Helge Deller

Re: [PATCH v8 12/17] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter

2023-08-03 Thread Akihiko Odaki
On 2023/08/04 10:45, Richard Henderson wrote: Follow the lead of the linux kernel in fs/binfmt_elf.c, in which an ET_DYN executable which uses an interpreter (usually a PIE executable) is loaded away from where the interpreter itself will be loaded. Signed-off-by: Richard Henderson Reviewed-b

[PATCH v8 12/17] linux-user: Use elf_et_dyn_base for ET_DYN with interpreter

2023-08-03 Thread Richard Henderson
Follow the lead of the linux kernel in fs/binfmt_elf.c, in which an ET_DYN executable which uses an interpreter (usually a PIE executable) is loaded away from where the interpreter itself will be loaded. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 27 +--