From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755207AbbJVBOF (ORCPT ); Wed, 21 Oct 2015 21:14:05 -0400 Received: from smtprelay0043.hostedemail.com ([216.40.44.43]:47907 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753077AbbJVBOD (ORCPT ); Wed, 21 Oct 2015 21:14:03 -0400 X-Session-Marker: 726F737465647440676F6F646D69732E6F7267 X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,rostedt@goodmis.org,:::::::::::::::::::::::::,RULES_HIT:41:355:379:541:599:800:960:973:988:989:1260:1277:1311:1313:1314:1345:1359:1437:1515:1516:1518:1534:1537:1566:1593:1594:1711:1714:1730:1747:1777:1792:1981:2194:2199:2393:2553:2559:2562:3138:3139:3140:3141:3142:3622:3868:3870:3872:5007:6261:6742:7875:10004:10400:10481:10848:10967:11232:11658:11914:12517:12519:12740:13069:13311:13357:19900:21080:21212,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: skate14_4018ae544f554 X-Filterd-Recvd-Size: 1714 Date: Wed, 21 Oct 2015 21:13:58 -0400 From: Steven Rostedt To: libin Cc: Catalin Marinas , Will Deacon , Mark Rutland , , Arnd Bergmann , , Punit Agrawal , , , , , Christoffer Dall Subject: Re: [PATCH] arm64: ftrace: function_graph: dump real return addr in call trace Message-ID: <20151021211358.7b8c31d3@grimm.local.home> In-Reply-To: <5628340F.5080902@huawei.com> References: <1444911155-17480-1-git-send-email-huawei.libin@huawei.com> <6277407.jveniKQDxt@wuerfel> <20151015125133.GA29301@arm.com> <20151015101812.7cb6e917@gandalf.local.home> <20151020153227.GL11226@e104818-lin.cambridge.arm.com> <5628340F.5080902@huawei.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 22 Oct 2015 08:55:43 +0800 libin wrote: > It still be needed, but it can be implemented in generic for all archs > as Steve suggested. I still recommend implementing it for arm64 as well, and then we can look at what was done and how we can make it all generic. -- Steve