On 12/06, Oleg Nesterov wrote: > > And this is risky. For example, 1/4 depends on (at least) another patch > I sent in preparation for this change, commit 81907739851 > "kernel/fork.c:copy_process(): don't add the uninitialized > child to thread/task/pid lists", perhaps on something else. Hmm. not too much actually, I re-checked v3.10:kernel/copy_process.c. Yes, list_add(thread_node)) in copy_process() can add the new thread with the wrong pids, but somehow I forgot that list_add(thread_group) in v3.10 has the same problem, so this probably doesn't matter and we can safely backport this change. > So personally I'd prefer to simply send the workaround for stable. Yes, anyway, bacause I will sleep better ;) But OK, if you think it would be better to mark 1-4 series I sent for stable - I won't argue. Oleg. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>