> On Wed, Jun 16, 2010 at 08:29:13PM +0900, KOSAKI Motohiro wrote: > > Now, badness() doesn't care neigher CPUSET nor mempolicy. Then > > if the victim child process have disjoint nodemask, __out_of_memory() > > can makes kernel hang eventually. > > > > This patch fixes it. > > > > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> > Reviewed-by: Minchan Kim <minchan.kim@xxxxxxxxx> > > This patch inclues two things. > > 1. consider cpuset and mempolicy in oom_kill_process > 2. Simplify mempolicy oom check with nodemask != NULL > in select_bad_process. > > 1) change behavior but 2) is just cleanup. > It should have been in another patch to reivew easily. :) Thank you. removed (2). -- 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>