]> asedeno.scripts.mit.edu Git - linux.git/commit
signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 17 Apr 2018 20:30:54 +0000 (15:30 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Apr 2018 15:40:55 +0000 (10:40 -0500)
commitaeb1c0f6ff18f5ec1fe23421bd844d017bb364df
treeff79a1e6ec396284fdfac02f21f88723f0c1ff0c
parent51dd709fee9479bf9a104b3562dadff3094b2f0d
signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK

Using an si_code of 0 that aliases with SI_USER is clearly the
wrong thing todo, and causes problems in interesting ways.

The newly defined FPE_FLTUNK semantically appears to fit the
bill so use it instead.

Cc: Paul Mackerras <paulus@samba.org>
Cc: Kumar Gala <kumar.gala@freescale.com>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: linuxppc-dev@lists.ozlabs.org
Fixes: 9bad068c24d7 ("[PATCH] ppc32: support for e500 and 85xx")
Fixes: 0ed70f6105ef ("PPC32: Provide proper siginfo information on various exceptions.")
History Tree: https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/powerpc/include/uapi/asm/siginfo.h
arch/powerpc/kernel/traps.c