ARM: fix kill( ,SIGFPE) breakage
authorRussell King <rmk+kernel@armlinux.org.uk>
Thu, 12 Apr 2018 23:22:47 +0000 (00:22 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Sat, 19 May 2018 17:49:43 +0000 (18:49 +0100)
commit92d44a42af81e850a038c38278ff4f434b2871df
tree28d02280bc3f6780c466adc64912e8db5239b4c6
parent0d73c3f8e7f6ee2aab1bb350f60c180f5ae21a2c
ARM: fix kill( ,SIGFPE) breakage

Commit 7771c6645700 ("signal/arm: Document conflicts with SI_USER and
SIGFPE") broke the siginfo structure for userspace triggered signals,
causing the strace testsuite to regress.  Fix this by eliminating
the FPE_FIXME definition (which is at the root of the breakage) and
use FPE_FLTINV instead for the case where the hardware appears to be
reporting nonsense.

Fixes: 7771c6645700 ("signal/arm: Document conflicts with SI_USER and SIGFPE")
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/include/uapi/asm/siginfo.h [deleted file]
arch/arm/vfp/vfpmodule.c