[PATCH v3] kbuild: Strip runtime const RELA sections correctly

Masahiro Yamada masahiroy at kernel.org
Fri Jan 31 10:57:49 PST 2025


On Sat, Feb 1, 2025 at 3:40 AM Ard Biesheuvel <ardb at kernel.org> wrote:
>
> On Fri, 31 Jan 2025 at 19:35, Masahiro Yamada <masahiroy at kernel.org> wrote:
> >
> > On Tue, Jan 14, 2025 at 12:53 AM Ard Biesheuvel <ardb+git at google.com> wrote:
> > >
> > > From: Ard Biesheuvel <ardb at kernel.org>
> > >
> > > Due to the fact that runtime const ELF sections are named without a
> > > leading period or double underscore, the RSTRIP logic that removes the
> > > static RELA sections from vmlinux fails to identify them.
> >
> >
> > Dumb question - why can't you rename the section 'runtime*' to '.runtime*' ?
> >
> > .rel* matches to sections that just happen to start with '.rel',
> > which may not be REL or RELA.
> >
>
> That is what I proposed originally [0] but it was shot down by Linus.
>
> [0] https://lore.kernel.org/all/20241014125703.2287936-4-ardb+git@google.com/T/#u


Does this work ?

$(OBJCOPY) --remove-relocations='*' $@




-- 
Best Regards
Masahiro Yamada



More information about the linux-riscv mailing list