From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60065) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF0XF-0007Gh-3S for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:50:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bF0XD-0007w3-2T for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:50:44 -0400 Received: from orth.archaic.org.uk ([2001:8b0:1d0::2]:57919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bF0XC-0007vQ-R6 for qemu-devel@nongnu.org; Mon, 20 Jun 2016 10:50:42 -0400 From: Peter Maydell Date: Mon, 20 Jun 2016 15:50:34 +0100 Message-Id: <1466434237-19334-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/3] linux-user: three minor fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: patches@linaro.org, Riku Voipio , Laurent Vivier This patchset fixes a couple of minor bugs in linux-user which were manifesting as LTP test failures: * syscalls which take a sigsetsize argument should check it matches the target's sigset_t size, or fail EINVAL * a typo meant we weren't locking enough data for the argument to rt_sigqueuinfo * we didn't implement the F_GETPIPE_SZ and F_SETPIPE_SZ fnctl ops thanks -- PMM Peter Maydell (3): linux-user: Check sigsetsize argument to syscalls linux-user: Fix wrong type used for argument to rt_sigqueueinfo linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls linux-user/strace.c | 7 ++++++ linux-user/syscall.c | 57 +++++++++++++++++++++++++++++++++++++++++++++-- linux-user/syscall_defs.h | 2 ++ 3 files changed, 64 insertions(+), 2 deletions(-) -- 1.9.1