On Wed, 17.08.11 15:45, Oleg Nesterov (oleg@xxxxxxxxxx) wrote: > You should mark the whole process as sub-reaper, not a single thread > which does prctl(). The parent/child relationship is process-wide. Hmm, how would we implement this best? Would it be sufficient to follow group_leader pointer to set/get the flag, and to follow real_parent instead of parent when looking for the reaper task (i.e. the one with the flag set)? Lennart -- Lennart Poettering - Red Hat, Inc. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html