From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmQhV-0006I2-JC for qemu-devel@nongnu.org; Tue, 20 Sep 2016 15:27:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmQhQ-0004CC-Hq for qemu-devel@nongnu.org; Tue, 20 Sep 2016 15:27:29 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:53654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmQhQ-0004Ag-8v for qemu-devel@nongnu.org; Tue, 20 Sep 2016 15:27:24 -0400 Received: from pps.filterd (m0098396.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8KJQ8q0077337 for ; Tue, 20 Sep 2016 15:27:22 -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 25kb3j0j34-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 20 Sep 2016 15:27:22 -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, 20 Sep 2016 13:27:21 -0600 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Michael Roth In-Reply-To: <1474391141-16623-1-git-send-email-mdroth@linux.vnet.ibm.com> References: <1474391141-16623-1-git-send-email-mdroth@linux.vnet.ibm.com> Date: Tue, 20 Sep 2016 14:27:06 -0500 Message-Id: <20160920192706.7471.87177@loki> Subject: Re: [Qemu-devel] [Qemu-stable] [PATCH 00/25] Patch Round-up for stable 2.6.2, freeze on 2016-08-26 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-09-20 12:05:16) > Hi everyone, > = > The following new patches are queued for QEMU stable v2.6.2: > = > https://github.com/mdroth/qemu/commits/stable-2.6-staging > = > The release is planned for 2016-08-29: > = > 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. > = > Testing/feedback is greatly appreciated. > = > Thanks! > = > = Forgot to include the shortlog, here it is below: The following changes since commit fcf75ad007b760eb5299ef7d0dda462372b8739e: Update version for 2.6.1 release (2016-08-17 10:24:53 -0500) are available in the git repository at: git://github.com/mdroth/qemu.git stable-2.6-staging for you to fetch changes up to 6e184753b3c1ba10e4b552805cb00ec8c51560b0: virtio-scsi: Don't abort when media is ejected (2016-09-20 11:39:39 -0500) ---------------------------------------------------------------- Daniel P. Berrange (2): ui: fix refresh of VNC server surface crypto: ensure XTS is only used with ciphers with 16 byte blocks Fam Zheng (3): iothread: Stop threads before main() quits scsi-disk: Cleaning up around tray open state virtio-scsi: Don't abort when media is ejected Gonglei (1): vnc: fix qemu crash because of SIGSEGV Greg Kurz (4): 9pfs: forbid illegal path names 9pfs: forbid . and .. in file names 9pfs: handle walk of ".." in the root directory 9pfs: fix potential segfault during walk Ladi Prosek (1): virtio-balloon: discard virtqueue element on reset Li Qiang (3): net: vmxnet: check IP header length net: vmxnet: use g_new for pkt initialisation scsi: mptsas: use g_new0 to allocate MPTSASRequest object Lin Ma (1): qemu-char: avoid segfault if user lacks of permisson of a given logfi= le Paolo Bonzini (1): scsi: mptconfig: fix misuse of MPTSAS_CONFIG_PACK Prasad J Pandit (4): net: check fragment length during fragmentation scsi: pvscsi: limit process IO loop to ring size vmw_pvscsi: check page count while initialising descriptor rings scsi: mptconfig: fix an assert expression Rony Weng (1): scsi-disk: change disk serial length from 20 to 36 Stefan Hajnoczi (3): virtio: recalculate vq->inuse after migration virtio: decrement vq->inuse in virtqueue_discard() virtio: zero vq->inuse in virtio_reset() Vadim Rozenfeld (1): iscsi: pass SCSI status back for SG_IO block/iscsi.c | 1 + crypto/cipher-gcrypt.c | 6 ++ crypto/cipher-nettle.c | 12 ++-- hw/9pfs/9p.c | 148 +++++++++++++++++++++++++++++++++++++++++= +--- hw/9pfs/9p.h | 1 + hw/net/vmxnet_tx_pkt.c | 12 ++-- hw/scsi/mptconfig.c | 6 +- hw/scsi/mptsas.c | 2 +- hw/scsi/scsi-disk.c | 26 +++----- hw/scsi/virtio-scsi.c | 15 +++-- hw/scsi/vmw_pvscsi.c | 24 ++++---- hw/virtio/virtio-balloon.c | 1 + hw/virtio/virtio.c | 17 ++++++ include/sysemu/iothread.h | 1 + iothread.c | 24 ++++++-- qemu-char.c | 6 ++ tests/test-crypto-cipher.c | 43 ++++++++++--- ui/vnc.c | 24 +++++--- vl.c | 2 + 19 files changed, 295 insertions(+), 76 deletions(-)