|
@@ -579,11 +579,7 @@ void oom_kill_process(struct oom_control *oc, struct task_struct *p,
|
|
!(p->flags & PF_KTHREAD)) {
|
|
!(p->flags & PF_KTHREAD)) {
|
|
if (p->signal->oom_score_adj == OOM_SCORE_ADJ_MIN)
|
|
if (p->signal->oom_score_adj == OOM_SCORE_ADJ_MIN)
|
|
continue;
|
|
continue;
|
|
- if (fatal_signal_pending(p))
|
|
|
|
- continue;
|
|
|
|
|
|
|
|
- pr_info("Kill process %d (%s) sharing same memory\n",
|
|
|
|
- task_pid_nr(p), p->comm);
|
|
|
|
do_send_sig_info(SIGKILL, SEND_SIG_FORCED, p, true);
|
|
do_send_sig_info(SIGKILL, SEND_SIG_FORCED, p, true);
|
|
}
|
|
}
|
|
rcu_read_unlock();
|
|
rcu_read_unlock();
|