Following build failures noticed on Linux next-20230419 for mips. Regressions found on mips: - build/clang-nightly-allnoconfig - build/clang-16-allnoconfig - build/clang-16-tinyconfig - build/clang-nightly-tinyconfig arch/mips/kernel/genex.S:520:2: warning: macro defined with named parameters which are not used in macro body, possible positional parameter found in body which will have no effect .macro __BUILD_verbose nexception ^ WARNING: modpost: vmlinux.o: section mismatch in reference: check_bugs (section: .text) -> check_bugs32 (section: .init.text) ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them. make[2]: *** [scripts/Makefile.modpost:136: vmlinux.symvers] Error 1 make[2]: *** Deleting file 'vmlinux.symvers' make[2]: Target '__modpost' not remade because of errors. make[1]: *** [Makefile:1978: modpost] Error 2 Build details: --------- - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230419/testrun/16367253/suite/build/test/clang-16-tinyconfig/details/ - https://qa-reports.linaro.org/lkft/linux-next-master/build/next-20230419/testrun/16367253/suite/build/test/clang-16-tinyconfig/log Steps to reproduce: ---------- # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake # # See https://docs.tuxmake.org/ for complete documentation. # Original tuxmake command with fragments listed below. tuxmake --runtime podman --target-arch mips --toolchain clang-16 --kconfig tinyconfig LLVM=1 LLVM_IAS=1 -- Linaro LKFT https://lkft.linaro.org