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 C7A94C05027 for ; Thu, 2 Feb 2023 20:08:01 +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:MIME-Version:References:In-Reply-To: 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=Q71j9ZcqB7of3Oh15Q2QBy0hbf+G3urFYDtN1DOjl4k=; b=0sLIGCmr75y7Zu QrWHwCwZeMYy6K2+5hgTFn+5Bk8v/WoIO+1abJRs+i1Kh+z3TZSIqYeyGFmMYX1Fz7ZEtVt+jYbOq 4eFkS2g9CHWIsI+ZHrsdiA1x96qLDZJIFJMpDIGMG+RCfd2emm6Dtn0zCZ26MTn5F4rSI9PxXpjss BMwYq7yUz2Gk/hgtMnlUNsvPu5pBZTEqIXPtHcZhyx0V/ahWYu5q18eO+6JKdZk4TKaajUycCt+LJ Vi7Yjz41jhr5z5t9i0FyQkTcZVsitosngvkKdON6jpOxm3T6BJ6v866Cdfn8nSUOQ7XT7xKrWQbk3 JaHx/92MOzTmXiAxeXLQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNfrG-00H7sa-U1; Thu, 02 Feb 2023 20:06:59 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pNfrB-00H7qy-Ht for linux-arm-kernel@lists.infradead.org; Thu, 02 Feb 2023 20:06:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A8780B82805; Thu, 2 Feb 2023 20:06:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18F0AC433D2; Thu, 2 Feb 2023 20:06:49 +0000 (UTC) Date: Thu, 2 Feb 2023 15:06:47 -0500 From: Steven Rostedt To: Florent Revest Cc: 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, mark.rutland@arm.com, 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: <20230202150647.518dea1a@rorschach.local.home> In-Reply-To: <20230201163420.1579014-1-revest@chromium.org> References: <20230201163420.1579014-1-revest@chromium.org> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230202_120653_782793_23631DB9 X-CRM114-Status: GOOD ( 12.25 ) 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 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 ;-) (Yes, I'm lazy) -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel