On Thu, 3 Jun 2010 15:23:50 +0900 (JST) KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> wrote: > Oleg pointed out that current oom child process iterating logic is wrong. > > > list_for_each_entry(p->children) can only see the tasks forked > > by p, it can't see other children forked by its sub-threads. > > This patch fixes it. > > Reported-by: Oleg Nesterov <oleg@xxxxxxxxxx> > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Reviewed-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> -- 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>