On Wed, Sep 24, 2025 at 5:50 PM Jim Shu <[email protected]> wrote: > > 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
Thanks! Applied to riscv-to-apply.next Alistair > > 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 > >
