commit | 9be260a646bf76fa418ee519afa10196b3164681 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@redhat.com> | Thu Feb 05 17:12:39 2009 -0500 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 05 17:01:50 2009 -0800 |
tree | 8d829aa2c36cc81b62f9fbe36da83a3f89626db5 | |
parent | 767b5828ad9a1b435488b5d39b5a66aeef4d25e4 [diff] |
prevent kprobes from catching spurious page faults Prevent kprobes from catching spurious faults which will cause infinite recursive page-fault and memory corruption by stack overflow. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> Cc: <stable@kernel.org> [2.6.28.x] Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>