qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/3] linux-user: three minor fixes


From: Peter Maydell
Subject: [Qemu-devel] [PATCH 0/3] linux-user: three minor fixes
Date: Mon, 20 Jun 2016 15:50:34 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]