Re: [PATCH 0/3] kbuild: Fixes for fallout from recent modules.builtin.modinfo series

From: Nicolas Schier
Date: Thu Oct 09 2025 - 16:44:12 EST


On Wed, Oct 08, 2025 at 03:46:43PM -0700, Nathan Chancellor wrote:
> Hi all,
>
> This is a series to address some problems that were exposed by the
> recent modules.builtin.modinfo series that landed in commit c7d3dd9163e6
> ("Merge patch series "Add generated modalias to
> modules.builtin.modinfo"").
>
> The third patch is not directly related to the aforementioned series, as
> the warning it fixes happens prior to the series but commit 8d18ef04f940
> ("s390: vmlinux.lds.S: Reorder sections") from the series creates
> conflicts in this area, so I included it here.
>
> I plan to send at least the first two patches to Linus by Saturday for
> -rc1 but I will take the third with an Ack.
>
> ---
> Nathan Chancellor (3):
> kbuild: Restore pattern to avoid stripping .rela.dyn from vmlinux
> kbuild: Add '.rel.*' strip pattern for vmlinux
> s390/vmlinux.lds.S: Move .vmlinux.info to end of allocatable sections
>
> arch/s390/kernel/vmlinux.lds.S | 44 +++++++++++++++++++++---------------------
> scripts/Makefile.vmlinux | 5 ++++-
> 2 files changed, 26 insertions(+), 23 deletions(-)

Thanks!

Acked-by: Nicolas Schier <nsc@xxxxxxxxxx>