瀏覽代碼

mn10300: ->restart_block.fn needs to be reset on sigreturn

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Al Viro 14 年之前
父節點
當前提交
c05628b49b
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/mn10300/kernel/signal.c

+ 3 - 0
arch/mn10300/kernel/signal.c

@@ -102,6 +102,9 @@ static int restore_sigcontext(struct pt_regs *regs,
 {
 	unsigned int err = 0;
 
+	/* Always make any pending restarted system calls return -EINTR */
+	current_thread_info()->restart_block.fn = do_no_restart_syscall;
+
 	if (is_using_fpu(current))
 		fpu_kill_state(current);