Re: [PATCH v2 1/3] Revert "xen/x86: bzImage parse kernel_alignment"

2024-03-14 Thread Jan Beulich
On 14.03.2024 14:01, Jason Andryuk wrote: > On 2024-03-14 03:11, Jan Beulich wrote: >> On 13.03.2024 20:30, Jason Andryuk wrote: >>> A new ELF note will specify the alignment for a relocatable PVH kernel. >>> ELF notes are suitable for vmlinux and other ELF files, so this >>> Linux-specific

Re: [PATCH v2 1/3] Revert "xen/x86: bzImage parse kernel_alignment"

2024-03-14 Thread Jason Andryuk
On 2024-03-14 03:11, Jan Beulich wrote: On 13.03.2024 20:30, Jason Andryuk wrote: A new ELF note will specify the alignment for a relocatable PVH kernel. ELF notes are suitable for vmlinux and other ELF files, so this Linux-specific bzImage parsing in unnecessary. Hmm, shouldn't the order of

Re: [PATCH v2 1/3] Revert "xen/x86: bzImage parse kernel_alignment"

2024-03-14 Thread Jan Beulich
On 13.03.2024 20:30, Jason Andryuk wrote: > A new ELF note will specify the alignment for a relocatable PVH kernel. > ELF notes are suitable for vmlinux and other ELF files, so this > Linux-specific bzImage parsing in unnecessary. Hmm, shouldn't the order of attempts to figure the alignment be

[PATCH v2 1/3] Revert "xen/x86: bzImage parse kernel_alignment"

2024-03-13 Thread Jason Andryuk
A new ELF note will specify the alignment for a relocatable PVH kernel. ELF notes are suitable for vmlinux and other ELF files, so this Linux-specific bzImage parsing in unnecessary. This reverts commit c44cac229067faeec8f49247d1cf281723ac2d40. Signed-off-by: Jason Andryuk ---