qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: raj.khem@gmail.com, laurent@vivier.eu
Subject: [PATCH for-6.2 0/2] linux-user: Create a common rewind_if_in_safe_syscall
Date: Mon, 22 Nov 2021 14:11:58 +0100	[thread overview]
Message-ID: <20211122131200.229286-1-richard.henderson@linaro.org> (raw)

This is a re-packaging of two of Warner's patches that
fix a build issue on aarch64 using musl:

https://lore.kernel.org/qemu-devel/20211108194230.1836262-1-raj.khem@gmail.com/


r~


Warner Losh (2):
  linux-user: Add host_signal_set_pc to set pc in mcontext
  linux-user/signal.c: Create a common rewind_if_in_safe_syscall

 linux-user/host/aarch64/host-signal.h |  5 +++++
 linux-user/host/aarch64/hostdep.h     | 20 --------------------
 linux-user/host/alpha/host-signal.h   |  5 +++++
 linux-user/host/arm/host-signal.h     |  5 +++++
 linux-user/host/arm/hostdep.h         | 20 --------------------
 linux-user/host/i386/host-signal.h    |  5 +++++
 linux-user/host/i386/hostdep.h        | 20 --------------------
 linux-user/host/mips/host-signal.h    |  5 +++++
 linux-user/host/ppc/host-signal.h     |  5 +++++
 linux-user/host/ppc64/hostdep.h       | 20 --------------------
 linux-user/host/riscv/host-signal.h   |  5 +++++
 linux-user/host/riscv/hostdep.h       | 20 --------------------
 linux-user/host/s390/host-signal.h    |  5 +++++
 linux-user/host/s390x/hostdep.h       | 20 --------------------
 linux-user/host/sparc/host-signal.h   |  9 +++++++++
 linux-user/host/x86_64/host-signal.h  |  5 +++++
 linux-user/host/x86_64/hostdep.h      | 20 --------------------
 linux-user/safe-syscall.h             |  3 +++
 linux-user/signal.c                   | 15 ++++++++++++---
 19 files changed, 69 insertions(+), 143 deletions(-)

-- 
2.25.1



             reply	other threads:[~2021-11-22 13:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 13:11 Richard Henderson [this message]
2021-11-22 13:11 ` [PATCH for-6.2 1/2] linux-user: Add host_signal_set_pc to set pc in mcontext Richard Henderson
2021-11-22 15:02   ` Warner Losh
2021-11-22 13:12 ` [PATCH for-6.2 2/2] linux-user/signal.c: Create a common rewind_if_in_safe_syscall Richard Henderson
2021-11-22 15:01   ` Warner Losh
2021-11-22 15:43 ` [PATCH for-6.2 0/2] linux-user: " Laurent Vivier
2021-11-22 15:50   ` Richard Henderson
2021-11-22 16:08     ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211122131200.229286-1-richard.henderson@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).