From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752824AbaEBTDg (ORCPT ); Fri, 2 May 2014 15:03:36 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.232]:39008 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751857AbaEBTDf (ORCPT ); Fri, 2 May 2014 15:03:35 -0400 Date: Fri, 2 May 2014 15:03:33 -0400 From: Steven Rostedt To: Will Deacon Cc: AKASHI Takahiro , "fweisbec@gmail.com" , "mingo@redhat.com" , Catalin Marinas , "tim.bird@sonymobile.com" , "gkulkarni@caviumnetworks.com" , "dsaxena@linaro.org" , "arndb@arndb.de" , "linux-arm-kernel@lists.infradead.org" , "linaro-kernel@lists.linaro.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v8 1/8] ftrace: make CALLER_ADDRx macros more generic Message-ID: <20140502150333.4af8b89c@gandalf.local.home> In-Reply-To: <20140502181348.GD14645@arm.com> References: <1394862048-28758-1-git-send-email-takahiro.akashi@linaro.org> <1398851676-16389-1-git-send-email-takahiro.akashi@linaro.org> <1398851676-16389-2-git-send-email-takahiro.akashi@linaro.org> <20140502181348.GD14645@arm.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2 May 2014 19:13:48 +0100 Will Deacon wrote: > This one looks a bit too widespread to be merged via the arm64 tree. I > wonder if the ftrace maintainers would consider taking it as a cleanup? Oh, and I can take the patch if you feel uncomfortable with taking something so spread out. As it deals with ftrace I probably can get away with a cross the board arch change to it. -- Steve From mboxrd@z Thu Jan 1 00:00:00 1970 From: rostedt@goodmis.org (Steven Rostedt) Date: Fri, 2 May 2014 15:03:33 -0400 Subject: [PATCH v8 1/8] ftrace: make CALLER_ADDRx macros more generic In-Reply-To: <20140502181348.GD14645@arm.com> References: <1394862048-28758-1-git-send-email-takahiro.akashi@linaro.org> <1398851676-16389-1-git-send-email-takahiro.akashi@linaro.org> <1398851676-16389-2-git-send-email-takahiro.akashi@linaro.org> <20140502181348.GD14645@arm.com> Message-ID: <20140502150333.4af8b89c@gandalf.local.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 2 May 2014 19:13:48 +0100 Will Deacon wrote: > This one looks a bit too widespread to be merged via the arm64 tree. I > wonder if the ftrace maintainers would consider taking it as a cleanup? Oh, and I can take the patch if you feel uncomfortable with taking something so spread out. As it deals with ftrace I probably can get away with a cross the board arch change to it. -- Steve