From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932437Ab0HJRJn (ORCPT ); Tue, 10 Aug 2010 13:09:43 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:47613 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932253Ab0HJRJk (ORCPT ); Tue, 10 Aug 2010 13:09:40 -0400 Subject: Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations From: Catalin Marinas To: Rabin Vincent Cc: Russell King - ARM Linux , Abhishek Sagar , Frederic Weisbecker , linux-kernel@vger.kernel.org, Steven Rostedt , Ingo Molnar , Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , linux-arm-kernel@lists.infradead.org In-Reply-To: <20100421192319.GA16719@debian> References: <20100421192319.GA16719@debian> Content-Type: text/plain; charset="UTF-8" Organization: ARM Limited Date: Tue, 10 Aug 2010 18:07:52 +0100 Message-ID: <1281460072.16880.47.camel@e102109-lin.cambridge.arm.com> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Aug 2010 17:07:52.0982 (UTC) FILETIME=[91AEFB60:01CB38AE] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rabin, On Wed, 2010-04-21 at 20:23 +0100, Rabin Vincent wrote: > From 87b70ed633da00fe9873a5819c6d24e57368de43 Mon Sep 17 00:00:00 2001 > From: Rabin Vincent > Date: Sun, 14 Feb 2010 01:18:33 +0530 > Subject: [PATCH] ARM: ftrace: add ENDPROC annotations > > When building as Thumb-2, the ".type foo, %function" annotation in > ENDPROC seems to be required in order for the assembly routines to be > recognized as Thumb-2 code. If the ENDPROC annotations are not present, > calls to these routines are generated as BLX instead of BL. > > Acked-by: Catalin Marinas > Signed-off-by: Rabin Vincent What's the status of these patches? I haven't seen them in mainline. Thanks. -- Catalin From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Tue, 10 Aug 2010 18:07:52 +0100 Subject: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations In-Reply-To: <20100421192319.GA16719@debian> References: <20100421192319.GA16719@debian> Message-ID: <1281460072.16880.47.camel@e102109-lin.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Rabin, On Wed, 2010-04-21 at 20:23 +0100, Rabin Vincent wrote: > From 87b70ed633da00fe9873a5819c6d24e57368de43 Mon Sep 17 00:00:00 2001 > From: Rabin Vincent > Date: Sun, 14 Feb 2010 01:18:33 +0530 > Subject: [PATCH] ARM: ftrace: add ENDPROC annotations > > When building as Thumb-2, the ".type foo, %function" annotation in > ENDPROC seems to be required in order for the assembly routines to be > recognized as Thumb-2 code. If the ENDPROC annotations are not present, > calls to these routines are generated as BLX instead of BL. > > Acked-by: Catalin Marinas > Signed-off-by: Rabin Vincent What's the status of these patches? I haven't seen them in mainline. Thanks. -- Catalin