From: David Howells Date: Thu, 13 Nov 2008 23:39:16 +0000 (+1100) Subject: CRED: Separate task security context from task_struct X-Git-Tag: v2.6.29-rc1~588^2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6dff3ec5e116e3af6f537d4caedcad6b9e5082a;p=pandora-kernel.git CRED: Separate task security context from task_struct Separate the task security context from task_struct. At this point, the security data is temporarily embedded in the task_struct with two pointers pointing to it. Note that the Alpha arch is altered as it refers to (E)UID and (E)GID in entry.S via asm-offsets. With comment fixes Signed-off-by: Marc Dionne Signed-off-by: David Howells Acked-by: James Morris Acked-by: Serge Hallyn Signed-off-by: James Morris --- Reading git-diff-tree failed