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 B8539C38142 for ; Mon, 23 Jan 2023 14:41:43 +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=dyVlpu4W3cceTju+iAiwuJEGvN9xdYiWfHt2WSDk7uE=; b=H4ibGP70lTwUCf Rk/6S2y6XlZftBbEKzoYF8q5Z5ltCOb2GNeWBkcSoM6IqNr8uhvZ6JQhhtcSef7c6riGOUZfuLuAd hiF45O7x2F4lfFZU2i9e2NHiCLwUQhk60f3ukE/+HVTpxhpp2x7mdf4oVy2e0NThDxllf/Gxk2zhI WM3svpIauLx9J834DiVeTA+ucXzR2lF5KOVtIQ+XtVLcZarLIxzPR1yISIMW9fRNuVznOznNXZLAk H+jyBQlqh/3HUJRxq06THaVmKvceXTOpkF5cD0SpjDUcV110VraUvTUqVTSI24+mqgH9NtizH5HO7 f5cLoYCFCGk750UccSPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pJxzz-0000wf-DJ; Mon, 23 Jan 2023 14:40:39 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pJxzw-0000w1-CS for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2023 14:40:37 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 9722460F4F; Mon, 23 Jan 2023 14:40:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EABBC433D2; Mon, 23 Jan 2023 14:40:32 +0000 (UTC) Date: Mon, 23 Jan 2023 14:40:29 +0000 From: Catalin Marinas To: Mark Rutland Cc: linux-arm-kernel@lists.infradead.org, Steven Rostedt , lenb@kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, mhiramat@kernel.org, ndesaulniers@google.com, ojeda@kernel.org, peterz@infradead.org, rafael.j.wysocki@intel.com, revest@chromium.org, robert.moore@intel.com, will@kernel.org Subject: Re: [PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS Message-ID: References: <20230123134603.1064407-1-mark.rutland@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230123134603.1064407-1-mark.rutland@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230123_064036_496160_11954983 X-CRM114-Status: GOOD ( 15.66 ) 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 Hi Mark, On Mon, Jan 23, 2023 at 01:45:55PM +0000, Mark Rutland wrote: > I'm not sure how we want to merge this, so I've moved the core ftrace > patch to the start of the series so that it can more easily be placed on > a stable branch if we want that to go via the ftrace tree and the rest > to go via arm64. Happy to queue the whole series since Steve acked the ftrace changes. But I'll put on a stable branch in case there are any conflicts with the ftrace tree. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel