All of lore.kernel.org
 help / color / mirror / Atom feed
* Splitting task-group stuff from task_struct
@ 2004-08-18 20:18 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2004-08-18 20:18 UTC (permalink / raw)
  To: torvalds, akpm; +Cc: linux-kernel


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-08-18 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-18 20:18 Splitting task-group stuff from task_struct David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.