Le 28/12/2017 à 20:34, Samuel Thibault a écrit :
> sched_get/setaffinity linux-user syscalls were missing conversions for
> little/big endian, which is hairy since longs may not be the same size
> either.
> 
> For simplicity, this just introduces loops to convert bit by bit like is
> done for select.
> 
> Signed-off-by: Samuel Thibault <samuel.thiba...@ens-lyon.org>
> ---

You should add a version in your subject prefix and a version history of
your patch here.

>  linux-user/syscall.c | 75 
> ++++++++++++++++++++++++++++++++++++++++++++++------
>  1 file changed, 67 insertions(+), 8 deletions(-)
> 

Reviewed-by: Laurent Vivier <laur...@vivier.eu>


Reply via email to