Splitting task-group stuff from task_struct

From: David Howells
Date: Wed Aug 18 2004 - 15:19:46 EST



Hi Linus, Andrew,

Would you have any objection to task-group specific stuff being split from the
task_struct and placed into a refcounted structure of its own and shared upon
CLONE_THREAD.

The fields I'm thinking of include:

struct linux_binfmt *binfmt
unsigned long personality
pid_t tgid
struct task_struct *group_leader
u32 parent_exec_id;
u32 self_exec_id;

Should process credentials be shared?

I could then add the process/session keyring pointers from my patch to it too.

David
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/