lkml.org 
[lkml]   [2020]   [Aug]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH v6 27/29] x86/boot/compressed: Remove, discard, or assert for unwanted sections
On Fri, Aug 21, 2020 at 12:43:08PM -0700, Kees Cook wrote:
> In preparation for warning on orphan sections, stop the linker from
> generating the .eh_frame* sections, discard unwanted non-zero-sized
> generated sections, and enforce other expected-to-be-zero-sized sections
> (since discarding them might hide problems with them suddenly gaining
> unexpected entries).
>
> Signed-off-by: Kees Cook <keescook@chromium.org>
> .rel.dyn : {
> - *(.rel.*)
> + *(.rel.*) *(.rel_*)
> }
> ASSERT(SIZEOF(.rel.dyn) == 0, "Unexpected run-time relocations (.rel) detected!")
>
> .rela.dyn : {
> - *(.rela.*)
> + *(.rela.*) *(.rela_*)
> }
> ASSERT(SIZEOF(.rela.dyn) == 0, "Unexpected run-time relocations (.rela) detected!")
> }
> --
> 2.25.1
>

When do you get .rela_?

\
 
 \ /
  Last update: 2020-08-21 22:02    [W:0.302 / U:0.912 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site