From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35223) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adqRy-0008Si-Vz for qemu-devel@nongnu.org; Wed, 09 Mar 2016 21:35:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adqRu-0005hH-Sw for qemu-devel@nongnu.org; Wed, 09 Mar 2016 21:35:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:54508) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adqRu-0005hC-Jq for qemu-devel@nongnu.org; Wed, 09 Mar 2016 21:35:38 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 20030C0293A7 for ; Thu, 10 Mar 2016 02:35:38 +0000 (UTC) From: Peter Xu Date: Thu, 10 Mar 2016 10:35:23 +0800 Message-Id: <1457577325-21606-1-git-send-email-peterx@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] usb: trivial fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, famz@redhat.com, kraxel@redhat.com, peterx@redhat.com Patch 1 fixes one unbounded stack warning case. Sending patch 2 again for convenience, please just drop it if we do not need it. Thanks. Peter Xu (2): usb: fix unbound stack usage for usb_mtp_add_str usb: trivial cleanup for usb_mtp_add_str hw/usb/dev-mtp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- 2.4.3