Re: [PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)

2020-06-12 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 6/12/20 9:44 PM, no-re...@patchew.org wrote: >> Patchew URL: >> https://patchew.org/QEMU/20200612190237.30436-1-alex.ben...@linaro.org/ >> CC x86_64-softmmu/fpu/softfloat.o >> CC x86_64-softmmu/disas.o >> /usr/bin/ld: >> /usr/lib64/clang/10.0.

Re: [PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)

2020-06-12 Thread Philippe Mathieu-Daudé
On 6/12/20 9:44 PM, no-re...@patchew.org wrote: > Patchew URL: > https://patchew.org/QEMU/20200612190237.30436-1-alex.ben...@linaro.org/ > CC x86_64-softmmu/fpu/softfloat.o > CC x86_64-softmmu/disas.o > /usr/bin/ld: > /usr/lib64/clang/10.0.0/lib/linux/libclang_rt.asan-x86_64.a(asan_

Re: [PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)

2020-06-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200612190237.30436-1-alex.ben...@linaro.org/ Hi, This series failed the asan build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #!/bin/bash

[PATCH v1 00/18] testing/next (tsan, dtc warnings, cross-builds)

2020-06-12 Thread Alex Bennée
Hi, This is the current testing/next queue. Aside from the minor bumps and updates this returns --enable-tsan to the build. This can help with debugging race conditions. You need a fairly recent clang to enable it but configure will bug out if it can't be turned on. Thanks to Robert Foley for pic