arch/riscv/include/asm/signal32.h
0 → 100644
+18
−0
arch/riscv/kernel/compat_signal.c
0 → 100644
+243
−0
Loading
Implement compat_setup_rt_frame for sigcontext save & restore. The main process is the same with signal, but the rv32 pt_regs' size is different from rv64's, so we needs convert them. Signed-off-by:Guo Ren <guoren@linux.alibaba.com> Signed-off-by:
Guo Ren <guoren@kernel.org> Reviewed-by:
Palmer Dabbelt <palmer@rivosinc.com> Tested-by:
Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20220405071314.3225832-19-guoren@kernel.org Signed-off-by:
Palmer Dabbelt <palmer@rivosinc.com>