Re: [PATCH v4] riscv: probes: simulate c.jal instruction

From: Nam Cao

Date: Sat Jun 27 2026 - 07:04:19 EST


Xiaofeng Yuan <xiaofengmian@xxxxxxx> writes:
> The c.jal instruction is currently marked REJECTED in kprobes
> instruction decoding, but it should be SIMULATED like other
> compressed jump instructions.
>
> Add simulate_c_jal() which saves the return address to RA and
> sets the program counter to the target offset, reusing
> simulate_c_j for the common jump logic.
>
> Signed-off-by: Xiaofeng Yuan <xiaofengmian@xxxxxxx>

Reviewed-by: Nam Cao <namcao@xxxxxxxxxxxxx>
Tested-by: Nam Cao <namcao@xxxxxxxxxxxxx>