From: Matt Helsley Date: Wed, 30 Nov 2005 03:34:31 +0000 (-0800) Subject: [PATCH] process events connector: uid_t gid_t size issues X-Git-Tag: v2.6.15-rc4~4^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df69a60dc6afc2936d79054d30b481c1fd9720e5;p=pandora-kernel.git [PATCH] process events connector: uid_t gid_t size issues The uid_t and gid_t fields appear to present a 32/64-bit userspace/kernel problem for some archs. This patch addresses the problem by fixing the size to the largest size for uid_t/gid_t used in the kernel. This preserves the total size of the event structure while ensuring that the layouts of the ID change event match in 32 and 64-bit kernels and applications. Signed-off-by: Matt Helsley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed