]> git.neil.brown.name Git - history.git/commit
[PATCH] PPC64: Fix possible race in syscall restart
authorPaul Mackerras <paulus@samba.org>
Tue, 18 Nov 2003 08:12:15 +0000 (00:12 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 18 Nov 2003 08:12:15 +0000 (00:12 -0800)
commitfbbef764ed4c4417924b803d86467835de2a448b
treed66e8f295d976d3c4d2c170b4c4ea7aa2326ceac
parenta494abf05b27bfba229f6f82845615c95565c285
[PATCH] PPC64: Fix possible race in syscall restart

This is the PPC64 counterpart of the fix for the potential race in the
syscall restart code that has gone into other architectures.  It resets
current_thread_info()->restart_block.fn to do_no_syscall_restart in
the sigreturn code.
arch/ppc64/kernel/signal.c
arch/ppc64/kernel/signal32.c