From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjGfK-00019V-Fh for qemu-devel@nongnu.org; Tue, 28 Oct 2014 19:59:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjGfC-0003Xv-DP for qemu-devel@nongnu.org; Tue, 28 Oct 2014 19:59:06 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:48112) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjGfC-0003Xi-6d for qemu-devel@nongnu.org; Tue, 28 Oct 2014 19:58:58 -0400 Received: by mail-wi0-f170.google.com with SMTP id q5so278738wiv.1 for ; Tue, 28 Oct 2014 16:58:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54502DBC.8070507@redhat.com> Date: Wed, 29 Oct 2014 00:58:52 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1414422825-6166-1-git-send-email-pbonzini@redhat.com> <544FD8EC.6010804@redhat.com> In-Reply-To: <544FD8EC.6010804@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PULL 00/28] Changes for 2014-10-27 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On 10/28/2014 06:57 PM, Paolo Bonzini wrote: > > > On 10/28/2014 05:49 PM, Peter Maydell wrote: >> On 28 October 2014 16:40, Peter Maydell wrote: >>> I'm in the process of testing whether this is actually introduced >>> by this set of patches or if they just happened to disturb something >>> to the point where it caused glibc on the 32 bit box to complain. >> >> It does seem to also be present in master. I'd prefer to >> have a fix for this before pushing any more pullreqs, ideally, >> because "make check is unreliable" makes testing new pulls >> awkward. > > Should we push hard freeze by one week and "slush" the tree until this > is fixed? I can look at it tomorrow. I think I found the problem and have posted a patch that fixes it. It's limited to virtio-rng. Paolo