All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes
@ 2018-06-07 18:48 Richard Henderson
  2018-06-07 18:48 ` [Qemu-devel] [PATCH 1/4] linux-user/alpha: Fix epoll syscalls Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Richard Henderson @ 2018-06-07 18:48 UTC (permalink / raw)
  To: qemu-devel; +Cc: laurent

Found while removing some ifdefs that should have been always true.


r~


Richard Henderson (4):
  linux-user/alpha: Fix epoll syscalls
  linux-user/hppa: Fix typo in mknodat syscall
  linux-user/microblaze: Fix typo in accept4 syscall
  linux-user/sparc64: Add inotify_rm_watch and tee syscalls

 linux-user/alpha/syscall_nr.h      | 6 +++---
 linux-user/hppa/syscall_nr.h       | 2 +-
 linux-user/microblaze/syscall_nr.h | 2 +-
 linux-user/sparc64/syscall_nr.h    | 4 ++--
 linux-user/strace.list             | 9 ---------
 5 files changed, 7 insertions(+), 16 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-06-08 17:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-07 18:48 [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes Richard Henderson
2018-06-07 18:48 ` [Qemu-devel] [PATCH 1/4] linux-user/alpha: Fix epoll syscalls Richard Henderson
2018-06-07 20:10   ` Laurent Vivier
2018-06-07 18:48 ` [Qemu-devel] [PATCH 2/4] linux-user/hppa: Fix typo in mknodat syscall Richard Henderson
2018-06-07 19:27   ` Philippe Mathieu-Daudé
2018-06-07 20:12   ` Laurent Vivier
2018-06-07 18:48 ` [Qemu-devel] [PATCH 3/4] linux-user/microblaze: Fix typo in accept4 syscall Richard Henderson
2018-06-07 19:29   ` Philippe Mathieu-Daudé
2018-06-07 20:12   ` Laurent Vivier
2018-06-07 18:48 ` [Qemu-devel] [PATCH 4/4] linux-user/sparc64: Add inotify_rm_watch and tee syscalls Richard Henderson
2018-06-07 20:15   ` Laurent Vivier
2018-06-07 18:56 ` [Qemu-devel] [PATCH 0/4] linux-user: syscall number fixes no-reply
2018-06-07 20:17   ` Laurent Vivier
2018-06-08 17:56     ` Richard Henderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.