From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btvjo-00083C-BT for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:00:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1btvjj-0003Md-My for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:00:52 -0400 Received: from mail-qk0-x233.google.com ([2607:f8b0:400d:c09::233]:35187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1btvjj-0003MF-8I for qemu-devel@nongnu.org; Tue, 11 Oct 2016 08:00:47 -0400 Received: by mail-qk0-x233.google.com with SMTP id z190so29319606qkc.2 for ; Tue, 11 Oct 2016 05:00:47 -0700 (PDT) References: <1476056526-30740-1-git-send-email-rth@twiddle.net> <1476056526-30740-14-git-send-email-rth@twiddle.net> <878ttvxtz4.fsf@linaro.org> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <878ttvxtz4.fsf@linaro.org> Date: Tue, 11 Oct 2016 13:00:44 +0100 Message-ID: <877f9fp02b.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v5 13/35] tcg: Add atomic helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org Alex Bennée writes: > Richard Henderson writes: > >> Add all of cmpxchg, op_fetch, fetch_op, and xchg. >> Handle both endian-ness, and sizes up to 8. >> Handle expanding non-atomically, when emulating in serial. >> >> Signed-off-by: Richard Henderson > > This still seems to be suffering expansion problems on Travis: > > https://travis-ci.org/stsquad/qemu/builds/166466729 > > I'll see if I can come up with a reproducer with the docker targets. So I haven't got the Travis target merged upstream yet. You can find them here with your patches: https://github.com/stsquad/qemu/tree/review/cmpxchg-atomics-v5-travis-debug With which: make docker-run-test-build@travis TARGET_LIST=aarch64-softmmu J=9 will show you the failure (modify J for cores ;-) -- Alex Bennée