lkml.org 
[lkml]   [2020]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 34/36] x86/boot/compressed: Add missing debugging sections to output
    Date
    Include the missing DWARF and STABS sections in the compressed image,
    when they are present.

    Signed-off-by: Kees Cook <keescook@chromium.org>
    ---
    arch/x86/boot/compressed/vmlinux.lds.S | 2 ++
    1 file changed, 2 insertions(+)

    diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S
    index 1fb9809a9e61..a7a68415b999 100644
    --- a/arch/x86/boot/compressed/vmlinux.lds.S
    +++ b/arch/x86/boot/compressed/vmlinux.lds.S
    @@ -80,6 +80,8 @@ SECTIONS
    . = ALIGN(PAGE_SIZE); /* keep ZO size page aligned */
    _end = .;

    + STABS_DEBUG
    + DWARF_DEBUG
    ELF_DETAILS

    DISCARDS
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-08-01 01:09    [W:4.789 / U:0.044 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site