Re: [PATCH] xen: Strip xen.efi by default

2025-06-11 Thread Demi Marie Obenour
On 6/11/25 05:35, Jan Beulich wrote: > On 10.06.2025 12:12, Frediano Ziglio wrote: >> For xen.gz file we strip all symbols and have an additional >> xen-syms file version with all symbols. >> Make xen.efi more coherent stripping all symbols too. > > And the other difference (compressed vs not) sti

Re: [PATCH] xen: Strip xen.efi by default

2025-06-11 Thread Jan Beulich
On 11.06.2025 12:49, Frediano Ziglio wrote: > On Wed, Jun 11, 2025 at 10:35 AM Jan Beulich wrote: >> >> On 10.06.2025 12:12, Frediano Ziglio wrote: >>> For xen.gz file we strip all symbols and have an additional >>> xen-syms file version with all symbols. >>> Make xen.efi more coherent stripping a

Re: [PATCH] xen: Strip xen.efi by default

2025-06-11 Thread Frediano Ziglio
On Wed, Jun 11, 2025 at 10:35 AM Jan Beulich wrote: > > On 10.06.2025 12:12, Frediano Ziglio wrote: > > For xen.gz file we strip all symbols and have an additional > > xen-syms file version with all symbols. > > Make xen.efi more coherent stripping all symbols too. > > And the other difference (co

Re: [PATCH] xen: Strip xen.efi by default

2025-06-11 Thread Jan Beulich
On 10.06.2025 12:12, Frediano Ziglio wrote: > --- a/xen/arch/x86/Makefile > +++ b/xen/arch/x86/Makefile > @@ -238,6 +238,7 @@ endif > > $@.map > ifeq ($(CONFIG_DEBUG_INFO),y) > $(if $(filter --strip-debug,$(EFI_LDFLAGS)),:$(space))$(OBJCOPY) -O > elf64-x86-64 $@ $@.elf > +

Re: [PATCH] xen: Strip xen.efi by default

2025-06-11 Thread Jan Beulich
On 10.06.2025 12:12, Frediano Ziglio wrote: > For xen.gz file we strip all symbols and have an additional > xen-syms file version with all symbols. > Make xen.efi more coherent stripping all symbols too. And the other difference (compressed vs not) still remains. > xen.efi.elf can be used for deb

Re: [PATCH] xen: Strip xen.efi by default

2025-06-10 Thread Frediano Ziglio
On Tue, Jun 10, 2025 at 11:17 AM Andrew Cooper wrote: > > On 10/06/2025 11:12 am, Frediano Ziglio wrote: > > For xen.gz file we strip all symbols and have an additional > > xen-syms file version with all symbols. > > Make xen.efi more coherent stripping all symbols too. > > xen.efi.elf can be used

Re: [PATCH] xen: Strip xen.efi by default

2025-06-10 Thread Andrew Cooper
On 10/06/2025 11:12 am, Frediano Ziglio wrote: > For xen.gz file we strip all symbols and have an additional > xen-syms file version with all symbols. > Make xen.efi more coherent stripping all symbols too. > xen.efi.elf can be used for debugging. Agreed.  What Xen previous had violates the princi

Re: [PATCH] xen: Strip xen.efi by default

2025-06-10 Thread Jan Beulich
On 10.06.2025 12:17, Andrew Cooper wrote: > On 10/06/2025 11:12 am, Frediano Ziglio wrote: >> For xen.gz file we strip all symbols and have an additional >> xen-syms file version with all symbols. >> Make xen.efi more coherent stripping all symbols too. >> xen.efi.elf can be used for debugging. >