[PATCH v2 0/2] riscv: signal: fix the size of signal frame
From: Yong-Xuan Wang
Date: Fri Dec 20 2024 - 03:39:51 EST
This series addresses two issues about the RISC-V signal frame size
calculation. PATCH1 removes the unnecessary header preservation for the
END header. PATCH2 reorders the apply_boot_alternatives() and
init_rt_signal_env() to get the correct signal_minsigstksz.
Yong-Xuan Wang (2):
riscv: signal: fix signal frame size
riscv: signal: fix signal_minsigstksz
---
v2:
- Remove the refactor of init_rt_signal_env(). Instead, we can just
put it after apply_boot_alternatives(). (Andy)
---
arch/riscv/kernel/setup.c | 2 +-
arch/riscv/kernel/signal.c | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
--
2.17.1