On Wed, 9 Jun 2010, Oleg Nesterov wrote: > --- x/mm/oom_kill.c > +++ x/mm/oom_kill.c > @@ -414,6 +414,7 @@ static void __oom_kill_task(struct task_ > p->rt.time_slice = HZ; > set_tsk_thread_flag(p, TIF_MEMDIE); > > + clear_bit(MMF_COREDUMP, &p->mm->flags); > force_sig(SIGKILL, p); > } > This requires task_lock(p). -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>