From: Roland McGrath Date: Tue, 26 Feb 2008 21:20:58 +0000 (-0800) Subject: elfcore-compat fix uid/gid types X-Git-Tag: v2.6.25-rc4~153 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b59931649256685f294d2d163a4f6d6286fbff05;p=pandora-kernel.git elfcore-compat fix uid/gid types I overlooked the difference between __kernel_uid_t and uid_t when defining struct compat_elf_prpsinfo. The result is a regression in 32-bit core dumps on x86_64, where the NT_PRPSINFO note has the wrong size and layout. This patch fixes it. Signed-off-by: Roland McGrath Acked-by: Ingo Molnar Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed