Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH v4.14] x86/purgatory: Don't generate debug info for purgatory.ro
@ 2023-04-21 22:40 Alyssa Ross
  2023-04-23 13:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Alyssa Ross @ 2023-04-21 22:40 UTC (permalink / raw)
  To: stable, Greg KH
  Cc: Nick Cao, Ingo Molnar, Pingfan Liu, Nick Desaulniers, Steve Wahl,
	Dave Young, Alyssa Ross

From: Pingfan Liu <kernelfans@gmail.com>

Purgatory.ro is a standalone binary that is not linked against the rest of
the kernel.  Its image is copied into an array that is linked to the
kernel, and from there kexec relocates it wherever it desires.

Unlike the debug info for vmlinux, which can be used for analyzing crash
such info is useless in purgatory.ro. And discarding them can save about
200K space.

 Original:
   259080  kexec-purgatory.o
 Stripped debug info:
    29152  kexec-purgatory.o

Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
Acked-by: Dave Young <dyoung@redhat.com>
Link: https://lore.kernel.org/r/1596433788-3784-1-git-send-email-kernelfans@gmail.com
(cherry picked from commit 52416ffcf823ee11aa19792715664ab94757f111)
Signed-off-by: Alyssa Ross <hi@alyssa.is>
---
 arch/x86/purgatory/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/purgatory/Makefile b/arch/x86/purgatory/Makefile
index 2f15a2ac4209..2040ddb824c2 100644
--- a/arch/x86/purgatory/Makefile
+++ b/arch/x86/purgatory/Makefile
@@ -20,6 +20,9 @@ KBUILD_CFLAGS := -fno-strict-aliasing -Wall -Wstrict-prototypes -fno-zero-initia
 KBUILD_CFLAGS += -m$(BITS)
 KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
 
+AFLAGS_REMOVE_setup-x86_$(BITS).o	+= -Wa,-gdwarf-2
+AFLAGS_REMOVE_entry64.o			+= -Wa,-gdwarf-2
+
 $(obj)/purgatory.ro: $(PURGATORY_OBJS) FORCE
 		$(call if_changed,ld)
 
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v4.14] x86/purgatory: Don't generate debug info for purgatory.ro
  2023-04-21 22:40 [PATCH v4.14] x86/purgatory: Don't generate debug info for purgatory.ro Alyssa Ross
@ 2023-04-23 13:10 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2023-04-23 13:10 UTC (permalink / raw)
  To: Alyssa Ross
  Cc: stable, Nick Cao, Ingo Molnar, Pingfan Liu, Nick Desaulniers,
	Steve Wahl, Dave Young

On Fri, Apr 21, 2023 at 10:40:48PM +0000, Alyssa Ross wrote:
> From: Pingfan Liu <kernelfans@gmail.com>
> 
> Purgatory.ro is a standalone binary that is not linked against the rest of
> the kernel.  Its image is copied into an array that is linked to the
> kernel, and from there kexec relocates it wherever it desires.
> 
> Unlike the debug info for vmlinux, which can be used for analyzing crash
> such info is useless in purgatory.ro. And discarding them can save about
> 200K space.
> 
>  Original:
>    259080  kexec-purgatory.o
>  Stripped debug info:
>     29152  kexec-purgatory.o
> 
> Signed-off-by: Pingfan Liu <kernelfans@gmail.com>
> Signed-off-by: Ingo Molnar <mingo@kernel.org>
> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
> Reviewed-by: Steve Wahl <steve.wahl@hpe.com>
> Acked-by: Dave Young <dyoung@redhat.com>
> Link: https://lore.kernel.org/r/1596433788-3784-1-git-send-email-kernelfans@gmail.com
> (cherry picked from commit 52416ffcf823ee11aa19792715664ab94757f111)
> Signed-off-by: Alyssa Ross <hi@alyssa.is>
> ---
>  arch/x86/purgatory/Makefile | 3 +++
>  1 file changed, 3 insertions(+)
>

All now queued up, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-23 13:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 22:40 [PATCH v4.14] x86/purgatory: Don't generate debug info for purgatory.ro Alyssa Ross
2023-04-23 13:10 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox