aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2020-08-21 12:43:09 -0700
committerIngo Molnar <mingo@kernel.org>2020-09-01 10:03:18 +0200
commit414d2ff5e5f21049b6b242271a6a8579f9dffc1b (patch)
tree0d5665baef5f2de6e0d5d1608a69e9f436524489
parentx86/boot/compressed: Remove, discard, or assert for unwanted sections (diff)
downloadlinux-dev-414d2ff5e5f21049b6b242271a6a8579f9dffc1b.tar.xz
linux-dev-414d2ff5e5f21049b6b242271a6a8579f9dffc1b.zip
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 <keescook@chromium.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://lore.kernel.org/r/20200821194310.3089815-29-keescook@chromium.org
-rw-r--r--arch/x86/boot/compressed/vmlinux.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S
index 02f6feb0e55b..112b2375d021 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