mbox series

[0/2] riscv: signal: fix the size of signal frame

Message ID 20241210142353.6457-1-yongxuan.wang@sifive.com (mailing list archive)
Headers show
Series riscv: signal: fix the size of signal frame | expand

Message

Yong-Xuan Wang Dec. 10, 2024, 2:23 p.m. UTC
This series addresses two issues about the RISC-V signal frame size
calculation. PATCH1 removes the unnecessary header preservation for the END
header. PATCH2 refactors the estimation of the signal_minsigstksz.

Yong-Xuan Wang (2):
  riscv: signal: fix signal frame size
  riscv: signal: fix signal_minsigstksz

 arch/riscv/kernel/signal.c | 46 +++++++++++++++++++++-----------------
 1 file changed, 25 insertions(+), 21 deletions(-)