From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcFh-0006aK-F5 for qemu-devel@nongnu.org; Mon, 12 Sep 2016 21:11:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjcFc-0005vG-Oa for qemu-devel@nongnu.org; Mon, 12 Sep 2016 21:11:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjcFc-0005vC-JP for qemu-devel@nongnu.org; Mon, 12 Sep 2016 21:11:04 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 21E5D12B2E for ; Tue, 13 Sep 2016 01:11:04 +0000 (UTC) Date: Tue, 13 Sep 2016 09:11:02 +0800 From: Fam Zheng Message-ID: <20160913011102.GA15800@lemon> References: <1473689334-29138-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL 00/17] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On Mon, 09/12 16:56, Peter Maydell wrote: > On 12 September 2016 at 16:12, Peter Maydell wrote: > > On 12 September 2016 at 15:08, Stefan Hajnoczi wrote: > >> The following changes since commit c2a57aae9a1c3dd7de77daf5478df10379aeeebf: > >> > >> Merge remote-tracking branch 'remotes/famz/tags/docker-pull-request' into staging (2016-09-09 12:49:41 +0100) > >> > >> are available in the git repository at: > >> > >> git://github.com/stefanha/qemu.git tags/block-pull-request > >> > >> for you to fetch changes up to 8f1096787517c66b67cc29bab65edc0188a86326: > >> > >> tests: fix qvirtqueue_kick (2016-09-12 15:06:29 +0100) > > > > > > /replication/primary/get_error: OK > > /replication/secondary/get_error: OK > > > > Please can you rename these tests? They create false positives in > > scripts that look in the build logs for errors by grepping for > > "error:" or "warning:". > > Also, two new sanitizer errors: > > /home/petmay01/linaro/qemu-for-merges/block/qcow2.c:1807:41: runtime > error: null pointer passed as argument 2, which is declared to never > be null > /home/petmay01/linaro/qemu-for-merges/block/qcow2-cluster.c:86:26: > runtime error: null pointer passed as argument 2, which is declared to > never be null > > both attempts to memcpy() from a NULL source pointer while running > the tests/test-replication test. > Stefan, if you are going to do another PULL, do you mind including https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg01717.html as well? :) Fam