From: Richard Henderson <richard.henderson@linaro.org>
To: qemu-devel@nongnu.org
Cc: aaron@os.amperecomputing.com, qemu-arm@nongnu.org
Subject: [PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features
Date: Tue, 29 Aug 2023 16:23:23 -0700 [thread overview]
Message-ID: <20230829232335.965414-1-richard.henderson@linaro.org> (raw)
Changes for v5:
* Updates for review.
* Include linux-user ESR changes.
Patch 10 is the only one without review.
r~
Aaron Lindsay (6):
target/arm: Add ID_AA64ISAR2_EL1
target/arm: Add feature detection for FEAT_Pauth2 and extensions
target/arm: Implement FEAT_EPAC
target/arm: Implement FEAT_Pauth2
targer/arm: Inform helpers whether a PAC instruction is 'combined'
target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE
Richard Henderson (6):
tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
target/arm: Don't change pauth features when changing algorithm
target/arm: Implement FEAT_PACQARMA3
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
docs/system/arm/cpu-features.rst | 21 ++--
docs/system/arm/emulation.rst | 7 ++
target/arm/cpu.h | 49 ++++++--
target/arm/syndrome.h | 7 ++
target/arm/tcg/helper-a64.h | 4 +
tests/tcg/aarch64/pauth.h | 23 ++++
linux-user/aarch64/cpu_loop.c | 7 +-
linux-user/aarch64/signal.c | 58 +++++++++-
target/arm/arm-qmp-cmds.c | 2 +-
target/arm/cpu64.c | 86 ++++++++++----
target/arm/helper.c | 4 +-
target/arm/hvf/hvf.c | 1 +
target/arm/kvm64.c | 2 +
target/arm/tcg/cpu64.c | 2 +
target/arm/tcg/pauth_helper.c | 180 ++++++++++++++++++++++++------
target/arm/tcg/tlb_helper.c | 8 +-
target/arm/tcg/translate-a64.c | 12 +-
tests/qtest/arm-cpu-features.c | 12 +-
tests/tcg/aarch64/pauth-2.c | 77 +++++++++++--
tests/tcg/aarch64/pauth-4.c | 18 ++-
tests/tcg/aarch64/pauth-5.c | 10 ++
tests/tcg/aarch64/Makefile.target | 6 +-
22 files changed, 497 insertions(+), 99 deletions(-)
create mode 100644 tests/tcg/aarch64/pauth.h
--
2.34.1
next reply other threads:[~2023-08-29 23:24 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 23:23 Richard Henderson [this message]
2023-08-29 23:23 ` [PATCH v5 01/12] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC Richard Henderson
2023-08-29 23:23 ` [PATCH v5 02/12] target/arm: Add ID_AA64ISAR2_EL1 Richard Henderson
2023-08-29 23:23 ` [PATCH v5 03/12] target/arm: Add feature detection for FEAT_Pauth2 and extensions Richard Henderson
2023-08-29 23:23 ` [PATCH v5 04/12] target/arm: Don't change pauth features when changing algorithm Richard Henderson
2023-08-29 23:23 ` [PATCH v5 05/12] target/arm: Implement FEAT_PACQARMA3 Richard Henderson
2023-08-29 23:23 ` [PATCH v5 06/12] target/arm: Implement FEAT_EPAC Richard Henderson
2023-08-29 23:23 ` [PATCH v5 07/12] target/arm: Implement FEAT_Pauth2 Richard Henderson
2023-08-29 23:23 ` [PATCH v5 08/12] targer/arm: Inform helpers whether a PAC instruction is 'combined' Richard Henderson
2023-08-29 23:23 ` [PATCH v5 09/12] target/arm: Implement FEAT_FPAC and FEAT_FPACCOMBINE Richard Henderson
2023-08-29 23:23 ` [PATCH v5 10/12] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS Richard Henderson
2023-08-29 23:23 ` [PATCH v5 11/12] linux-user/aarch64: Fix normal SIGILL si_code Richard Henderson
2023-08-29 23:23 ` [PATCH v5 12/12] linux-user/aarch64: Add ESR signal frame for PACFAIL Richard Henderson
2023-09-08 11:55 ` [PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features Peter Maydell
2023-09-08 15:41 ` Peter Maydell
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=20230829232335.965414-1-richard.henderson@linaro.org \
--to=richard.henderson@linaro.org \
--cc=aaron@os.amperecomputing.com \
--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).