Re: [PATCH 6/6] linux-user: Show vdso address in /proc/pid/maps

2023-08-21 Thread Philippe Mathieu-Daudé
On 16/8/23 20:14, Richard Henderson wrote: Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 + linux-user/elfload.c | 1 + linux-user/syscall.c | 2 ++ 3 files changed, 4 insertions(+) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 6/6] linux-user: Show vdso address in /proc/pid/maps

2023-08-16 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/qemu.h| 1 + linux-user/elfload.c | 1 + linux-user/syscall.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 12f638336a..4de9ec783f 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h @@ -32