Re: [PATCH v1] xen: move __ro_after_init section symbols to xen/sections.h

2025-06-26 Thread Julien Grall
Hi Oleksii, On 18/06/2025 10:13, Oleksii Kurochko wrote: Instead of declaring __ro_after_init_{start,end} in each architecture's asm/setup.h, move these declarations to the common header xen/sections.h. This centralizes the declarations and reduces duplication across architectures. No function

Re: [PATCH v1] xen: move __ro_after_init section symbols to xen/sections.h

2025-06-18 Thread Jan Beulich
On 18.06.2025 11:13, Oleksii Kurochko wrote: > Instead of declaring __ro_after_init_{start,end} in each architecture's > asm/setup.h, move these declarations to the common header xen/sections.h. > > This centralizes the declarations and reduces duplication across > architectures. > > No functiona

[PATCH v1] xen: move __ro_after_init section symbols to xen/sections.h

2025-06-18 Thread Oleksii Kurochko
Instead of declaring __ro_after_init_{start,end} in each architecture's asm/setup.h, move these declarations to the common header xen/sections.h. This centralizes the declarations and reduces duplication across architectures. No functional change intended. Signed-off-by: Oleksii Kurochko --- CI