commit | ab4ead02ec235d706d0611d8741964628291237e | [log] [tgz] |
---|---|---|
author | Kevin Hao <haokexin@gmail.com> | Wed Oct 23 20:58:16 2013 +0800 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Nov 05 16:01:47 2013 -0500 |
tree | 3a0d764b40cc2219d8ded433dcf4fe48b1b3e7fc | |
parent | 9cd804ac1f39e10510bf93700f1f7ea66b2e1b38 [diff] |
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 <haokexin@gmail.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>