Re: [PATCH 2/8] linux-user: Sink call to do_safe_futex

2022-09-27 Thread Laurent Vivier
Le 29/08/2022 à 04:10, Richard Henderson a écrit : Leave only the argument adjustments within the shift, and sink the actual syscall to the end. Sink the timespec conversion as well, as there will be more users. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 60 +

[PATCH 2/8] linux-user: Sink call to do_safe_futex

2022-08-28 Thread Richard Henderson
Leave only the argument adjustments within the shift, and sink the actual syscall to the end. Sink the timespec conversion as well, as there will be more users. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 60 +++- 1 file changed, 31 insert