On 08/16, Eric W. Biederman wrote: > > Arguably we can skip this as well. There are only 3 uses of > do_each_thread (pivot_root, SAK, and ia64 backtrace) and they all should > be changed to be for_each_process_thread. Hmm. I thought that do_each_thread() was already killed ... Let me send the trivial patch. We also need to kill (or rework) while_each_thread() and next_thread(), I'll try to do this tomorrow. Oleg.