From: David Daney Date: Thu, 21 Oct 2010 23:32:26 +0000 (-0700) Subject: MIPS: Send proper signal and siginfo on FP emulator faults. X-Git-Tag: v2.6.37-rc7~25^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=515b029d005b5694cf612a0a5ca6f861a7e45362;p=pandora-kernel.git MIPS: Send proper signal and siginfo on FP emulator faults. We were unconditionally sending SIGBUS with an empty siginfo on FP emulator faults. This differs from what happens when real floating point hardware would get a fault. For most faults we need to send SIGSEGV with the faulting address filled in in the struct siginfo. Reported-by: Camm Maguire Signed-off-by: David Daney To: linux-mips@linux-mips.org Cc: Camm Maguire Patchwork: https://patchwork.linux-mips.org/patch/1727/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed