qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] Linux user for 5.1 patches
@ 2020-07-14  7:32 Laurent Vivier
  2020-07-14  7:32 ` [PULL 1/7] linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols Laurent Vivier
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Laurent Vivier @ 2020-07-14  7:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Laurent Vivier

The following changes since commit 5c65b1f135ff09d24827fa3a17e56a4f8a032cd5:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200713' into staging (2020-07-13 15:14:48 +0100)

are available in the Git repository at:

  git://github.com/vivier/qemu.git tags/linux-user-for-5.1-pull-request

for you to fetch changes up to 42b16184d016d48d167229a1ddb89b3671c77440:

  linux-user: fix print_syscall_err() when syscall returned value is negative (2020-07-14 09:29:14 +0200)

----------------------------------------------------------------
linux-user branch 20200714

Fix strace errno management
Fix Coverity erros in ioctl straces
Fix some netlinks errors
Fix semtimedop

----------------------------------------------------------------

Josh Kunz (1):
  linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols

Laurent Vivier (5):
  linux-user: Fix Coverity CID 1430271 / CID 1430272
  linux-user: add new netlink types
  linux-user: add netlink RTM_SETLINK command
  linux-user: fix the errno value in print_syscall_err()
  linux-user: fix print_syscall_err() when syscall returned value is
    negative

Matus Kysel (1):
  linux-user: refactor ipc syscall and support of semtimedop syscall

 linux-user/fd-trans.c |  5 +++
 linux-user/strace.c   | 52 +++++++++++++-------------
 linux-user/syscall.c  | 86 +++++++++++++++++++++++++++++++++++++++----
 3 files changed, 108 insertions(+), 35 deletions(-)

-- 
2.26.2



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

end of thread, other threads:[~2020-07-14 20:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-14  7:32 [PULL 0/7] Linux user for 5.1 patches Laurent Vivier
2020-07-14  7:32 ` [PULL 1/7] linux-user: Use EPROTONOSUPPORT for unimplemented netlink protocols Laurent Vivier
2020-07-14  7:32 ` [PULL 2/7] linux-user: refactor ipc syscall and support of semtimedop syscall Laurent Vivier
2020-07-14  7:32 ` [PULL 3/7] linux-user: Fix Coverity CID 1430271 / CID 1430272 Laurent Vivier
2020-07-14  7:32 ` [PULL 4/7] linux-user: add new netlink types Laurent Vivier
2020-07-14  7:32 ` [PULL 5/7] linux-user: add netlink RTM_SETLINK command Laurent Vivier
2020-07-14  7:32 ` [PULL 6/7] linux-user: fix the errno value in print_syscall_err() Laurent Vivier
2020-07-14  7:32 ` [PULL 7/7] linux-user: fix print_syscall_err() when syscall returned value is negative Laurent Vivier
2020-07-14  7:59 ` [PULL 0/7] Linux user for 5.1 patches no-reply
2020-07-14 20:21 ` 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).