[PATCH 0/2] riscv: signal: fix the size of signal frame
From: Yong-Xuan Wang
Date: Tue Dec 10 2024 - 09:24:10 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 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