From: Kees Cook Date: Fri, 21 Aug 2020 19:43:09 +0000 (-0700) Subject: x86/boot/compressed: Add missing debugging sections to output X-Git-Tag: core-build-2020-10-12~5 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=414d2ff5e5f21049b6b242271a6a8579f9dffc1b;p=users%2Fdwmw2%2Flinux.git x86/boot/compressed: Add missing debugging sections to output Include the missing DWARF and STABS sections in the compressed image, when they are present. Signed-off-by: Kees Cook Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20200821194310.3089815-29-keescook@chromium.org --- diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S index 02f6feb0e55be..112b2375d021b 100644 --- a/arch/x86/boot/compressed/vmlinux.lds.S +++ b/arch/x86/boot/compressed/vmlinux.lds.S @@ -69,6 +69,8 @@ SECTIONS . = ALIGN(PAGE_SIZE); /* keep ZO size page aligned */ _end = .; + STABS_DEBUG + DWARF_DEBUG ELF_DETAILS DISCARDS