From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0pK7-0003YJ-HS for qemu-devel@nongnu.org; Sun, 30 Oct 2016 08:34:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0pK4-0001pk-9Z for qemu-devel@nongnu.org; Sun, 30 Oct 2016 08:34:51 -0400 Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:57630) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c0pK4-0001pO-0B for qemu-devel@nongnu.org; Sun, 30 Oct 2016 08:34:48 -0400 Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u9UCXObk009015 for ; Sun, 30 Oct 2016 08:34:46 -0400 Received: from e06smtp14.uk.ibm.com (e06smtp14.uk.ibm.com [195.75.94.110]) by mx0a-001b2d01.pphosted.com with ESMTP id 26cquu5hfb-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sun, 30 Oct 2016 08:34:46 -0400 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sun, 30 Oct 2016 12:34:44 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7262D2190056 for ; Sun, 30 Oct 2016 12:33:56 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u9UCYfcL39518286 for ; Sun, 30 Oct 2016 12:34:41 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u9UCYeMw032116 for ; Sun, 30 Oct 2016 06:34:40 -0600 From: Greg Kurz Date: Sun, 30 Oct 2016 13:34:21 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <1477830868-12274-1-git-send-email-groug@kaod.org> Subject: [Qemu-devel] [PULL 0/7] 9p patches for 2.8 20161030 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , "Aneesh Kumar K.V" , Greg Kurz The following changes since commit 5b2ecabaeabc17f032197246c4846b9ba95ba8a6: Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20161028-1' into staging (2016-10-28 17:59:04 +0100) are available in the git repository at: https://github.com/gkurz/qemu.git tags/for-upstream for you to fetch changes up to d7d2edb7470b110c0aae3e7e18d92cc6e147826a: 9pfs: drop excessive error message from virtfs_reset() (2016-10-30 13:26:08 +0100) ---------------------------------------------------------------- This pull request mostly contains some more fixes to prevent buggy guests from breaking QEMU. ---------------------------------------------------------------- Greg Kurz (4): 9pfs: limit xattr size in xattrcreate 9pfs: xattrcreate requires non-opened fids 9pfs: don't BUG_ON() if fid is already opened 9pfs: drop excessive error message from virtfs_reset() Li Qiang (3): 9pfs: add xattrwalk_fid field in V9fsXattr struct 9pfs: convert 'len/copied_len' field in V9fsXattr to the type of uint64_t 9pfs: fix integer overflow issue in xattr read/write hw/9pfs/9p.c | 80 +++++++++++++++++++++++++++++----------------------- hw/9pfs/9p.h | 5 ++-- hw/9pfs/trace-events | 2 +- 3 files changed, 49 insertions(+), 38 deletions(-) -- 2.5.5