public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] riscv: signal: fix the size of signal frame
@ 2024-12-20  8:39 Yong-Xuan Wang
  2024-12-20  8:39 ` [PATCH v2 1/2] riscv: signal: fix signal frame size Yong-Xuan Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yong-Xuan Wang @ 2024-12-20  8:39 UTC (permalink / raw)
  To: linux-kernel, linux-riscv
  Cc: greentime.hu, vincent.chen, AndybnAC, andybnac, zong.li,
	Yong-Xuan Wang, Paul Walmsley, Palmer Dabbelt, Albert Ou

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-13 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20  8:39 [PATCH v2 0/2] riscv: signal: fix the size of signal frame Yong-Xuan Wang
2024-12-20  8:39 ` [PATCH v2 1/2] riscv: signal: fix signal frame size Yong-Xuan Wang
2025-01-06 14:00   ` Alexandre Ghiti
2024-12-20  8:39 ` [PATCH v2 2/2] riscv: signal: fix signal_minsigstksz Yong-Xuan Wang
2024-12-20 14:48   ` Andy Chiu
2025-01-06 14:07   ` Alexandre Ghiti
2025-02-13 18:30 ` [PATCH v2 0/2] riscv: signal: fix the size of signal frame patchwork-bot+linux-riscv

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox