mbox series

[0/3] linux-user/aarch64: Add ESR signal frame record

Message ID 20230822170209.1130173-1-richard.henderson@linaro.org
Headers show
Series linux-user/aarch64: Add ESR signal frame record | expand

Message

Richard Henderson Aug. 22, 2023, 5:02 p.m. UTC
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(-)