ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

travis: Disable the integrated assembler for arm64 #286

Closed nathanchance closed 3 years ago

nathanchance commented 4 years ago

Note, as of next-20200707, arm32 and arm64 boot is broken but should be fixed in next-20200708 for reasons unrelated to LLVM:

https://lore.kernel.org/dmaengine/5f036d83.1c69fb81.10199.06d0@mx.google.com/ https://lore.kernel.org/dmaengine/159404871194.45151.3076873396834992441.stgit@djiang5-desk3.ch.intel.com/

No presubmit testing is done for that reason but this has been verified locally.

Fixes: https://travis-ci.com/github/ClangBuiltLinux/continuous-integration/jobs/358277535 Link: https://github.com/ClangBuiltLinux/linux/issues/1078

paulmenzel commented 3 years ago

The mentioned

Link: ClangBuiltLinux/linux#1081

seems to be incorrect, as that has nothing to do with arm64.

nathanchance commented 3 years ago

Good catch, thanks!

samitolvanen commented 3 years ago

Are the LKML links correct? How does the dmaengine patch break IAS?

nathanchance commented 3 years ago

Sorry if I wasn't clear but the links are for a separate issue that at the time that I wrote that commit message would have prevented a positive presubmit run so I did not do one. That issue is fixed as of next-20200708 so I have started a presubmit run here and I will update the commit message to remove that note and add that link when it is done.