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

Yong-Xuan Wang posted 2 patches 1 year ago
There is a newer version of this series
arch/riscv/kernel/signal.c | 46 +++++++++++++++++++++-----------------
1 file changed, 25 insertions(+), 21 deletions(-)
[PATCH 0/2] riscv: signal: fix the size of signal frame
Posted by Yong-Xuan Wang 1 year ago
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(-)

-- 
2.17.1