Re: [PATCH v5 10/10] s390: vmlinux.lds.S: Reorder sections

From: Heiko Carstens
Date: Mon Jul 28 2025 - 10:13:41 EST


On Sat, Jul 26, 2025 at 07:59:16PM +0900, Masahiro Yamada wrote:
> On Thu, Jul 24, 2025 at 10:50 PM Alexey Gladkov <legion@xxxxxxxxxx> wrote:
> >
> > Reorder the sections to be placed in the default segment. The
> > .vmlinux.info use :NONE to override the default segment and tell the
> > linker to not put the section in any segment at all.
> >
> > >> s390x-linux-ld: .tmp_vmlinux1: warning: allocated section `.modinfo' not in segment
> > >> s390x-linux-ld: .tmp_vmlinux2: warning: allocated section `.modinfo' not in segment
> > >> s390x-linux-ld: vmlinux.unstripped: warning: allocated section `.modinfo' not in segment
>
> Thank you for root-causing!
>
> > Cc: Heiko Carstens <hca@xxxxxxxxxxxxx>
> > Cc: Vasily Gorbik <gor@xxxxxxxxxxxxx>
> > Cc: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>
> > Cc: linux-s390@xxxxxxxxxxxxxxx
>
> Hi s390 maintainers,
> I need this patch for kbuild tree.
> Ack is appreciated.

Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>

But can you reorder the series so this patch comes before any of the
patches which introduces the above warnings, please?

Thanks!