lkml.org 
[lkml]   [2020]   [Sep]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    Subject[PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations
    From
    L4_PAGE_OFFSET is a constant value, so don't warn about absolute
    relocations.

    Signed-off-by: Sami Tolvanen <samitolvanen@google.com>
    ---
    arch/x86/tools/relocs.c | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c
    index ce7188cbdae5..8f3bf34840ce 100644
    --- a/arch/x86/tools/relocs.c
    +++ b/arch/x86/tools/relocs.c
    @@ -47,6 +47,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = {
    [S_ABS] =
    "^(xen_irq_disable_direct_reloc$|"
    "xen_save_fl_direct_reloc$|"
    + "L4_PAGE_OFFSET|"
    "VDSO|"
    "__crc_)",

    --
    2.28.0.402.g5ffc5be6b7-goog
    \
     
     \ /
      Last update: 2020-09-03 22:34    [W:4.045 / U:0.228 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site