HI Greg, On Mon, Dec 13, 2021 at 9:51 AM Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > This is the start of the stable review cycle for the 4.19.221 release. > There are 74 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 15 Dec 2021 09:29:16 +0000. > Anything received after that time might be too late. Just an initial report. mips allmodconfig is failing with the following error. drivers/spi/spi-sh-msiof.c:78: warning: "STR" redefined 78 | #define STR 0x40 /* Status Register */ | In file included from ./arch/mips/include/asm/mach-generic/spaces.h:15, from ./arch/mips/include/asm/addrspace.h:13, from ./arch/mips/include/asm/barrier.h:11, from ./include/linux/compiler.h:320, from ./arch/mips/include/asm/bitops.h:16, from ./include/linux/bitops.h:19, from ./include/linux/bitmap.h:8, from drivers/spi/spi-sh-msiof.c:14: ./arch/mips/include/asm/mipsregs.h:30: note: this is the location of the previous definition 30 | #define STR(x) __STR(x) | In file included from ./arch/mips/include/asm/sibyte/sb1250.h:41, from drivers/watchdog/sb_wdog.c:58: ./arch/mips/include/asm/sibyte/bcm1480_scd.h:274: warning: "M_SPC_CFG_CLEAR" redefined 274 | #define M_SPC_CFG_CLEAR M_BCM1480_SPC_CFG_CLEAR | In file included from ./arch/mips/include/asm/sibyte/sb1250.h:40, from drivers/watchdog/sb_wdog.c:58: ./arch/mips/include/asm/sibyte/sb1250_scd.h:405: note: this is the location of the previous definition 405 | #define M_SPC_CFG_CLEAR _SB_MAKEMASK1(32) | In file included from ./arch/mips/include/asm/sibyte/sb1250.h:41, from drivers/watchdog/sb_wdog.c:58: ./arch/mips/include/asm/sibyte/bcm1480_scd.h:275: warning: "M_SPC_CFG_ENABLE" redefined 275 | #define M_SPC_CFG_ENABLE M_BCM1480_SPC_CFG_ENABLE | In file included from ./arch/mips/include/asm/sibyte/sb1250.h:40, from drivers/watchdog/sb_wdog.c:58: ./arch/mips/include/asm/sibyte/sb1250_scd.h:406: note: this is the location of the previous definition 406 | #define M_SPC_CFG_ENABLE _SB_MAKEMASK1(33) | /src/gcc-10/bin/mips-linux-ld: arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o: in function `__dtb_ocelot_pcb123_begin': (.dtb.init.rodata+0x0): multiple definition of `__dtb_ocelot_pcb123_begin'; arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o:(.dtb.init.rodata+0x0): first defined here /src/gcc-10/bin/mips-linux-ld: arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o: in function `__dtb_ocelot_pcb123_end': (.dtb.init.rodata+0x1003): multiple definition of `__dtb_ocelot_pcb123_end'; arch/mips/boot/dts/mscc/ocelot_pcb123.dtb.o:(.dtb.init.rodata+0x1003): first defined here /src/gcc-10/bin/mips-linux-ld: arch/mips/boot/dts/mti/sead3.dtb.o: in function `__dtb_sead3_begin': (.dtb.init.rodata+0x0): multiple definition of `__dtb_sead3_begin'; arch/mips/boot/dts/mti/sead3.dtb.o:(.dtb.init.rodata+0x0): first defined here /src/gcc-10/bin/mips-linux-ld: arch/mips/boot/dts/mti/sead3.dtb.o: in function `__dtb_sead3_end': (.dtb.init.rodata+0x100b): multiple definition of `__dtb_sead3_end'; arch/mips/boot/dts/mti/sead3.dtb.o:(.dtb.init.rodata+0x100b): first defined here make: *** [Makefile:1046: vmlinux] Error 1 -- Regards Sudip