All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements
@ 2022-09-18 19:45 Helge Deller
  2022-09-18 19:45 ` [PATCH v3 01/12] linux-user: Add missing signals in strace output Helge Deller
                   ` (12 more replies)
  0 siblings, 13 replies; 35+ messages in thread
From: Helge Deller @ 2022-09-18 19:45 UTC (permalink / raw)
  To: Stefan Hajnoczi, Richard Henderson, Laurent Vivier, qemu-devel; +Cc: deller

Here is a bunch of patches for linux-user.

Most of them add missing syscalls and enhance the tracing/logging.
Some of the patches are target-hppa specific.
I've tested those on productive hppa debian buildd servers (running qemu-user).

Thanks!
Helge

Changes to v2:
- Fix build of close_range() and pidfd_*() patches on older Linux
  distributions (noticed by Stefan Hajnoczi)

Changes to v1:
- Dropped the faccessat2() syscall patch in favour of Richard's patch
- Various changes to the "missing signals in strace output" patch based on
  Richard's feedback, e.g. static arrays, fixed usage of _NSIG, fix build when
  TARGET_SIGIOT does not exist
- Use FUTEX_CMD_MASK in "Show timespec on strace for futex" patch
  unconditionally and turn into a switch statement - as suggested by Richard

Helge Deller (12):
  linux-user: Add missing signals in strace output
  linux-user: Add missing clock_gettime64() syscall strace
  linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd()
    syscalls
  linux-user: Log failing executable in EXCP_DUMP()
  linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info
  linux-user/hppa: Dump IIR on register dump
  linux-user: Fix strace of chmod() if mode == 0
  linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch
  linux-user: Add strace for clock_nanosleep()
  linux-user: Show timespec on strace for futex()
  linux-user: Add close_range() syscall
  linux-user: Add parameters of getrandom() syscall for strace

 linux-user/cpu_loop-common.h |   2 +
 linux-user/hppa/cpu_loop.c   |   6 +-
 linux-user/mmap.c            |   4 +
 linux-user/signal-common.h   |  46 ++++++++++++
 linux-user/signal.c          |  37 +--------
 linux-user/strace.c          | 142 ++++++++++++++++++++++++++++++-----
 linux-user/strace.list       |  21 +++++-
 linux-user/syscall.c         |  50 ++++++++++++
 target/hppa/helper.c         |   6 +-
 9 files changed, 255 insertions(+), 59 deletions(-)

--
2.37.3



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

end of thread, other threads:[~2022-09-27 10:06 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 19:45 [PATCH v3 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements Helge Deller
2022-09-18 19:45 ` [PATCH v3 01/12] linux-user: Add missing signals in strace output Helge Deller
2022-09-25 15:00   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 02/12] linux-user: Add missing clock_gettime64() syscall strace Helge Deller
2022-09-25 15:09   ` Laurent Vivier
2022-09-25 15:27     ` Helge Deller
2022-09-25 15:47       ` Laurent Vivier
2022-09-25 15:53         ` Helge Deller
2022-09-25 15:58           ` Laurent Vivier
2022-09-25 16:09             ` Helge Deller
2022-09-18 19:45 ` [PATCH v3 03/12] linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls Helge Deller
2022-09-25 15:25   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 04/12] linux-user: Log failing executable in EXCP_DUMP() Helge Deller
2022-09-18 20:37   ` Philippe Mathieu-Daudé via
2022-09-25 15:26   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 05/12] linux-user/hppa: Use EXCP_DUMP() to show enhanced debug info Helge Deller
2022-09-25 15:26   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 06/12] linux-user/hppa: Dump IIR on register dump Helge Deller
2022-09-18 20:38   ` Philippe Mathieu-Daudé via
2022-09-25 15:27   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 07/12] linux-user: Fix strace of chmod() if mode == 0 Helge Deller
2022-09-18 20:46   ` Philippe Mathieu-Daudé via
2022-09-25 15:29   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 08/12] linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa arch Helge Deller
2022-09-18 19:45 ` [PATCH v3 09/12] linux-user: Add strace for clock_nanosleep() Helge Deller
2022-09-25 15:36   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 10/12] linux-user: Show timespec on strace for futex() Helge Deller
2022-09-25 15:38   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 11/12] linux-user: Add close_range() syscall Helge Deller
2022-09-25 15:42   ` Laurent Vivier
2022-09-18 19:45 ` [PATCH v3 12/12] linux-user: Add parameters of getrandom() syscall for strace Helge Deller
2022-09-18 20:49   ` Philippe Mathieu-Daudé via
2022-09-27  7:32 ` [PATCH v3 00/12] linux-user: Add more syscalls, enhance tracing & logging enhancements Laurent Vivier
2022-09-27  8:56   ` Helge Deller
2022-09-27  9:12     ` Laurent Vivier

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.