Re: [PATCH v5 20/20] linux-user/s390x: Add vdso

2023-09-07 Thread Alex Bennée
Richard Henderson writes: > On 9/4/23 08:00, Alex Bennée wrote: >> Due to the b4 dropping the vdso.so in the patch this fails: >>Program build-vdso.sh found: YES >> (/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh) >>../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does no

Re: [PATCH v5 20/20] linux-user/s390x: Add vdso

2023-09-06 Thread Philippe Mathieu-Daudé
On 6/9/23 19:56, Richard Henderson wrote: On 9/4/23 08:00, Alex Bennée wrote: Due to the b4 dropping the vdso.so in the patch this fails:    Program build-vdso.sh found: YES (/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh)    ../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does

Re: [PATCH v5 20/20] linux-user/s390x: Add vdso

2023-09-06 Thread Richard Henderson
On 9/4/23 08:00, Alex Bennée wrote: Due to the b4 dropping the vdso.so in the patch this fails: Program build-vdso.sh found: YES (/home/alex/lsrc/qemu.git/linux-user/build-vdso.sh) ../../linux-user/s390x/meson.build:24:0: ERROR: File vdso.so does not exist. A full log can be found at

Re: [PATCH v5 20/20] linux-user/s390x: Add vdso

2023-09-04 Thread Alex Bennée
Richard Henderson writes: > Signed-off-by: Richard Henderson > --- > linux-user/s390x/vdso-asmoffset.h | 2 + > linux-user/elfload.c | 3 ++ > linux-user/s390x/signal.c | 4 +- > linux-user/s390x/meson.build | 24 +++ > linux-user/s390x/vdso.S

[PATCH v5 20/20] linux-user/s390x: Add vdso

2023-08-29 Thread Richard Henderson
Signed-off-by: Richard Henderson --- linux-user/s390x/vdso-asmoffset.h | 2 + linux-user/elfload.c | 3 ++ linux-user/s390x/signal.c | 4 +- linux-user/s390x/meson.build | 24 +++ linux-user/s390x/vdso.S | 61 ++ linux-us