[PATCH v7 00/11] (mostly) x86+Arm32: add/convert entry point annotations

Jan Beulich posted 11 patches 1 month, 3 weeks ago
Failed in applying to current master (apply log)
[PATCH v7 00/11] (mostly) x86+Arm32: add/convert entry point annotations
Posted by Jan Beulich 1 month, 3 weeks ago
01: common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions
02: VMX: convert entry point annotations
03: x86/ACPI: annotate assembly functions with type and size
04: x86/kexec: convert entry point annotations
05: x86: convert dom_crash_sync_extable() annotation
06: x86: move ENTRY(), GLOBAL(), and ALIGN
07: Arm32: use new-style entry annotations for library code
08: Arm32: use new-style entry annotations for MMU code
09: Arm32: use new-style entry annotations for entry code
10: Arm32: use new-style entry annotations in head.S
11: Arm: purge ENTRY(), ENDPROC(), and ALIGN

Jan
Ping: [PATCH v7 00/11] (mostly) x86+Arm32: add/convert entry point annotations
Posted by Jan Beulich 2 weeks, 3 days ago
On 01.10.2024 17:11, Jan Beulich wrote:
> 01: common: honor CONFIG_CC_SPLIT_SECTIONS also for assembly functions
> 02: VMX: convert entry point annotations
> 03: x86/ACPI: annotate assembly functions with type and size
> 04: x86/kexec: convert entry point annotations
> 05: x86: convert dom_crash_sync_extable() annotation
> 06: x86: move ENTRY(), GLOBAL(), and ALIGN
> 07: Arm32: use new-style entry annotations for library code
> 08: Arm32: use new-style entry annotations for MMU code
> 09: Arm32: use new-style entry annotations for entry code
> 10: Arm32: use new-style entry annotations in head.S
> 11: Arm: purge ENTRY(), ENDPROC(), and ALIGN

Patches 2-6 went in. Arm maintainers - what about 7-11?

Jan