public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] (resend) credentials for 2.5.23
@ 2002-06-20  1:29 Benjamin LaHaise
  2002-06-20  2:30 ` Robert Love
  0 siblings, 1 reply; 7+ messages in thread
From: Benjamin LaHaise @ 2002-06-20  1:29 UTC (permalink / raw)
  To: Linux Kernel

This message didn't seem to get through the first time, so here it is 
again.  The patch is available for review at:

	http://www.kvack.org/~blah/v2.5.23-cred.diff

Several parts of the kernel need to obtain a reference to the 
credentials of a process: aio, nfs, dirty mmap writebacks to 
name a few.  Additionally, POSIX threads need to be able to share 
credentials between clones.  The patch below moves the credentials 
out of task_struct and into struct cred, which is reference 
counted.  It also adds support for CLONE_CRED which shares the 
credentials between threads.  Comments?

		-ben
-- 
"You will be reincarnated as a toad; and you will be much happier."

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-06-21 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-20  1:29 [patch] (resend) credentials for 2.5.23 Benjamin LaHaise
2002-06-20  2:30 ` Robert Love
2002-06-20 16:28   ` Benjamin LaHaise
2002-06-20 17:11     ` Robert Love
2002-06-21 11:12       ` Trond Myklebust
2002-06-21 18:52         ` Benjamin LaHaise
2002-06-21 19:17           ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox