From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 62FBBC61DA4 for ; Fri, 3 Feb 2023 09:50:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WsPwHd06dgIku9L3WAIh2o2VLmSHmvzB1Zl35jR9sNc=; b=ckofWznEYvSSBY t8CGUqx03PV0wymSeuP0UmuhVualOCt7+kJf+ofOiS+Et/jgcRHY0tDUMy3UYRmsArdz30vsu8QLj qew9flGW1rSwghozLxfRKfFVtNTW8Te7Uq9lZd6br/4zZVabB8Xa+VAw7KDjz59MO6gXZ0y7TWYHm NUntWhU471PXfCNiWtxj2Qu+wq0KI67UUijFQgO3kydJQt0Eh3owMJii6rt1QBS4uZ6vNX1Pvf5sh bmSO3HOYbcrA/QUT7kMu72KIaOsiUg/id6OuvuBWKuOt5XXauzm5mwf1TtTPu4duYK67idsIsGeb6 X9ONQVEfqEVgU6CtENFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNshS-001FSo-Gs; Fri, 03 Feb 2023 09:49:42 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNshP-001FRb-2g for linux-arm-kernel@lists.infradead.org; Fri, 03 Feb 2023 09:49:40 +0000 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 4AEC3C14; Fri, 3 Feb 2023 01:50:18 -0800 (PST) Received: from FVFF77S0Q05N (unknown [10.57.90.37]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id CC8BF3F8D6; Fri, 3 Feb 2023 01:49:33 -0800 (PST) Date: Fri, 3 Feb 2023 09:49:24 +0000 From: Mark Rutland To: Steven Rostedt Cc: Florent Revest , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org, bpf@vger.kernel.org, catalin.marinas@arm.com, will@kernel.org, mhiramat@kernel.org, ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org, kpsingh@kernel.org, jolsa@kernel.org, xukuohai@huaweicloud.com Subject: Re: [PATCH 0/8] Add ftrace direct call for arm64 Message-ID: References: <20230201163420.1579014-1-revest@chromium.org> <20230202150647.518dea1a@rorschach.local.home> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230202150647.518dea1a@rorschach.local.home> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230203_014939_185489_1B68C3DE X-CRM114-Status: GOOD ( 11.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 02, 2023 at 03:06:47PM -0500, Steven Rostedt wrote: > On Wed, 1 Feb 2023 17:34:12 +0100 > Florent Revest wrote: > > > It is meant to apply on top of the arm64 tree which contains Mark Rutland's > > series on CALL_OPS [1] under the for-next/ftrace tag. > > Just a note for future ftrace patches. Could you add the link to the > arm64 tree, so I don't need to go look for it ;-) For the benefit of others looking for it now, the arm64 tree lives at: https://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git/ git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel