From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47651) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiV58-0004db-6J for qemu-devel@nongnu.org; Tue, 22 Mar 2016 18:47:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aiV54-0002C5-4U for qemu-devel@nongnu.org; Tue, 22 Mar 2016 18:47:22 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:52713) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aiV53-0002Af-TD for qemu-devel@nongnu.org; Tue, 22 Mar 2016 18:47:18 -0400 Received: from localhost by e34.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 22 Mar 2016 16:47:15 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <56F04C3E.8020504@redhat.com> References: <1458581313-19045-1-git-send-email-mdroth@linux.vnet.ibm.com> <56F04C3E.8020504@redhat.com> Message-ID: <20160322224700.7132.75363@loki> Date: Tue, 22 Mar 2016 17:47:00 -0500 Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH 00/35] Patch Round-up for stable 2.5.1, freeze on 2016-03-25 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cole Robinson , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org Quoting Cole Robinson (2016-03-21 14:32:14) > On 03/21/2016 01:27 PM, Michael Roth wrote: > > Hi everyone, > > = > > The following new patches are queued for QEMU stable v2.5.1: > > = > > https://github.com/mdroth/qemu/commits/stable-2.5-staging > > = > > The release is planned for 2016-03-29: > > = > > http://wiki.qemu.org/Planning/2.5 > > = > > Please respond here or CC qemu-stable@nongnu.org on any patches you > > think should be included in the release. > > = > > Testing/feedback is greatly appreciated. > > = > = > Here's some patches we have in Fedora that aren't in your tree that IMO a= re > stable candidates: > = > 99b4cb7 ahci: Do not unmap NULL addresses > 64ffbe0 hmp: fix sendkey out of bounds write (CVE-2015-8619) > 4c1396c i386: avoid null pointer dereference > 4ab0359 ide: ahci: reset ncq object to unused on error > 362786f net: check packet payload length > aa7f996 net: ne2000: fix bounds check in ioport operations > 49d925c usb: check page select value while processing iTD > fe3c546 usb: check RNDIS buffer offsets & length > 64c9bc1 usb: check RNDIS message length > 80eecda usb: check USB configuration descriptor object > d62d9dc vmdk: Create streamOptimized as version 3 > 3db1d98 vmdk: Fix converting to streamOptimized > = > vmdk patches are for https://bugzilla.redhat.com/show_bug.cgi?id=3D1299185 > Rest are security issues Thanks, definitely good to have. Have them all applied locally and will push after another round of testing. > = > Thanks, > Cole >=20