mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
f36e0aab6f
Put the rseq_syscall check point at the prologue of the syscall will break the a0 ... a7. This will casue system call bug when DEBUG_RSEQ is enabled. So move it to the epilogue of syscall, but before syscall_trace. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>