[2023-06-18 07:28] Naresh Kamboju:
Following regressions found on stable rc 5.4 while building MIPS configs, Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> MIPS: Restore Au1300 support [ Upstream commit f2041708dee30a3425f680265c337acd28293782 ] Build log: ====== arch/mips/kernel/cpu-probe.c: In function 'cpu_probe': arch/mips/kernel/cpu-probe.c:2125:9: error: duplicate case value 2125 | case PRID_COMP_NETLOGIC: | ^~~~ arch/mips/kernel/cpu-probe.c:2099:9: note: previously used here 2099 | case PRID_COMP_NETLOGIC: | ^~~~ make[3]: *** [scripts/Makefile.build:262: arch/mips/kernel/cpu-probe.o] Error 1
The same issue also affects both the 5.10 and the 5.15 branch. Regards Pascal