From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avRdo-0001lR-Ud for qemu-devel@nongnu.org; Wed, 27 Apr 2016 11:44:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avRdl-0003o9-M2 for qemu-devel@nongnu.org; Wed, 27 Apr 2016 11:44:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avRdl-0003o5-GX for qemu-devel@nongnu.org; Wed, 27 Apr 2016 11:44:37 -0400 From: Markus Armbruster References: Date: Wed, 27 Apr 2016 17:44:34 +0200 In-Reply-To: (Peter Maydell's message of "Mon, 18 Apr 2016 12:22:05 +0100") Message-ID: <87fuu712fx.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] last call for bugs that need to be fixed for 2.6 release! List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Peter Maydell writes: > Hi; looking at http://wiki.qemu.org/Planning/2.6#Known_issues and > the mailing list we seem to be in reasonable shape for the 2.6 release. > I would ideally like the 2.6rc3 tarball which we will make later this > week to be the final one before full release. > > This is therefore the last call for any bugs that need to be fixed > for 2.6 or patches that must go in. If you have anything you think > should go into 2.6 please either add it to the "still unfixed in > master" part of the planning wiki page or follow up to this email to > describe it/link to the relevant patches/etc. [PATCH for-2.6 0/3] Fix dangling pointers and error message regressions 1+2/3 are small and simple. We can punt 3/3 to -stable if the patch looks too big for rc4.