Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106679
b: refs/heads/master
c: 9569846
h: refs/heads/master
i:
  106677: bfb779e
  106675: 10c6fa3
  106671: e918d6c
v: v3
  • Loading branch information
Roland McGrath authored and David S. Miller committed Jul 28, 2008
1 parent 23fbb83 commit 49a9ecd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e35a8925e0e7af8b26161a2c161ea31be0296b80
refs/heads/master: 95698466cf50b707d8a55af87e4dbec56b1533cb
3 changes: 3 additions & 0 deletions trunk/arch/sparc64/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/tty.h>
#include <linux/binfmts.h>
#include <linux/bitops.h>
#include <linux/tracehook.h>

#include <asm/uaccess.h>
#include <asm/ptrace.h>
Expand Down Expand Up @@ -575,6 +576,8 @@ static void do_signal(struct pt_regs *regs, unsigned long orig_i0)
* clear the TS_RESTORE_SIGMASK flag.
*/
current_thread_info()->status &= ~TS_RESTORE_SIGMASK;

tracehook_signal_handler(signr, &info, &ka, regs, 0);
return;
}
if (restart_syscall &&
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/sparc64/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <linux/binfmts.h>
#include <linux/compat.h>
#include <linux/bitops.h>
#include <linux/tracehook.h>

#include <asm/uaccess.h>
#include <asm/ptrace.h>
Expand Down Expand Up @@ -794,6 +795,8 @@ void do_signal32(sigset_t *oldset, struct pt_regs * regs,
* clear the TS_RESTORE_SIGMASK flag.
*/
current_thread_info()->status &= ~TS_RESTORE_SIGMASK;

tracehook_signal_handler(signr, &info, &ka, regs, 0);
return;
}
if (restart_syscall &&
Expand Down

0 comments on commit 49a9ecd

Please sign in to comment.