From: Pratyush Anand Date: Fri, 13 Feb 2015 04:06:21 +0000 (+0000) Subject: arm64: ftrace: fix ftrace_modify_graph_caller for branch replace X-Git-Tag: fixes-v4.0-rc2~29^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d62230185e9d1a683bfa5cdfe5e520577f68d1;p=pandora-kernel.git arm64: ftrace: fix ftrace_modify_graph_caller for branch replace ftrace_enable_ftrace_graph_caller and ftrace_disable_ftrace_graph_caller should replace B(jmp) instruction and not BL(call) instruction. Commit 9f1ae7596aad("arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()") had a typo and used AARCH64_INSN_BRANCH_LINK instead of AARCH64_INSN_BRANCH_NOLINK. Either instruction will work, as the link register is saved/restored across the branch but this better matches the intention of the code. Signed-off-by: Pratyush Anand Signed-off-by: Will Deacon --- Reading git-diff-tree failed