From: Kevin Hao Date: Wed, 23 Oct 2013 12:58:16 +0000 (+0800) Subject: ftrace/x86: skip over the breakpoint for ftrace caller X-Git-Tag: v3.13-rc1~57^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4ead02ec235d706d0611d8741964628291237e;p=pandora-kernel.git ftrace/x86: skip over the breakpoint for ftrace caller In commit 8a4d0a687a59 "ftrace: Use breakpoint method to update ftrace caller", we choose to use breakpoint method to update the ftrace caller. But we also need to skip over the breakpoint in function ftrace_int3_handler() for them. Otherwise weird things would happen. Cc: stable@vger.kernel.org # 3.5+ Signed-off-by: Kevin Hao Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed