From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXDGn-0002Dp-JW for qemu-devel@nongnu.org; Tue, 09 Aug 2016 16:05:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bXDGj-0007Tf-9r for qemu-devel@nongnu.org; Tue, 09 Aug 2016 16:05:00 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:55006 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bXDGj-0007TA-4z for qemu-devel@nongnu.org; Tue, 09 Aug 2016 16:04:57 -0400 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u79JxrZu055846 for ; Tue, 9 Aug 2016 16:04:56 -0400 Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) by mx0a-001b2d01.pphosted.com with ESMTP id 24qm9pkpsa-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 09 Aug 2016 16:04:55 -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, 9 Aug 2016 14:04:55 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1470690267-31454-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1470690267-31454-1-git-send-email-mdroth@linux.vnet.ibm.com> Date: Tue, 09 Aug 2016 15:04:44 -0500 Message-Id: <20160809200444.7011.76512@loki> Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH 00/56] Patch Round-up for stable 2.6.1, freeze on 2016-08-12 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-stable@nongnu.org Quoting Michael Roth (2016-08-08 16:03:31) > Hi everyone, > = > The following new patches are queued for QEMU stable v2.6.1: > = > https://github.com/mdroth/qemu/commits/stable-2.6-staging > = > The release is planned for 2016-08-17: > = > http://wiki.qemu.org/Planning/2.6 > = > Please respond here or CC qemu-stable@nongnu.org on any patches you > think should be included in the release. Updated with the following additions: scsi: megasas: null terminate bios version buffer (Prasad J Pandit) scsi: esp: make cmdbuf big enough for maximum CDB size (Prasad J Pandit) scsi: esp: clean up handle_ti/esp_do_dma if s->do_cmd (Paolo Bonzini) scsi: esp: respect FIFO invariant after message phase (Paolo Bonzini) scsi: esp: check buffer length before reading scsi command (Prasad J Pandit) scsi: megasas: check 'read_queue_head' index value (Prasad J Pandit) scsi: megasas: initialise local configuration data buffer (Prasad J Pandit) scsi: megasas: use appropriate property buffer size (Prasad J Pandit) net: mipsnet: check packet length against buffer (Prasad J Pandit) hw/arm/virt: Reject gic-version=3Dhost for non-KVM (Cole Robinson) ui: spice: Exit if gl=3Don EGL init fails (Cole Robinson) sdl2: skip init without outputs (Gerd Hoffmann) ui: sdl2: Release grab before opening console window (Cole Robinson) ui: gtk: fix crash when terminal inner-border is NULL (Cole Robinson) ahci: free irqs array (Marc-Andr=C3=A9 Lureau) ahci: fix sglist leak on retry (Marc-Andr=C3=A9 Lureau) macio: set res_count value to 0 after non-block ATAPI DMA transfers (Mark C= ave-Ayland) atapi: fix halted DMA reset (John Snow) Thank you for the suggestions.