Hi Nathan, On Fri, Sep 03, 2021 at 05:18:48PM -0700, Nathan Chancellor wrote: > On Sat, Sep 04, 2021 at 12:10:14AM -0000, CKI Project wrote: > > We ran automated tests on a recent commit from this kernel tree: > > > > Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > Commit: f1583cb1be35 - Merge tag 'linux-kselftest-next-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest > > > > ppc64le: FAILED (see build-ppc64le.log.xz attachment) > > s390x: FAILED (see build-s390x.log.xz attachment) > > > > ppc64le: > > make options: make CC=clang -j24 INSTALL_MOD_STRIP=1 targz-pkg > > > > s390x: > > make options: make CC=clang -j24 INSTALL_MOD_STRIP=1 targz-pkg > > > ppc64le: https://github.com/ClangBuiltLinux/linux/issues/672 > s390: https://github.com/ClangBuiltLinux/linux/issues/1356 > > This is caused by the implicit switch to the integrated assembler in commit > f12b034afeb3 ("scripts/Makefile.clang: default to LLVM_IAS=1"). Please add > 'LLVM_IAS=0' to the 'CC=clang' commands above and the build should be back to > passing like before. Thank you! I filed [1][2] to fix/track this. Cheers Michael [1] https://gitlab.com/cki-project/pipeline-definition/-/merge_requests/1382 [2] https://gitlab.com/cki-project/pipeline-definition/-/issues/77