Re: [PATCH v6 07/19] linux-user: Load vdso image if available

2023-10-03 Thread Philippe Mathieu-Daudé
On 30/9/23 04:15, Richard Henderson wrote: The vdso image will be pre-processed into a C data array, with a simple list of relocations to perform, and identifying the location of signal trampolines. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 90 +++

[PATCH v6 07/19] linux-user: Load vdso image if available

2023-09-29 Thread Richard Henderson
The vdso image will be pre-processed into a C data array, with a simple list of relocations to perform, and identifying the location of signal trampolines. Signed-off-by: Richard Henderson --- linux-user/elfload.c | 90 +++- 1 file changed, 81 insertions(+