From: Anil S Keshavamurthy Date: Thu, 23 Jun 2005 07:09:34 +0000 (-0700) Subject: [PATCH] Kprobes IA64: safe register kprobe X-Git-Tag: v2.6.13-rc1~68^2~437 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708de8f11c2901cc49fd7725baf4a0fbd7264e73;p=pandora-kernel.git [PATCH] Kprobes IA64: safe register kprobe The current kprobes does not yet handle register kprobes on some of the following kind of instruction which needs to be emulated in a special way. 1) mov r1=ip 2) chk -- Speculation check instruction This patch attempts to fail register_kprobes() when user tries to insert kprobes on the above kind of instruction. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed