qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] linux-user: three minor fixes
@ 2016-06-20 14:50 Peter Maydell
  2016-06-20 14:50 ` [Qemu-devel] [PATCH 1/3] linux-user: Check sigsetsize argument to syscalls Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Peter Maydell @ 2016-06-20 14:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-21 19:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-20 14:50 [Qemu-devel] [PATCH 0/3] linux-user: three minor fixes Peter Maydell
2016-06-20 14:50 ` [Qemu-devel] [PATCH 1/3] linux-user: Check sigsetsize argument to syscalls Peter Maydell
2016-06-21 19:09   ` Laurent Vivier
2016-06-21 19:50     ` Peter Maydell
2016-06-20 14:50 ` [Qemu-devel] [PATCH 2/3] linux-user: Fix wrong type used for argument to rt_sigqueueinfo Peter Maydell
2016-06-21 19:10   ` Laurent Vivier
2016-06-20 14:50 ` [Qemu-devel] [PATCH 3/3] linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls Peter Maydell
2016-06-21 19:13   ` Laurent Vivier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).