Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1118451ybx; Thu, 31 Oct 2019 06:01:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqyKK0mlAWyo+TXMQrWAFjoupHjFSO7hVnogS6UmapDlkpr8XUPURY+W+1Ear3aW09s+EKpe X-Received: by 2002:a05:6000:118f:: with SMTP id g15mr5299572wrx.242.1572526907337; Thu, 31 Oct 2019 06:01:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572526907; cv=none; d=google.com; s=arc-20160816; b=xyOQJB23TvQpLbFi38M/UUf4dm80UxObQX3Ds3YGyuIMZ6rcKda9HMHS7ehUKPwHGI s1TMG9D5YEBkSI0sGAOb6Fv99Aus9VmWKOZzMGAt0kxrDDCtb5MaTwDbbW/6v8LIhaRz oHbp6fsVDA20sYv0gsj0zWr1bAy8yNyZFxy/HKHBeUWkqCxlimLDJTtnXBiUiD4H3CEN i08YR89FiD3OA6vCkEu/IKZpjkgt/RQV8ibOx/8MsDuAzijNrUoH1cjtdJ+5EprU2q7w lpGW+XROhvsfzmVV8ytBKGf+i5UWOZj2BWYqGxEMrm4ZtSBlrRKl9lbfkjP+yi4yGWwK z2rQ== 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=eIPFF0PER0fJsB6Y7OGBIK16skrwUHzZWREXZr4D+30=; b=BIJRmOM8U7TCueCAWVKk3y9X7Lu+4be0C9B6PHerBNmVawOrImLEHKuP94IZdQoPzq UL05KihEyJDDlC3FhEY+/N+ce9fppml9G95iymt5yGc+mcAkWGWWH/4fjTpipuhX27ul OBV8ViuHd4dJR6DSoTDilmLCNJinaDTIjh2wdo/HuhgZaFK+zkSX7YleENsGiDAXfpic GqU5w9Q4F4BgepA1RgjbmYx5OkJrZxy3Ybu4tFLMxasKFaT/sSSlpRGUZ50/fXeZwjG1 2S3NfhWZootoje2LPNOAFF/SdJMvHPmZoiKqWNfX2WhXajl0NioU2Qj1rzP7Ta/wdRS2 6LjQ== 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 p21si3985768edc.305.2019.10.31.06.01.21; Thu, 31 Oct 2019 06:01:47 -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 S1726761AbfJaNA3 (ORCPT + 99 others); Thu, 31 Oct 2019 09:00:29 -0400 Received: from foss.arm.com ([217.140.110.172]:48184 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726462AbfJaNA3 (ORCPT ); Thu, 31 Oct 2019 09:00:29 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A2D1B1FB; Thu, 31 Oct 2019 06:00:28 -0700 (PDT) Received: from blommer (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DD8B03F71E; Thu, 31 Oct 2019 06:00:24 -0700 (PDT) Date: Thu, 31 Oct 2019 13:00:22 +0000 From: Mark Rutland To: Torsten Duwe Cc: linux-arm-kernel@lists.infradead.org, Jessica Yu , Helge Deller , "James E.J. Bottomley" , linux-kernel@vger.kernel.org, amit.kachhap@arm.com, catalin.marinas@arm.com, james.morse@arm.com, jpoimboe@redhat.com, jthierry@redhat.com, linux-parisc@vger.kernel.org, mingo@redhat.com, peterz@infradead.org, rostedt@goodmis.org, svens@stackframe.org, takahiro.akashi@linaro.org, will@kernel.org Subject: Re: [PATCHv2 2/8] module/ftrace: handle patchable-function-entry Message-ID: <20191031130022.GB3477@blommer> References: <20191029165832.33606-1-mark.rutland@arm.com> <20191029165832.33606-3-mark.rutland@arm.com> <20191030150302.GA965@suse.de> <20191031090231.GA3340@blommer> <20191031114223.GA11684@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191031114223.GA11684@suse.de> User-Agent: Mutt/1.11.1+11 (2f07cb52) (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 31, 2019 at 12:42:23PM +0100, Torsten Duwe wrote: > On Thu, Oct 31, 2019 at 09:02:32AM +0000, Mark Rutland wrote: > > I agree that the CC_USING_PATCHABLE_FUNCTION_ENTRY ifdeffery could be > > simplified, and that it would be nice to consistently use > > FTRACE_CALLSITE_SECTION if we can. However, the generic linker script doesn't > > include anything, and I don't see a good location for that to live. > > > > What I could do is add an explicit comment: > > > > /* > > * The ftrace call sites are logged to a section whose name depends on the > > * compiler option used. A given kernel image will only use one, AKA > > * FTRACE_CALLSITE_SECTION. We capture all of them here to avoid header > > * dependencies. > > */ > > #define MCOUNT_REC() \ > > . = ALIGN(8); \ > > __start_mcount_loc = .; \ > > KEEP(*(__patchable_function_entries)) \ > > KEEP(*(__mcount_loc)) \ > > __stop_mcount_loc = .; > > > > ... which should make the dependency clear. Does that sound good to you? > > Beautiful. I just didn't want to miss the opportunity to have this cleaned > up as well, and deemed this patch "closest" because of the definition of > FTRACE_CALLSITE_SECTION. Put it where you see it fit best. Sure. I've folded the above into this patch, and pushed out an updated branch: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=arm64/ftrace-with-regs Thanks, Mark.