Linus Torvalds 9605456919 x86: don't send SIGBUS for kernel page faults
It's wrong for several reasons, but the most direct one is that the
fault may be for the stack accesses to set up a previous SIGBUS.  When
we have a kernel exception, the kernel exception handler does all the
fixups, not some user-level signal handler.

Even apart from the nested SIGBUS issue, it's also wrong to give out
kernel fault addresses in the signal handler info block, or to send a
SIGBUS when a system call already returns EFAULT.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-08-13 09:49:20 -07:00
..
2010-07-19 10:56:54 +02:00
2010-04-05 11:37:28 +09:00
2010-01-27 15:17:31 -08:00
2010-02-12 09:42:39 -08:00
2010-05-31 10:01:53 +02:00
2010-07-21 21:48:15 +02:00