From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgMeL-0002os-QQ for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:51:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgMeK-0002oP-Rj for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:51:09 -0400 Received: from [199.232.76.173] (port=49360 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgMeK-0002o8-KL for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:51:08 -0400 Received: from alpha.arachsys.com ([91.203.57.7]:47707) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MgMeJ-0008IG-8J for qemu-devel@nongnu.org; Wed, 26 Aug 2009 13:51:07 -0400 Date: Wed, 26 Aug 2009 18:50:41 +0100 From: Chris Webb Subject: Re: [Qemu-devel] [GIT PULL] 0.10.7 stable release Message-ID: <20090826175041.GA2221@arachsys.com> References: <1251291946-25821-1-git-send-email-glommer@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1251291946-25821-1-git-send-email-glommer@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Glauber Costa Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org Glauber Costa writes: > These are the patches I am proposing for 0.10.7 stable release. If you disagree > with any of them, or think a patch should go in that is not in this list, let me know I have seen a large number of failures of production qemu-kvm virtual machines with segfaults in the VNC code. (Thread rooted at <20090812150159.GW5348@arachsys.com>.) Avi pointed out Gerd's patch 198a00: http://git.qemu.org/qemu.git/commit/?id=198a0039c5fca224a77e9761e2350dd9cc102ad0 which I backported <20090819224739.GB17276@arachsys.com>: http://lists.gnu.org/archive/html/qemu-devel/2009-08/msg00949.html This has massively reduced the crash rate of qemu-kvm processes across our clusters, although I still do a see a (much rarer) vnc-related segfault in vnc_framebuffer_update(). Although these use-after-free problems were seen in qemu-kvm, the code (and patch) are identical in standard qemu so I'd strongly recommend this backport of Gerd's patch for qemu-stable 0.10.7. Best wishes, Chris.