From: Carlos O'Donell Jr Date: Fri, 16 Feb 2007 15:54:10 +0000 (-0500) Subject: [PARISC] Compat signal fixes for 64-bit parisc X-Git-Tag: v2.6.21-rc2~35^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6744bdd7346dcdf94b9a7ac6fb820693b2724cd;p=pandora-kernel.git [PARISC] Compat signal fixes for 64-bit parisc In copy_siginfo_from_user32: Use compat_uptr_t. Use compat_ptr(). In copy_siginfo_to_user32: Use compat_int_t. Use ptr_to_compat(). The sigevent_t structure has a 64-bit si_ptr field that when copied to a 32-bit si_ptr will copy the wrong word. For the compat copy use the si_int field instead. Signed-off-by: Carlos O'Donell Signed-off-by: Kyle McMartin --- Reading git-diff-tree failed