qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Minor fixes of RISC-V CFI
@ 2025-09-24  7:48 Jim Shu
  2025-09-24  7:48 ` [PATCH v1 1/3] target/riscv: Fix the mepc when sspopchk triggers the exception Jim Shu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jim Shu @ 2025-09-24  7:48 UTC (permalink / raw)
  To: qemu-devel, qemu-riscv
  Cc: Palmer Dabbelt, Alistair Francis, Weiwei Li,
	Daniel Henrique Barboza, Liu Zhiwei, Jim Shu

This patch series contains several CFI fixes:
  (1) Fix the mepc in the exception from sspopchk instruction
  (2) Fix the exception type from SSP CSR and ssamoswap instruction

Jim Shu (3):
  target/riscv: Fix the mepc when sspopchk triggers the exception
  target/riscv: Fix SSP CSR error handling in VU/VS mode
  target/riscv: Fix ssamoswap error handling

 target/riscv/csr.c                            |  2 +
 target/riscv/helper.h                         |  5 ++
 target/riscv/insn_trans/trans_rvzicfiss.c.inc |  9 ++++
 target/riscv/op_helper.c                      | 49 +++++++++++++++++++
 4 files changed, 65 insertions(+)

-- 
2.43.0



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

end of thread, other threads:[~2025-10-09  2:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-24  7:48 [PATCH v1 0/3] Minor fixes of RISC-V CFI Jim Shu
2025-09-24  7:48 ` [PATCH v1 1/3] target/riscv: Fix the mepc when sspopchk triggers the exception Jim Shu
2025-09-29  0:47   ` Alistair Francis
2025-09-24  7:48 ` [PATCH v1 2/3] target/riscv: Fix SSP CSR error handling in VU/VS mode Jim Shu
2025-09-29  0:48   ` Alistair Francis
2025-09-24  7:48 ` [PATCH v1 3/3] target/riscv: Fix ssamoswap error handling Jim Shu
2025-09-29  0:50   ` Alistair Francis
2025-09-29  0:56 ` [PATCH v1 0/3] Minor fixes of RISC-V CFI Alistair Francis
2025-10-04  7:32 ` Michael Tokarev
2025-10-09  2:41   ` Alistair Francis

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).