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