[patch] (resend) credentials for 2.5.23

Benjamin LaHaise (bcrl@redhat.com)
Wed, 19 Jun 2002 21:29:09 -0400


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