login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
August
»
10
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
[view in full thread]
From: Rabin Vincent
Subject:
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
Date: Tuesday, August 10, 2010 - 12:11 pm
Hi Catalin, On Tue, Aug 10, 2010 at 10:37 PM, Catalin Marinas <catalin.marinas@arm.com> wrote:
quoted text
> On Wed, 2010-04-21 at 20:23 +0100, Rabin Vincent wrote: >> 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 <catalin.marinas@arm.com> >> Signed-off-by: Rabin Vincent <rabin@rab.in> > > What's the status of these patches? I haven't seen them in mainline.
They're in the patch tracker now. I'd forgotten about them for a while, and there was one patch missing an ack, but that's sorted out now. Rabin --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
Messages in current thread:
[PATCH 00/10] ARM: ftrace: cleanups, Thumb-2, and dynamic ...
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 01/10] ARM: ftrace: clean up mcount assembly indent ...
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 02/10] ARM: ftrace: document mcount formats
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 03/10] ftrace: allow building without frame pointers
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 04/10] ARM: ftrace: allow building without frame po ...
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 05/10] ARM: ftrace: add ENDPROC annotations
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mcount.pl
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 08/10] ARM: ftrace: fix and update dynamic ftrace
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 09/10] ARM: ftrace: add Thumb-2 support to dynamic ...
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
[PATCH 10/10] ARM: ftrace: enable dynamic ftrace
, Rabin Vincent
, (Fri Mar 12, 11:49 pm)
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
, Russell King - ARM Linux
, (Sat Mar 13, 1:45 am)
Re: [PATCH 03/10] ftrace: allow building without frame poi ...
, Steven Rostedt
, (Sat Mar 13, 10:36 am)
Re: [PATCH 04/10] ARM: ftrace: allow building without fram ...
, Steven Rostedt
, (Sat Mar 13, 10:38 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Steven Rostedt
, (Sat Mar 13, 10:41 am)
Re: [PATCH 08/10] ARM: ftrace: fix and update dynamic ftrace
, Steven Rostedt
, (Sat Mar 13, 10:42 am)
Re: [PATCH 03/10] ftrace: allow building without frame poi ...
, Steven Rostedt
, (Sun Mar 14, 9:56 am)
Re: [PATCH 04/10] ARM: ftrace: allow building without fram ...
, Steven Rostedt
, (Sun Mar 14, 9:56 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Steven Rostedt
, (Sun Mar 14, 9:56 am)
Re: [PATCH 08/10] ARM: ftrace: fix and update dynamic ftrace
, Steven Rostedt
, (Sun Mar 14, 9:56 am)
Re: [PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Catalin Marinas
, (Sun Mar 14, 3:30 pm)
Re: [PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Rabin Vincent
, (Mon Mar 15, 11:32 am)
Re: [PATCH 03/10] ftrace: allow building without frame poi ...
, Rabin Vincent
, (Mon Mar 15, 11:45 am)
Re: [PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Catalin Marinas
, (Tue Mar 16, 3:23 am)
Re: [PATCH 04/10] ARM: ftrace: allow building without fram ...
, Catalin Marinas
, (Wed Mar 17, 9:16 am)
Re: [PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Rabin Vincent
, (Wed Mar 31, 11:25 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Rabin Vincent
, (Wed Mar 31, 11:45 am)
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
, Rabin Vincent
, (Wed Apr 21, 12:23 pm)
Re: [PATCH 00/10] ARM: ftrace: cleanups, Thumb-2, and dyna ...
, Rabin Vincent
, (Wed Apr 21, 12:26 pm)
Re: [PATCH 06/10] ARM: ftrace: add Thumb-2 support
, Catalin Marinas
, (Fri Apr 23, 8:37 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Rabin Vincent
, (Tue Aug 3, 9:42 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Frederic Weisbecker
, (Fri Aug 6, 8:31 am)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Steven Rostedt
, (Fri Aug 6, 1:23 pm)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Rabin Vincent
, (Fri Aug 6, 10:33 pm)
Re: [PATCH 07/10] ftrace: pass KBUILD_CFLAGS to record_mco ...
, Steven Rostedt
, (Sat Aug 7, 5:57 am)
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
, Catalin Marinas
, (Tue Aug 10, 10:07 am)
Re: [PATCH 05/10] ARM: ftrace: add ENDPROC annotations
, Rabin Vincent
, (Tue Aug 10, 12:11 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Eric Sandeen
Re: [PATCH] xfs: do not pass unused params to xfs_flush_pages
Alexandre Oliva
Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3
Andi Kleen
Re: x86: 4kstacks default
Andi Kleen
Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
Adrian Bunk
Re: [PATCH] xfs: #define out unused parameters of?xfs_bmap_add_free and xfs_btree_...
git
:
Felipe Contreras
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Johannes Schindelin
[PATCH] fetch: refuse to fetch into the current branch in a non-bare repository
Johannes Schindelin
Re: [PATCH] Fix install-doc-quick target
Nicolas Pitre
Re: About git and the use of SHA-1
Alex Riesen
Re: git exclude patterns for directory
linux-netdev
:
Andi Kleen
Re: RFC: Nagle latency tuning
Herbert Xu
Re: Oops in tun: bisected to Limit amount of queued packets per device
gregkh
Patch "IPv6: keep route for tentative address" has been added to the 2.6.34-stable...
Paul Gortmaker
[PATCH net-next 09/16] tipc: Relocate trivial link status functions to header file
Russell King
Re: [BUG] New Kernel Bugs
git-commits-head
:
Linux Kernel Mailing List
sh: Fix compile error by operands(mov.l) in sh3/entry.S
Linux Kernel Mailing List
New device ID for sc92031 [1088:2031]
Linux Kernel Mailing List
tmpfs: depend on shmem
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
Staging: et131x: prune all the debug code
openbsd-misc
:
Andres Salazar
About priorities in /etc/resolv.conf
Tonnerre LOMBARD
Re: bge0: watchdog timeout
Rob Shepherd
x86 hardware for router system
Damien Miller
Re: Patching a SSH 'Weakness'
P. Souza
Re: RouterBOARD RB600A support
Colocation donated by:
Syndicate