Linux Kernel 2.6.35.2 为 2.6.35 系列的主线版本。详细如下:
Linux 2.6.35.2
commit 76e3b8d9764ca43452b272925df0b05625f98898 Author: Linus Torvalds <torvalds@linux-foundation.org> Date: Fri Aug 13 09:49:20 2010 -0700
x86: don't send SIGBUS for kernel page faults
commit 96054569190bdec375fe824e48ca1f4e3b53dd36 upstream.
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> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Latest Stable Kernel: |
 |
|
点击进入 Kernel 项目主页
点击进入 GNU 项目主页 |