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

From: Naresh Kamboju
Date: Tue Jul 20 2021 - 04:17:52 EST


On Tue, 20 Jul 2021 at 13:13, Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the printk tree, today's linux-next build (mips allnoconfig)
> failed like this:
>
> arch/mips/kernel/genex.o: In function `handle_mcheck_int':
> (.text+0x190c): undefined reference to `printk'
> arch/mips/kernel/genex.o: In function `handle_reserved_int':
> (.text+0x1c8c): undefined reference to `printk'
>
> Caused by commit
>
> 337015573718 ("printk: Userspace format indexing support")

Following MIPS builds failed at our end due the reported problem.

- build/gcc-10-allnoconfig
- build/gcc-10-ar7_defconfig
- build/gcc-10-ath79_defconfig
- build/gcc-10-bcm47xx_defconfig
- build/gcc-10-bcm63xx_defconfig
- build/gcc-10-cavium_octeon_defconfig
- build/gcc-10-defconfig
- build/gcc-10-e55_defconfig
- build/gcc-10-malta_defconfig
- build/gcc-10-nlm_xlp_defconfig
- build/gcc-10-rt305x_defconfig


>
> --
> Cheers,
> Stephen Rothwell

- Naresh