On 07/28, Oleg Nesterov wrote: > > - currently it only supports attach, stop, cont, detach > and exit.
OK, I am a bit stuck. I am trying to implement attach-to-the-thread-group, and I'd like to invent something simple without O(n**2) and semaphores in ->report_clone(). There are other problems with process-wide ops which should be addressed somehow. Will continue tomorrow... Oleg.