Prev: [PATCH 2/9] oom: oom_kill_process() doesn't select kthread child
Next: [PATCH 9/9] oom: multi threaded process coredump don't make deadlock
From: KOSAKI Motohiro on 16 Jun 2010 22:00 > > The patch titled > oom: introduce find_lock_task_mm to fix mm false positives fix > has been added to the -mm tree. Its filename is > oom-select-task-from-tasklist-for-mempolicy-ooms-introduce-find_lock_task_mm-to-fix-mm-false-positives-fix.patch > > Before you just go and hit "reply", please: > a) Consider who else should be cc'ed > b) Prefer to cc a suitable mailing list as well > c) Ideally: find the original patch on the mailing list and do a > reply-to-all to that, adding suitable additional cc's > > *** Remember to use Documentation/SubmitChecklist when testing your code *** > > See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find > out what to do about this > > The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ > > ------------------------------------------------------ > Subject: oom: introduce find_lock_task_mm to fix mm false positives fix > From: David Rientjes <rientjes(a)google.com> > > find_lock_task_mm() should be documented so that we clearly understand > what it does and why we need it. > > At the same time, remove a stale coment about dereferencing of a local > variable "mm" in badness() which no longer exists and was removed when > find_lock_task_mm() was added. > > Signed-off-by: David Rientjes <rientjes(a)google.com> > Cc: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> > Cc: Balbir Singh <balbir(a)in.ibm.com> > Cc: Oleg Nesterov <oleg(a)redhat.com> > Signed-off-by: Andrew Morton <akpm(a)linux-foundation.org> Acked-by: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |