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

Jan Beulich posted 11 patches 4 days, 7 hours 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 4 days, 7 hours 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