2010-06-17 01:55:12

by KOSAKI Motohiro

[permalink] [raw]
Subject: Re: + oom-sacrifice-child-with-highest-badness-score-for-parent-fix.patch added to -mm tree

>
> The patch titled
> oom: sacrifice child with highest badness score for parent fix
> has been added to the -mm tree. Its filename is
> oom-sacrifice-child-with-highest-badness-score-for-parent-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: sacrifice child with highest badness score for parent fix
> From: David Rientjes <[email protected]>
>
> Elaborate on the comment in oom_kill_process() so it's clear why a
> killable child with a different mm is sacrificied for its parent.
>
> At the same time, rename auto variable `c' to "child" and move "cpoints"
> inside the list_for_each_entry() loop with a more descriptive name as akpm
> suggests.
>
> Signed-off-by: David Rientjes <[email protected]>
> Cc: KOSAKI Motohiro <[email protected]>
> Cc: Balbir Singh <[email protected]>
> Cc: Oleg Nesterov <[email protected]>
> Signed-off-by: Andrew Morton <[email protected]>

Acked-by: KOSAKI Motohiro <[email protected]>