Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241
b: refs/heads/master
c: 9c7d3b3
h: refs/heads/master
i:
  239: 9b04e93
v: v3
  • Loading branch information
Jurij Smakov authored and Linus Torvalds committed Apr 18, 2005
1 parent 7d63d1f commit ab75b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: dadeafdfc8da8c27e5a68e0706b9856eaac89391
refs/heads/master: 9c7d3b3a6b6aaeded9d9e5c5111dbcc65b0b0f91
5 changes: 4 additions & 1 deletion trunk/arch/sparc64/kernel/signal32.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,13 @@ int copy_siginfo_to_user32(compat_siginfo_t __user *to, siginfo_t *from)
err |= __put_user(from->si_uid, &to->si_uid);
break;
case __SI_FAULT >> 16:
case __SI_POLL >> 16:
err |= __put_user(from->si_trapno, &to->si_trapno);
err |= __put_user((unsigned long)from->si_addr, &to->si_addr);
break;
case __SI_POLL >> 16:
err |= __put_user(from->si_band, &to->si_band);
err |= __put_user(from->si_fd, &to->si_fd);
break;
case __SI_RT >> 16: /* This is not generated by the kernel as of now. */
case __SI_MESGQ >> 16:
err |= __put_user(from->si_pid, &to->si_pid);
Expand Down

0 comments on commit ab75b78

Please sign in to comment.