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

Jan Beulich posted 6 patches 8 months, 1 week ago
Failed in applying to current master (apply log)
There is a newer version of this series
[PATCH v8 0/6] (mostly) Arm32: add/convert entry point annotations
Posted by Jan Beulich 8 months, 1 week ago
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
Re: [PATCH v8 0/6] (mostly) Arm32: add/convert entry point annotations
Posted by Luca Fancellu 8 months ago
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
>