On 4/4/23 14:16, Sudip Mukherjee wrote: > On Mon, 27 Mar 2023 at 08:29, Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: >> >> On Mon, 27 Mar 2023, Geert Uytterhoeven wrote: >>> JFYI, when comparing v6.3-rc4[1] to v6.3-rc3[3], the summaries are: >>> - build errors: +9/-1 >> >> + /kisskb/src/drivers/net/wireless/cisco/airo.c: error: 'status_rid.currentXmitRate' is used uninitialized [-Werror=uninitialized]: => 6163:45 >> >> sh4-gcc11/sh-allmodconfig >> seen before >> >> + error: modpost: "ebus_dma_enable" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_irq_enable" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_prepare" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_register" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_request" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_residue" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ebus_dma_unregister" [drivers/parport/parport_pc.ko] undefined!: => N/A >> + error: modpost: "ns87303_lock" [drivers/parport/parport_pc.ko] undefined!: => N/A >> >> sparc64-gcc11/sparc-allmodconfig >> seen before > > Tried sparc64 allmodconfig with gcc-11 and did not see the parport > errors with 6ab608fe852b ("Merge tag 'for-6.3-rc4-tag' of > git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux"). > Is it still being seen? > This is reported at http://kisskb.ellerman.id.au/kisskb/buildresult/14905002/ I still see it on sparc32 using gcc-12.2.0. The compiler info vs. the sparc-allmodconfig is confusing IMO. I am compiling with sparc-linux, not sparc64-linux. The .config file says: # CONFIG_64BIT is not set CONFIG_SPARC=y CONFIG_SPARC32=y -- ~Randy