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 202CBC05027 for ; Mon, 23 Jan 2023 23:01:18 +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=Onxlxq1oOOdYe5gcMoeSxmH9hRMKb0Xbm1+EnUs76v4=; b=fcDXNvMqpvhsZG pqIs9XAmVnhECGo3dvzzFHWBRRIs4GVK57YfP53wZNNPyC73lI1yq9fjG4xqNap/ggjy0ZNU6/N4R l1t0bKaQatDvwtFCX8kgfBkfHb+iNGh7NizWvyIHFYUfkguXX2Q6m/oXczsjgzcWqueCAlGTLJk8z Ry1Dlro58Lb2CSqT1xfso7avGch7oB0trZHNPfoXB79GXC2m9s/hZbgGJ2dEV6999x2qrh5qtU6tF 3V94yvUtOIvGXjPsTMaHBY8Fcn61a7LirMdHqyYU9Rga442SQxvCwW/h8NcG/ikRKuPGEwO3dBvY/ Gu5MRUXvpLVt36udGp8Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK5na-001m9o-87; Mon, 23 Jan 2023 23:00:22 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pK5nX-001m8Q-14 for linux-arm-kernel@lists.infradead.org; Mon, 23 Jan 2023 23:00:20 +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 852F6B80EAE; Mon, 23 Jan 2023 23:00:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACBDDC43445; Mon, 23 Jan 2023 23:00:15 +0000 (UTC) Date: Mon, 23 Jan 2023 18:00:12 -0500 From: Steven Rostedt To: Catalin Marinas Cc: Mark Rutland , linux-arm-kernel@lists.infradead.org, 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: <20230123180012.5dba9b04@gandalf.local.home> In-Reply-To: <20230123174952.68b4a07e@gandalf.local.home> References: <20230123134603.1064407-1-mark.rutland@arm.com> <20230123174952.68b4a07e@gandalf.local.home> 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-20230123_150019_253997_E697A97D X-CRM114-Status: GOOD ( 26.03 ) 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 Mon, 23 Jan 2023 17:49:52 -0500 Steven Rostedt wrote: > On Mon, 23 Jan 2023 14:40:29 +0000 > Catalin Marinas wrote: > > > 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. > > > > I actually do have a conflict with this patch (I'll post it soon). > > I could just cherry pick it from your tree. Linus seems to be OK with that > when it's just a single change. Forget about it. I'll post the patch, but it's not important (we need it mostly for something internal, but could possibly be useful to others). It can wait a merge window or two to apply it. So feel free to take this through your tree, and then I'll add my patch in the merge window after that. -- Steve _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel