aboutsummaryrefslogtreecommitdiff
path: root/kernel/kprobes.c
diff options
context:
space:
mode:
authorKeshavamurthy Anil S <anil.s.keshavamurthy@intel.com>2005-06-23 00:09:35 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-23 09:45:24 -0700
commit89cb14c0dd0e4a7d0315d19f449389c4d49237ee (patch)
tree795e52fd30c5236c365be7a3eaedb316e5c8cad5 /kernel/kprobes.c
parent708de8f11c2901cc49fd7725baf4a0fbd7264e73 (diff)
[PATCH] Kprobes/IA64: check jprobe break before handling
Once the jprobe instrumented function returns, it executes a jprobe_break which is a break instruction with __IA64_JPROBE_BREAK value. The current patch checks for this break value, before assuming that jprobe instrumented function just completed. The previous code was not checking for this value and that was a bug. Signed-off-by: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions