Re: [PATCH v6 5/7] x86/kexec: convert entry point annotations

2024-02-07 Thread Andrew Cooper
On 07/02/2024 1:38 pm, Jan Beulich wrote: > Use the generic framework from xen/linkage.h. > > Signed-off-by: Jan Beulich > --- > Using the linker script like this feels fragile. Maybe it's better to > suppress (#undef) CONFIG_CC_SPLIT_SECTIONS for this one file? This is specific glue code, needin

[PATCH v6 5/7] x86/kexec: convert entry point annotations

2024-02-07 Thread Jan Beulich
Use the generic framework from xen/linkage.h. Signed-off-by: Jan Beulich --- Using the linker script like this feels fragile. Maybe it's better to suppress (#undef) CONFIG_CC_SPLIT_SECTIONS for this one file? --- v6: New. --- a/xen/arch/x86/x86_64/kexec_reloc.S +++ b/xen/arch/x86/x86_64/kexec_re