From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg9Y4-0001os-Eb for qemu-devel@nongnu.org; Fri, 02 May 2014 05:14:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wg9Xv-0005yh-Dr for qemu-devel@nongnu.org; Fri, 02 May 2014 05:14:28 -0400 Received: from mail-we0-x234.google.com ([2a00:1450:400c:c03::234]:58024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg9Xv-0005yc-78 for qemu-devel@nongnu.org; Fri, 02 May 2014 05:14:19 -0400 Received: by mail-we0-f180.google.com with SMTP id t61so4314408wes.11 for ; Fri, 02 May 2014 02:14:18 -0700 (PDT) Date: Fri, 2 May 2014 11:14:15 +0200 From: Stefan Hajnoczi Message-ID: <20140502091415.GF8005@stefanha-thinkpad.redhat.com> References: <1398422894-26658-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1398422894-26658-1-git-send-email-kraxel@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/9] usb: mtp: a bunch of fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Peter Wu On Fri, Apr 25, 2014 at 12:48:05PM +0200, Gerd Hoffmann wrote: > Hi, > > Here is a bunch of incremental fixes for the just merged > usb mtp device, coming from patch review by Peter and Stefan. > > cheers, > Gerd > > Gerd Hoffmann (9): > usb: mtp: replace debug printfs with trace points > usb: mtp: fix usb_mtp_add_u64 > usb: mtp: fix version (is decimal not bcd) > usb: mtp: fix serial (must be exact 32 chars) > usb: mtp: fix error path memory leak > usb: mtp: fix possible buffer overflow > usb: mtp: avoid empty description string > usb: mtp: drop data-out hexdump > usb: mtp: reply INCOMPLETE_TRANSFER on read errors > > hw/usb/dev-mtp.c | 29 +++++++++++++++++------------ > trace-events | 3 +++ > 2 files changed, 20 insertions(+), 12 deletions(-) Reviewed-by: Stefan Hajnoczi