提交 f2ccfb3e 编写于 作者: A Al Viro

score: ->restart_block.fn needs to be reset on rt_sigreturn

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 58e4257b
......@@ -152,6 +152,9 @@ score_rt_sigreturn(struct pt_regs *regs)
stack_t st;
int sig;
/* Always make any pending restarted system calls return -EINTR */
current_thread_info()->restart_block.fn = do_no_restart_syscall;
frame = (struct rt_sigframe __user *) regs->regs[0];
if (!access_ok(VERIFY_READ, frame, sizeof(*frame)))
goto badframe;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册