From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoxlA-0001Xy-IP for qemu-devel@nongnu.org; Wed, 21 Oct 2015 14:05:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zoxl3-0001Z2-6E for qemu-devel@nongnu.org; Wed, 21 Oct 2015 14:05:09 -0400 References: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> From: Cole Robinson Message-ID: <5627D3CF.9090003@redhat.com> Date: Wed, 21 Oct 2015 14:05:03 -0400 MIME-Version: 1.0 In-Reply-To: <1445449930-23525-1-git-send-email-mdroth@linux.vnet.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Michael Roth , qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org 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=CVE-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, Cole