[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPWE4_zzNniXzw-SV4V=mzEZ54CLkFaRSw8KwE6SQ4fDvssaPQ@mail.gmail.com>
Date: Sat, 11 May 2024 09:03:14 +0800
From: Ainux Wang <ainux.wang@...il.com>
To: mcgrof@...nel.org, masahiroy@...nel.org, Wang Yao <wangyao@...ote.com>,
linux-modules@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] modules: Drop the .export_symbol section from the final modules
Hi, everyone:
Could someone help to review this patch?
Best regards,
Ainux Wang.
Ainux Wang <ainux.wang@...il.com> 于2024年5月7日周二 13:15写道:
>
> Hi, everyone:
>
> Could someone review this patch?
>
> Best regards,
> Ainux Wang.
>
> <wangyao@...ote.com> 于2024年4月17日周三 13:35写道:
>
> >
> > From: Wang Yao <wangyao@...ote.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@...ote.com>
> > ---
> > 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
> >
Powered by blists - more mailing lists