[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] linux-user: declare sys_futex to have 6 argumen
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH] linux-user: declare sys_futex to have 6 arguments |
Date: |
Mon, 15 Jul 2013 14:26:13 +0100 |
On 15 July 2013 14:17, Petar Jovanovic <address@hidden> wrote:
> From: Petar Jovanovic <address@hidden>
>
> sys_futex has 6 arguments, and all of these need to be copied. Fix incorrect
> declaration in the mips_syscall_args array.
>
> This change fixes the cases where the 5th and 6th arguments have non-zero
> value and have importance. An example is a Linux implementation of
> pthread_cond_wait() function.
>
> Signed-off-by: Petar Jovanovic <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
This is the QEMU version of a bug fixed in the Linux kernel
by commit 90a67b590 in 2005...
thanks
-- PMM