From mboxrd@z Thu Jan 1 00:00:00 1970 From: panand@redhat.com (Pratyush Anand) Date: Fri, 13 Feb 2015 09:38:10 +0530 Subject: [PATCH] ARM64:ftrace: fix ftrace_modify_graph_caller for branch replace In-Reply-To: <54DD043D.8000801@cogentembedded.com> References: <54DD043D.8000801@cogentembedded.com> Message-ID: <54DD78AA.5080407@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Friday 13 February 2015 01:21 AM, Sergei Shtylyov wrote: > Hello. > > On 02/12/2015 06:33 PM, Pratyush Anand wrote: > >> ftrace_enable_ftrace_graph_caller and ftrace_disable_ftrace_graph_caller >> should replace B(jmp) instruction and not BL(call) instruction. > >> patch 9f1ae7596aad71d18c3e88a3927f3f76b037b8fe did a typo and used > > s/patch/commit/. And please specify that commit's summary line in > parens. Thanks for review, resend it with modified log. ~Pratyush > >> AARCH64_INSN_BRANCH_LINK instead of AARCH64_INSN_BRANCH_NOLINK. > >> Signed-off-by: Pratyush Anand > > [...] > > WBR, Sergei >