Files
twx-linux/arch/ppc/kernel
Benjamin Herrenschmidt 413f83a2b9 [PATCH] POWERPC: Make alignment exception always check exception table
The alignment exception used to only check the exception table for
-EFAULT, not for other errors. That opens an oops window if we can
coerce the kernel into getting an alignment exception for other reasons
in what would normally be a user-protected accessor, which can be done
via some of the futex ops. This fixes it by always checking the
exception tables.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
2006-11-18 19:27:58 -08:00
..
2006-06-26 18:57:34 +02:00
2006-07-31 13:28:43 -07:00