From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXRzf-0002za-5V for qemu-devel@nongnu.org; Mon, 16 Mar 2015 06:11:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXRzV-0005co-BW for qemu-devel@nongnu.org; Mon, 16 Mar 2015 06:11:31 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:36947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXRzU-0005bP-NG for qemu-devel@nongnu.org; Mon, 16 Mar 2015 06:11:21 -0400 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Mar 2015 15:41:18 +0530 Received: from d28relay01.in.ibm.com (d28relay01.in.ibm.com [9.184.220.58]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id F011F3940063 for ; Mon, 16 Mar 2015 15:41:13 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay01.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t2GAB3EJ35389674 for ; Mon, 16 Mar 2015 15:41:04 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t2GAB2Uq024587 for ; Mon, 16 Mar 2015 15:41:03 +0530 From: "Aneesh Kumar K.V" Date: Mon, 16 Mar 2015 15:39:37 +0530 Message-Id: <1426500583-15712-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> Subject: [Qemu-devel] [PULL] VirtFS update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws, peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, "Aneesh Kumar K.V" Hi, Please pull the below update for VirtFS The following changes since commit ee74801035b0b5f1fdfd4e31d3a53f511f91c804: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150311' into staging (2015-03-11 18:22:15 +0000) are available in the git repository at: https://github.com/kvaneesh/qemu.git for-upstream for you to fetch changes up to 4ed7b2c3a78f785a1bcbe575e08c379b166723e3: virtio: Fix memory leaks reported by Coverity (2015-03-16 13:32:24 +0530) ---------------------------------------------------------------- Michael Tokarev (2): 9pfs-local: simplify/optimize local_mapped_attr_path() 9pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadv Shannon Zhao (3): hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds access fsdev/virtfs-proxy-helper: Fix improper use of negative value virtfs-proxy: Fix possible overflow Stefan Weil (1): virtio: Fix memory leaks reported by Coverity fsdev/virtfs-proxy-helper.c | 4 ++++ hw/9pfs/virtio-9p-local.c | 52 ++++++++++++++++--------------------------- hw/9pfs/virtio-9p-posix-acl.c | 2 +- hw/9pfs/virtio-9p-proxy.c | 22 +++++++++--------- 4 files changed, 36 insertions(+), 44 deletions(-) -- 2.1.0