lkml.org 
[lkml]   [2024]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] modules: Drop the .export_symbol section from the final modules
    On Wed, Apr 17, 2024 at 01:35:30PM +0800, wangyao@lemote.com wrote:
    > From: Wang Yao <wangyao@lemote.com>
    >
    > Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
    > forget drop the .export_symbol section from the final modules.
    >
    > Signed-off-by: Wang Yao <wangyao@lemote.com>

    Masahiro, commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by
    modpost") was your change, wanna address / take it through your
    tree? It makes sense to me though.

    Luis

    > ---
    > scripts/module.lds.S | 1 +
    > 1 file changed, 1 insertion(+)
    >
    > diff --git a/scripts/module.lds.S b/scripts/module.lds.S
    > index bf5bcf2836d8..89ff01a22634 100644
    > --- a/scripts/module.lds.S
    > +++ b/scripts/module.lds.S
    > @@ -13,6 +13,7 @@ SECTIONS {
    > /DISCARD/ : {
    > *(.discard)
    > *(.discard.*)
    > + *(.export_symbol)
    > }
    >
    > __ksymtab 0 : { *(SORT(___ksymtab+*)) }
    > --
    > 2.27.0
    >

    \
     
     \ /
      Last update: 2024-05-27 18:24    [W:4.538 / U:0.960 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site