Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Frediano Ziglio
On Thu, Jan 9, 2025 at 4:03 PM Andrew Cooper wrote: > > On 09/01/2025 3:30 pm, Frediano Ziglio wrote: > > On Thu, Jan 9, 2025 at 1:44 PM Andrew Cooper > > wrote: > >> On 09/01/2025 1:23 pm, Jan Beulich wrote: > >>> On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: > Xen compiled with -

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Andrew Cooper
On 09/01/2025 3:30 pm, Frediano Ziglio wrote: > On Thu, Jan 9, 2025 at 1:44 PM Andrew Cooper > wrote: >> On 09/01/2025 1:23 pm, Jan Beulich wrote: >>> On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: Xen compiled with -mtune=generic has .text alignment set to 64-bytes. Having text

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Frediano Ziglio
On Thu, Jan 9, 2025 at 1:44 PM Andrew Cooper wrote: > > On 09/01/2025 1:23 pm, Jan Beulich wrote: > > On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: > >> Xen compiled with -mtune=generic has .text alignment set to 64-bytes. > >> Having text_diff non-64-bytes-aligned breaks stuff: > >> > >>

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Jan Beulich
On 09.01.2025 14:44, Andrew Cooper wrote: > On 09/01/2025 1:23 pm, Jan Beulich wrote: >> On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: >>> Xen compiled with -mtune=generic has .text alignment set to 64-bytes. >>> Having text_diff non-64-bytes-aligned breaks stuff: >>> >>> Traceback (mo

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Andrew Cooper
On 09/01/2025 1:23 pm, Jan Beulich wrote: > On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: >> Xen compiled with -mtune=generic has .text alignment set to 64-bytes. >> Having text_diff non-64-bytes-aligned breaks stuff: >> >> Traceback (most recent call last): >> File >> "/builddi

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Marek Marczykowski-Górecki
On Thu, Jan 09, 2025 at 02:23:27PM +0100, Jan Beulich wrote: > No Fixes: tag? I guess this would be appropriate: Fixes: aa9045e77130 ("x86/boot: Rework how 32bit C is linked/included for early boot") (but not relevant for backports, since that's only in 4.20 release cycle) -- Best Regards

Re: [PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Jan Beulich
On 09.01.2025 14:15, Marek Marczykowski-Górecki wrote: > Xen compiled with -mtune=generic has .text alignment set to 64-bytes. > Having text_diff non-64-bytes-aligned breaks stuff: > > Traceback (most recent call last): > File > "/builddir/build/BUILD/xen-4.20.0-build/xen-4.20.0-rc0/xen

[PATCH] x86/boot: adjust text gap/diff to work with 64-bytes alignment too

2025-01-09 Thread Marek Marczykowski-Górecki
Xen compiled with -mtune=generic has .text alignment set to 64-bytes. Having text_diff non-64-bytes-aligned breaks stuff: Traceback (most recent call last): File "/builddir/build/BUILD/xen-4.20.0-build/xen-4.20.0-rc0/xen/./tools/combine_two_binaries.py", line 96, in raise Exce