Re: [PATCH 0/8] linux-user: Futex improvements

2022-09-27 Thread Laurent Vivier
Le 29/08/2022 à 04:09, Richard Henderson a écrit : Fixes a bug in FUTEX_FD, and implements a bunch of other ops. Also, some assorted strace fixes. r~ Richard Henderson (8): linux-user: Combine do_futex and do_futex_time64 linux-user: Sink call to do_safe_futex linux-user: Implement FUT

[PATCH 0/8] linux-user: Futex improvements

2022-08-28 Thread Richard Henderson
Fixes a bug in FUTEX_FD, and implements a bunch of other ops. Also, some assorted strace fixes. r~ Richard Henderson (8): linux-user: Combine do_futex and do_futex_time64 linux-user: Sink call to do_safe_futex linux-user: Implement FUTEX_WAKE_BITSET linux-user: Convert signal number for F