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 63023CD4857 for ; Wed, 4 Sep 2024 16:51:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type: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=HEzBgDKrxxyTa4dOCS2hpJvyCQoAHQGQ8w4Kv+C0g1s=; b=Owx0AnvCwyGgAOVp6DUwbCqdDA jrQWLRxTb8a50rg5S0QrOIiOF1v97QIlSYnlyMgGhFcV1yr9jEbljX5U3E+R4CiRRH7c9nJF4Uosm Lwwtu/REPDur9qlh79FHtL+XfXew/P6aKkRuy6XaW2PtZMYTPHA2YeFkefQikv/w93G8qIGi9qvlH lMonP1aB7LcwogV/hald+GA4UybPVgxPdESH3vRjx7Yf1F1ukfPBU1zioPd37kQ/rUb/1GkRnTKIB h4AXdX+5MAkzXuhilM377MvDUDa3M7zTECtx5W7cWymzMLn/0p7+4VIAk9hqRONXAdkT9/0FfdUuh h8IKUSBg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sltEQ-00000005Koa-3BxU; Wed, 04 Sep 2024 16:51:46 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sltDT-00000005KaA-3NVw for linux-arm-kernel@lists.infradead.org; Wed, 04 Sep 2024 16:50:49 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id BC2A85C5421; Wed, 4 Sep 2024 16:50:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BD619C4CEC2; Wed, 4 Sep 2024 16:50:45 +0000 (UTC) Date: Wed, 4 Sep 2024 12:51:46 -0400 From: Steven Rostedt To: Mark Rutland Cc: Will Deacon , Puranjay Mohan , Catalin Marinas , "Madhavan T. Venkataraman" , Kalesh Singh , chenqiwu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, puranjay12@gmail.com Subject: Re: [PATCH] arm64: stacktrace: fix the usage of ftrace_graph_ret_addr() Message-ID: <20240904125146.79859e7f@gandalf.local.home> In-Reply-To: <20240904125000.4261b234@gandalf.local.home> References: <20240618162342.28275-1-puranjay@kernel.org> <20240619124318.GA3410@willie-the-truck> <20240624161741.2a16d904@gandalf.local.home> <20240903160751.702f1f91@gandalf.local.home> <20240904125000.4261b234@gandalf.local.home> X-Mailer: Claws Mail 3.20.0git84 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240904_095047_921561_D45C6A5B X-CRM114-Status: GOOD ( 15.17 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 4 Sep 2024 12:50:00 -0400 Steven Rostedt wrote: > > Ah, I didn't check to see if it was sent to linux-trace-kernel, so it > > wasn't in patchwork, hence I forgot :-p > > > > I can add it this week. > > > > Actually, the code is in Linus's tree now, so it's probably better if it > goes through your tree. > > Acked-by: Steven Rostedt (Google) > And you may want to add: Fixes: 29c1c24a2707 ("function_graph: Fix up ftrace_graph_ret_addr()") so that it gets backported with if that change gets backported. -- Steve