Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295142
b: refs/heads/master
c: f6adb9a
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and Linus Torvalds committed Mar 23, 2012
1 parent d35fad0 commit 22fec85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6629326b89b6e69cc44276e1649a31158bb2c819
refs/heads/master: f6adb9a6aec0ec9540e15f354e5cdec88b2aea33
8 changes: 2 additions & 6 deletions trunk/arch/um/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,9 @@ static int handle_signal(struct pt_regs *regs, unsigned long signr,
#endif
err = setup_signal_stack_si(sp, signr, ka, regs, info, oldset);

if (err) {
spin_lock_irq(&current->sighand->siglock);
current->blocked = *oldset;
recalc_sigpending();
spin_unlock_irq(&current->sighand->siglock);
if (err)
force_sigsegv(signr, current);
} else {
else {
spin_lock_irq(&current->sighand->siglock);
sigorsets(&current->blocked, &current->blocked,
&ka->sa.sa_mask);
Expand Down

0 comments on commit 22fec85

Please sign in to comment.