Revision 515b029d005b5694cf612a0a5ca6f861a7e45362 authored by David Daney on 21 October 2010, 23:32:26 UTC, committed by Ralf Baechle on 16 December 2010, 18:10:57 UTC
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 <camm@maguirefamily.org>
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
To: linux-mips@linux-mips.org
Cc: Camm Maguire <camm@maguirefamily.org>
Patchwork: https://patchwork.linux-mips.org/patch/1727/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 0bc6791
History
File Mode Size
configs
dig
hp
include
kernel
kvm
lib
mm
oprofile
pci
scripts
sn
uv
xen
Kconfig -rw-r--r-- 17.3 KB
Kconfig.debug -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 3.3 KB
install.sh -rw-r--r-- 958 bytes
module.lds -rw-r--r-- 355 bytes

back to top