From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7kv3-0005jN-Uh for qemu-devel@nongnu.org; Tue, 31 May 2016 10:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7kv1-0001Wg-VU for qemu-devel@nongnu.org; Tue, 31 May 2016 10:45:20 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:57454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7kv1-0001WP-OJ for qemu-devel@nongnu.org; Tue, 31 May 2016 10:45:19 -0400 From: Peter Maydell Date: Tue, 31 May 2016 15:45:08 +0100 Message-Id: <1464705911-28960-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] linux-user: fix bugs in fadvise syscalls List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Riku Voipio This patchset fixes various bugs in the handling of the fadvise syscalls. In particular, handling of these syscalls for 32-bit guests was completely broken because we weren't doing the correct thing with 64-bit arguments split into two 32-bit registers. It applies on top of the latest "linux-user: fix various signal race conditions" patchset I sent out last week, but there's no dependency, so other than possible textual conflicts it ought to apply against master as well. thanks -- PMM Peter Maydell (3): linux-user: Fix handling of arm_fadvise64_64 syscall linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guests linux-user: Fix error conversion in 64-bit fadvise syscall linux-user/syscall.c | 66 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 53 insertions(+), 13 deletions(-) -- 1.9.1