mbox series

[v8,0/6] (mostly) Arm32: add/convert entry point annotations

Message ID e09dacac-b673-43fa-9a1c-3a3a5b5d802a@suse.com (mailing list archive)
Headers show
Series (mostly) Arm32: add/convert entry point annotations | expand

Message

Jan Beulich Feb. 26, 2025, 3:58 p.m. UTC
Besides the (now) last patch only Arm32 adjustments are left in this
series.

1: Arm32: use new-style entry annotations for library code
2: Arm32: use new-style entry annotations for MMU code
3: Arm32: use new-style entry annotations for entry code
4: Arm32: use new-style entry annotations in head.S
5: Arm: purge ENTRY(), ENDPROC(), and ALIGN
6: common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions

Jan

Comments

Luca Fancellu March 4, 2025, 10:34 a.m. UTC | #1
Hi,

> On 26 Feb 2025, at 15:58, Jan Beulich <jbeulich@suse.com> wrote:
> 
> Besides the (now) last patch only Arm32 adjustments are left in this
> series.
> 
> 1: Arm32: use new-style entry annotations for library code
> 2: Arm32: use new-style entry annotations for MMU code
> 3: Arm32: use new-style entry annotations for entry code
> 4: Arm32: use new-style entry annotations in head.S
> 5: Arm: purge ENTRY(), ENDPROC(), and ALIGN
> 6: common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions

I’ve tested the serie on arm32 and arm64:

Tested-by: Luca Fancellu <luca.fancellu@arm.com> # arm


> 
> Jan
>