From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn11S-00081r-Bz for qemu-devel@nongnu.org; Thu, 22 Sep 2016 06:14:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn11Q-0006ow-Dy for qemu-devel@nongnu.org; Thu, 22 Sep 2016 06:14:29 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:36711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn11Q-0006oB-7l for qemu-devel@nongnu.org; Thu, 22 Sep 2016 06:14:28 -0400 Received: by mail-wm0-f45.google.com with SMTP id w84so243502323wmg.1 for ; Thu, 22 Sep 2016 03:14:28 -0700 (PDT) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 22 Sep 2016 11:13:10 +0100 Message-Id: <20160922101316.13064-4-alex.bennee@linaro.org> In-Reply-To: <20160922101316.13064-1-alex.bennee@linaro.org> References: <20160922101316.13064-1-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v2 3/9] new: blacklist.tsan List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, pbonzini@redhat.com, cota@braap.org, stefanha@redhat.com, kwolf@redhat.com Cc: mttcg@listserver.greensocs.com, fred.konrad@greensocs.com, a.rigo@virtualopensystems.com, bobby.prani@gmail.com, nikunj@linux.vnet.ibm.com, mark.burton@greensocs.com, jan.kiszka@siemens.com, serge.fdrv@gmail.com, rth@twiddle.net, peter.maydell@linaro.org, claudio.fontana@huawei.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= A list of blacklists for tsan instrumentation. One hopes more can be removed over time as tsan improves. The path needs to be absolute so it doesn't break when directories change during the build: ./configure --with-coroutine=gthread --disable-pie \ --extra-cflags="-g3 -O0 -fsanitize=thread \ -fsanitize-blacklist=/home/alex/lsrc/qemu/qemu.git/blacklist.tsan" Signed-off-by: Alex Bennée Reviewed-by: Marc-André Lureau --- blacklist.tsan | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 blacklist.tsan diff --git a/blacklist.tsan b/blacklist.tsan new file mode 100644 index 0000000..9e53a84 --- /dev/null +++ b/blacklist.tsan @@ -0,0 +1,2 @@ +# the vector intrinsics upset tsan +src:bufferiszero.c -- 2.9.3