prevent kprobes from catching spurious page faults
authorMasami Hiramatsu <mhiramat@redhat.com>
Thu, 5 Feb 2009 22:12:39 +0000 (17:12 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 6 Feb 2009 01:01:50 +0000 (17:01 -0800)
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>

No differences found