Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1116001imm; Tue, 2 Oct 2018 03:03:19 -0700 (PDT) X-Google-Smtp-Source: ACcGV622sqju2joKURGVH9XEXUyXbnYnoJg+tdjgYQf3UX7CYpk3LqMtFjj+hQQB8FG2JiPwk0W8 X-Received: by 2002:a63:1d62:: with SMTP id d34-v6mr4467604pgm.180.1538474599461; Tue, 02 Oct 2018 03:03:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538474599; cv=none; d=google.com; s=arc-20160816; b=K3FP3YGUgI1kfGYSVmvirUyZD+kuaf+xUIZE9MNLaw3FbeWuKPzp6xgD+gZnM2YxHo 8rCwkpeCtd4GyI6o0JWpioFxM+mdEfOJBUv5Eeg11Zim57gEojoCBHOt34q1LtazS5MC XSOEeE0cWoVngrnF4rU04UQFWUlwJDvkr5XGQ0ojR8R1mKZ7Pi40/j0nRtN57GTvcxtp Vi2E3oO63hG8NPx2BFlDa/MY7X0H9tJKZmb145hc/Wf1zjNQi49nXut7QW0Myq3Mj/aO u+bIPhWXPS7tle4iRZd2bfS1FDi90AM0oDp8GMSEDSE5153C65fCUBSDPBfw9nQ50muB BX0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=54GkClBaiHEbAl/iQZGaUn9enS7PQ57S+jgocQjx69A=; b=ZmdW+MIqqetj4fadGkNnxG4GQ8m9PNhJhD6UjEqqXEozJBTcQKP1lS4UevR11vyeDq /NyeIFEaGM33B9d6vC8OBZ25gk3UBMUkRVKi4wMy453dhbytqQlCJVu7tastDSE2GHvr GyqssK8FYo5CF7zOM6VIz0X45Pl+MrvVL1WqwliylerN48UKHh1K1JCkycc36sUuHhDt GHCA5yZ6F8aR3Mq4qoShxAEe8D9KOzpvLw+Jp0OCb84i7b7WDdJpb8F0V1f74jcVAHbE Jy/LOnySKRgvBoaSQOgeeiOFX7CtwMx1CIEtSlgJWTpVwU5r5zMaFzzRJhkiVmQ4bbqn lY3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n32-v6si14673520pgm.469.2018.10.02.03.03.04; Tue, 02 Oct 2018 03:03:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727372AbeJBQox (ORCPT + 99 others); Tue, 2 Oct 2018 12:44:53 -0400 Received: from verein.lst.de ([213.95.11.211]:42353 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbeJBQow (ORCPT ); Tue, 2 Oct 2018 12:44:52 -0400 Received: by newverein.lst.de (Postfix, from userid 2005) id 670F668BDF; Tue, 2 Oct 2018 12:02:23 +0200 (CEST) Date: Tue, 2 Oct 2018 12:02:23 +0200 From: Torsten Duwe To: Ard Biesheuvel Cc: Will Deacon , Catalin Marinas , Julien Thierry , Steven Rostedt , Josh Poimboeuf , Ingo Molnar , Arnd Bergmann , AKASHI Takahiro , linux-arm-kernel , Linux Kernel Mailing List , live-patching@vger.kernel.org Subject: Re: [PATCH v3 2/4] arm64: implement ftrace with regs Message-ID: <20181002100223.GA2398@lst.de> References: <20181001140910.086E768BC7@newverein.lst.de> <20181001141648.1DBED68BDF@newverein.lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 01, 2018 at 05:57:52PM +0200, Ard Biesheuvel wrote: > > --- a/arch/arm64/include/asm/ftrace.h > > +++ b/arch/arm64/include/asm/ftrace.h > > @@ -16,6 +16,17 @@ > > #define MCOUNT_ADDR ((unsigned long)_mcount) > > #define MCOUNT_INSN_SIZE AARCH64_INSN_SIZE > > > > +/* DYNAMIC_FTRACE_WITH_REGS is implemented by adding 2 NOPs at the beginning > > + of each function, with the second NOP actually calling ftrace. In contrary > > + to a classic _mcount call, the call instruction to be modified is thus > > + the second one, and not the only one. */ > > OK, so the first slot will be patched unconditionally to do the 'mov x9, x30' ? Right. > > +#ifdef CONFIG_DYNAMIC_FTRACE_WITH_REGS > > +#define ARCH_SUPPORTS_FTRACE_OPS 1 > > +#define REC_IP_BRANCH_OFFSET AARCH64_INSN_SIZE > > +#else > > +#define REC_IP_BRANCH_OFFSET 0 > > +#endif The main reason for above comment was that a previous reviewer wondered about a magic value of "4" for the REC_IP_BRANCH_OFFSET, which is actually an insn size. The comment should leave no doubt. I'd leave the LR save explanation elsewhere. > > mcount_exit > > ENDPROC(ftrace_caller) > > +#else /* CC_USING_PATCHABLE_FUNCTION_ENTRY */ > > + > > +/* Since no -pg or similar compiler flag is used, there should really be > > + no reference to _mcount; so do not define one. Only a function address > > + is needed in order to refer to it. */ > > +ENTRY(_mcount) > > + ret /* just in case, prevent any fall through. */ > > +ENDPROC(_mcount) > > + > > +ENTRY(ftrace_regs_caller) > > + sub sp, sp, #S_FRAME_SIZE > > + stp x29, x9, [sp, #-16] /* FP/LR link */ > > + > > You cannot write below the stack pointer. So you are missing a > trailing ! here. Note that you can fold the sub > > stp x29, x9, [sp, #-(S_FRAME_SIZE+16)]! Very well, but... > > + stp x10, x11, [sp, #S_X10] > > + stp x12, x13, [sp, #S_X12] > > + stp x14, x15, [sp, #112] > > + stp x16, x17, [sp, #128] > > + stp x18, x19, [sp, #144] > > + stp x20, x21, [sp, #160] > > + stp x22, x23, [sp, #176] > > + stp x24, x25, [sp, #192] > > + stp x26, x27, [sp, #208] > > + > > All these will shift by 16 bytes though > > I am now wondering if it wouldn't be better to create 2 stack frames: > one for the interrupted function, and one for this function. > > So something like > > stp x29, x9, [sp, #-16]! > mov x29, sp That's about the way it was before, when you criticised it was the wrong way ;-) > stp x29, x30, [sp, #-(S_FRAME_SIZE + 16]! > > ... store all registers including x29 ... > > and do another mov x29, sp before calling into the handler. That way > everything should be visible on the call stack when we do a backtrace. I'm not 100% sure, but I think it already is visible correctly. Note that the callee has in no way been called yet; control flow is immediately diverted to the ftrace_caller. About using SP as a pt_regs pointer: maybe I can free another register for that purpose and thus achieve conformance *and* pretty code. > > > + b ftrace_common > > +ENDPROC(ftrace_regs_caller) > > + > > +ENTRY(ftrace_caller) > > + sub sp, sp, #S_FRAME_SIZE > > + stp x29, x9, [sp, #-16] /* FP/LR link */ > > + > > Same as above Yes, Steven demanded 2 entry points :) > > /* > > --- a/arch/arm64/kernel/ftrace.c > > +++ b/arch/arm64/kernel/ftrace.c > > @@ -65,18 +65,66 @@ int ftrace_update_ftrace_func(ftrace_fun > > return ftrace_modify_code(pc, 0, new, false); > > } > > > > +#ifdef CONFIG_DYNAMIC_FTRACE_WITH_REGS > > +/* Have the assembler generate a known "mov x9,x30" at compile time. */ > > +static void notrace noinline __attribute__((used)) mov_x9_x30(void) > > +{ > > + asm(" .global insn_mov_x9_x30\n" > > + "insn_mov_x9_x30: mov x9,x30\n" : : : "x9"); > > +} > > You cannot rely on the compiler putting the mov at the beginning. I As you can see from the asm inline, I tried the more precise assembler label, but it didn't work out. With enough optimisation, the mov _is_ first; but you're right, it's not a good idea to rely on that. > think some well commented #define should do for the opcode (or did you > just remove that?) Alas, yes I did. I had a define, then run-time generation, and now this assembler hack. Looking at the 3, the define would be best, I'd say. Torsten