> And, I think we need another patch on top of this one. Note that > this 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. > > IOW, we need > > do { > list_for_each_entry(c, &t->children, sibling) { > ... > } > } while_each_thread(p, t); > > Probably the same for oom_kill_process(). > > What do you think? Makes perfectly sense. I have to do it! Thanks good reviewing! -- 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>