From: Keshavamurthy Anil S Date: Thu, 23 Jun 2005 07:09:35 +0000 (-0700) Subject: [PATCH] Kprobes/IA64: check jprobe break before handling X-Git-Tag: v2.6.13-rc1~68^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89cb14c0dd0e4a7d0315d19f449389c4d49237ee;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed