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 B9418C2BD09 for ; Mon, 24 Jun 2024 20:17:17 +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=ZzzykRNdFQr3TucDn1pEafj5eb0U9lYP3PKi/QVs92I=; b=S7POcwuVlGvZpkn2cg2BezsC8G UXFdde6dL0M441oREKJgg2mQxu9mQMYugHqiNUSdqgI8Thn+XesPl6heftlfoqj8oF2Znc88cll+9 owwxhmik7o7L7n3tyoDBVlIZRvTd7OrNxdO25uNoez9cDkH1JX+2F3OBL+hS3ZJWeolyEsV7n/3Bx T+xlPdxuqtViLUqNfFuLNrqVn0G1U2WFoHgJB/PUX0mKzh8r5+5lcmsdsxYU6gEPQppRJSP7G+hMm cvdJ1XAuLighNl10B8NKh4HjARmzI+iLDWfFuYhYE73968bbmBREZWTgLJg3M9oP3GeFN1RBVurQq HO9Ozvww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLq7f-00000000XaR-0vUB; Mon, 24 Jun 2024 20:17:07 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sLq7Z-00000000XZJ-1a6t for linux-arm-kernel@lists.infradead.org; Mon, 24 Jun 2024 20:17:02 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B02E1CE13CB; Mon, 24 Jun 2024 20:16:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC986C2BBFC; Mon, 24 Jun 2024 20:16:56 +0000 (UTC) Date: Mon, 24 Jun 2024 16:17:41 -0400 From: Steven Rostedt To: Will Deacon Cc: Mark Rutland , 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: <20240624161741.2a16d904@gandalf.local.home> In-Reply-To: <20240619124318.GA3410@willie-the-truck> References: <20240618162342.28275-1-puranjay@kernel.org> <20240619124318.GA3410@willie-the-truck> 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-20240624_131701_634447_893A91EC X-CRM114-Status: GOOD ( 11.61 ) 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, 19 Jun 2024 13:43:18 +0100 Will Deacon wrote: > > Catalin, Will, do you have any preference? > > I think it makes most sense if this patch travels together with > 29c1c24a2707 ("function_graph: Fix up ftrace_graph_ret_addr()"), so that > would be via Steve's tree. In which case: That makes sense to me. I'll go around pulling in all the updates to the arch code here (with the respective acks). > > Acked-by: Will Deacon Thanks, -- Steve