From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp0I3-0006r9-ON for qemu-devel@nongnu.org; Wed, 21 Oct 2015 16:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zp0Hz-0000Ly-LT for qemu-devel@nongnu.org; Wed, 21 Oct 2015 16:47:19 -0400 Received: from e19.ny.us.ibm.com ([129.33.205.209]:36260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zp0Hz-0000Lp-G0 for qemu-devel@nongnu.org; Wed, 21 Oct 2015 16:47:15 -0400 Received: from localhost by e19.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 21 Oct 2015 16:47:14 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <5627D3CF.9090003@redhat.com> References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> <5627D3CF.9090003@redhat.com> Message-ID: <20151021184326.18764.52357@loki> Date: Wed, 21 Oct 2015 13:43:26 -0500 Subject: Re: [Qemu-devel] [PATCH 00/40] Patch Round-up for stable 2.4.1, freeze on 2015-10-29 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 (2015-10-21 13:05:03) > On 10/21/2015 01:51 PM, Michael Roth wrote: > > Hi everyone, > > = > > The following new patches are queued for QEMU stable v2.4.1: > > = > > https://github.com/mdroth/qemu/commits/stable-2.4-staging > > = > > The release is planned for 2015-11-03: > > = > > http://wiki.qemu.org/Planning/2.4 > > = > > Please respond here or CC qemu-stable@nongnu.org on any patches you > > think should be included in the release. > > = > = > The patches for CVE-2015-7295 seem to be missing, as referenced here: > https://bugzilla.redhat.com/show_bug.cgi?id=3DCVE-2015-7295 > = > commit ce317461573bac12b10d67699b4ddf1f97cf066c > Author: Jason Wang > Date: Fri Sep 25 13:21:28 2015 +0800 > = > virtio: introduce virtqueue_unmap_sg() > = > commit 29b9f5efd78ae0f9cc02dd169b6e80d2c404bade > Author: Jason Wang > Date: Fri Sep 25 13:21:29 2015 +0800 > = > virtio: introduce virtqueue_discard() > = > commit 0cf33fb6b49a19de32859e2cdc6021334f448fb3 > Author: Jason Wang > Date: Fri Sep 25 13:21:30 2015 +0800 > = > virtio-net: correctly drop truncated packets Thanks, pushed to staging tree now. > = > = > Thanks, > Cole >=20