Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295265
b: refs/heads/master
c: d2d3930
h: refs/heads/master
i:
  295263: 7f3f451
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Mar 23, 2012
1 parent 423d9dd commit 8a2f873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: def8cf72562e17ec8316ce0cb5697c7afd6400e3
refs/heads/master: d2d393099de21eda91c5ec6a05d60e5dee4d5175
4 changes: 2 additions & 2 deletions trunk/mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@ static void oom_kill_process(struct task_struct *p, gfp_t gfp_mask, int order,
pr_err("Kill process %d (%s) sharing same memory\n",
task_pid_nr(p), p->comm);
task_unlock(p);
force_sig(SIGKILL, p);
do_send_sig_info(SIGKILL, SEND_SIG_FORCED, p, true);
}

set_tsk_thread_flag(victim, TIF_MEMDIE);
force_sig(SIGKILL, victim);
do_send_sig_info(SIGKILL, SEND_SIG_FORCED, victim, true);
}
#undef K

Expand Down

0 comments on commit 8a2f873

Please sign in to comment.