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!