Re: [PATCH v3 00/15] linux-user: Implement VDSOs

2023-08-16 Thread Richard Henderson
On 8/14/23 02:52, Alex Bennée wrote: Richard Henderson writes: It's time for another round on implementing the VDSO for linux-user. We are now seeing applications built that absolutely require it, and have no fallback for the VDSO to be absent. Something broke configure for me: ../../co

Re: [PATCH v3 00/15] linux-user: Implement VDSOs

2023-08-14 Thread Alex Bennée
Richard Henderson writes: > It's time for another round on implementing the VDSO for linux-user. > We are now seeing applications built that absolutely require it, > and have no fallback for the VDSO to be absent. Something broke configure for me: ../../configure --disable-docs --disable-s

[PATCH v3 00/15] linux-user: Implement VDSOs

2023-08-11 Thread Richard Henderson
It's time for another round on implementing the VDSO for linux-user. We are now seeing applications built that absolutely require it, and have no fallback for the VDSO to be absent. For instance, https://gitlab.com/qemu-project/qemu/-/issues/1267 uses musl and will currently branch to NULL ex