Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118043
b: refs/heads/master
c: d25141a
h: refs/heads/master
i:
  118041: edf4139
  118039: 0e213f3
v: v3
  • Loading branch information
Sukadev Bhattiprolu authored and Linus Torvalds committed Oct 30, 2008
1 parent 75dd553 commit ba5ee48
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e74481e23283fb080d4591c258de20785cc3b6c3
refs/heads/master: d25141a818383b3c3b09f065698c544a7a0ec6e7
3 changes: 2 additions & 1 deletion trunk/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,8 @@ static int kill_something_info(int sig, struct siginfo *info, pid_t pid)
struct task_struct * p;

for_each_process(p) {
if (p->pid > 1 && !same_thread_group(p, current)) {
if (task_pid_vnr(p) > 1 &&
!same_thread_group(p, current)) {
int err = group_send_sig_info(sig, info, p);
++count;
if (err != -EPERM)
Expand Down

0 comments on commit ba5ee48

Please sign in to comment.