qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] linux-user: fix corner cases in sendrecvmsg
@ 2016-07-15 13:57 Peter Maydell
  2016-07-15 13:57 ` [Qemu-devel] [PATCH 1/3] linux-user: Fix handling of iovec counts Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Maydell @ 2016-07-15 13:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches, Riku Voipio

These patches fix some bugs in handling corner cases of
sendrecvmsg; this allows us to pass the LTP 'recvmsg01'
test case.

thanks
-- PMM

Peter Maydell (3):
  linux-user: Fix handling of iovec counts
  linux-user: Fix errno for sendrecvmsg with large iovec length
  linux-user: Allow bad msg_name for recvfrom on connected socket

 linux-user/syscall.c | 28 ++++++++++++++++++++++------
 1 file changed, 22 insertions(+), 6 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-07-15 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-15 13:57 [Qemu-devel] [PATCH 0/3] linux-user: fix corner cases in sendrecvmsg Peter Maydell
2016-07-15 13:57 ` [Qemu-devel] [PATCH 1/3] linux-user: Fix handling of iovec counts Peter Maydell
2016-07-15 13:57 ` [Qemu-devel] [PATCH 2/3] linux-user: Fix errno for sendrecvmsg with large iovec length Peter Maydell
2016-07-15 13:57 ` [Qemu-devel] [PATCH 3/3] linux-user: Allow bad msg_name for recvfrom on connected socket Peter Maydell

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).