From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org
Subject: [PATCH 0/3] linux-user/aarch64: Add ESR signal frame record
Date: Tue, 22 Aug 2023 10:02:06 -0700 [thread overview]
Message-ID: <20230822170209.1130173-1-richard.henderson@linaro.org> (raw)
We use this ourselves in qemu for SIGSEGV handling, and the kernel
now adds one for the FPAC fault.
r~
Richard Henderson (3):
linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS
linux-user/aarch64: Fix normal SIGILL si_code
linux-user/aarch64: Add ESR signal frame for PACFAIL
linux-user/aarch64/cpu_loop.c | 7 ++++-
linux-user/aarch64/signal.c | 54 ++++++++++++++++++++++++++++++++++-
tests/tcg/aarch64/pauth-2.c | 25 +++++++++++++++-
3 files changed, 83 insertions(+), 3 deletions(-)
--
2.34.1
next reply other threads:[~2023-08-22 17:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-22 17:02 Richard Henderson [this message]
2023-08-22 17:02 ` [PATCH 1/3] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS Richard Henderson
2023-08-29 14:35 ` Peter Maydell
2023-08-29 21:03 ` Richard Henderson
2023-08-22 17:02 ` [PATCH 2/3] linux-user/aarch64: Fix normal SIGILL si_code Richard Henderson
2023-08-29 14:39 ` Peter Maydell
2023-08-22 17:02 ` [PATCH 3/3] linux-user/aarch64: Add ESR signal frame for PACFAIL Richard Henderson
2023-08-29 14:46 ` Peter Maydell
2023-08-29 21:04 ` Richard Henderson
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=20230822170209.1130173-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
/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).