提交 188f677f 编写于 作者: A Al Viro

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

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 f2ccfb3e
...@@ -248,6 +248,9 @@ asmlinkage long xtensa_rt_sigreturn(long a0, long a1, long a2, long a3, ...@@ -248,6 +248,9 @@ asmlinkage long xtensa_rt_sigreturn(long a0, long a1, long a2, long a3,
sigset_t set; sigset_t set;
int ret; int ret;
/* Always make any pending restarted system calls return -EINTR */
current_thread_info()->restart_block.fn = do_no_restart_syscall;
if (regs->depc > 64) if (regs->depc > 64)
panic("rt_sigreturn in double exception!\n"); panic("rt_sigreturn in double exception!\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册