Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-05-05 Thread Peter Maydell
On 5 May 2014 13:27, Riku Voipio wrote: > Hi, > > Thanks, looks good and fixes getrusage02 ltp test. > > Added to the linux-user que: > > https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream > > Peter, do you prefer a new pull request for linux-user with t

Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-05-05 Thread Riku Voipio
Hi, Thanks, looks good and fixes getrusage02 ltp test. Added to the linux-user que: https://git.linaro.org/people/riku.voipio/qemu.git/shortlog/refs/heads/linux-user-for-upstream Peter, do you prefer a new pull request for linux-user with this patch added on top, or is pulling the updated branc

Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-05-05 Thread Petar Jovanovic
From: Andreas Färber [afaer...@suse.de] Sent: Monday, May 05, 2014 11:55 AM To: Petar Jovanovic; qemu-devel@nongnu.org Cc: riku.voi...@linaro.org; Petar Jovanovic Subject: Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid

Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-05-05 Thread Andreas Färber
Am 08.04.2014 19:24, schrieb Petar Jovanovic: > From: Petar Jovanovic > > Implementations of system calls getrusage and wait4 have not previously > handled correctly cases when incorrect address of struct rusage is > passed. > This change makes sure return values are correctly set for these cases

Re: [Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-05-05 Thread Petar Jovanovic
ping http://patchwork.ozlabs.org/patch/337703/ From: Petar Jovanovic [petar.jovano...@rt-rk.com] Sent: Tuesday, April 08, 2014 7:24 PM To: qemu-devel@nongnu.org Cc: Petar Jovanovic; riku.voi...@linaro.org Subject: [PATCH] linux-user: fix getrusage and wait

[Qemu-devel] [PATCH] linux-user: fix getrusage and wait4 failures with invalid rusage struct

2014-04-08 Thread Petar Jovanovic
From: Petar Jovanovic Implementations of system calls getrusage and wait4 have not previously handled correctly cases when incorrect address of struct rusage is passed. This change makes sure return values are correctly set for these cases. Signed-off-by: Petar Jovanovic --- linux-user/syscall