Re: linux-next: build failure after merge of the mtd tree

From: Miquel Raynal

Date: Mon Feb 02 2026 - 03:47:40 EST


Hi,

On 30/01/2026 at 15:47:07 GMT, Mark Brown <broonie@xxxxxxxxxx> wrote:

> Hi all,
>
> After merging the mtd tree, today's linux-next build (arm64 defconfig)
> failed like this:
>
> ld: Unexpected GOT/PLT entries detected!
> ld: Unexpected run-time procedure linkages detected!
> ld: drivers/mtd/mtdcore.o: in function `cleanup_mtd':
> /tmp/next/build/drivers/mtd/mtdcore.c:2641:(.exit.text+0x18): undefined reference to `mtd_virt_concat_destroy_joins'
> ld: /tmp/next/build/drivers/mtd/mtdcore.c:2642:(.exit.text+0x1c): undefined reference to `mtd_virt_concat_destroy_items'
>
> Caused by commit
>
> 285871f1ff3c2 (mtd: Add driver for concatenating devices)
>
> I have used the version from next-20260129 instead.

Sorry for that, I believe I removed it on Thursday evening due to some
robot report, but it already reached -next.

Cheers,
Miquèl