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

regression in ppc -next #105

Closed nickdesaulniers closed 5 years ago

nickdesaulniers commented 5 years ago

@shenki can you triage this runtime panic from last nights run:

cc @groeck in case this is a known issue. https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/166630258

groeck commented 5 years ago

On 12/21/18 9:33 AM, Nick Desaulniers wrote:

@shenki https://github.com/shenki can you triage this runtime panic from last nights run:

cc @groeck https://github.com/groeck in case this is a known issue. https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/166630258

It is a known issue. It should be fixed in next-20181221. Try to revert "iommu/of: Don't call iommu_ops->add_device directly" and see if it fixes your problem (or try next-20181221).

Guenter

shenki commented 5 years ago

It looks like the issue is resolved now.