Received: by 10.223.164.202 with SMTP id h10csp644827wrb; Mon, 6 Nov 2017 12:52:31 -0800 (PST) X-Google-Smtp-Source: ABhQp+Q79M1mcK5hmY8J3/bF5TuEeAYJMSGHsCTB8GBCvIcAgv/d/XuDxnJfQhNkOqdbXOb3Zt1E X-Received: by 10.84.128.75 with SMTP id 69mr16063725pla.151.1510001551483; Mon, 06 Nov 2017 12:52:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1510001551; cv=none; d=google.com; s=arc-20160816; b=o6C6xDKe6c8eN80DYAhyMadnDll7PNIYLU/aQYqp+uq/m4vXX/B4r8OcqVSq6wRhQY kO40eMSeENJ/Vl+lV1hbiotLyJuDWMlXkBgv4lzFdXiQFeo6ZR4NtrV2u+xo0AgovhWO v0JV3vZCaZt0078gqVf9xILCzJiCPwUFPNdrGs1MGUmRyXsCSgrYBuK2ReW3X3UoWZR1 3u4pKoTWrd3BIbIYSfHX59Q4y9nlzO4LMEix0xgXLnu/j1BVXKA3LG6df8UQ4VWggx9t ULQeWglAeQMXQcQSsJIoHNN0gt0yqWfsdfM21z9stopxXqj5iT8i53Gur+uKJnpQjamj Tu0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=L/4EFLFfrT6dyuP5D6uKEnQ17NqxOO3lVz+FpGj5BDg=; b=kPVymNllSngLkQXIefGsxh0ESLRNf2JS8zl5G04EwLMYV/V3CxHohs4LK8vptqDQbU HWaQP090GUoig42A/hVuuKgw6eeLuDs5IipfMy4X1nRZGJfaWTioJBNEmRDNDsoMla+S X7RTT87bMT0mkJOma/bhiCKrwUDlGu4e8PJTqhmB/p5EekMmEjHcxMc2tneROImUYLZf T+OtrenU3HiwgDyk6ZinFjbhFhddsLFagXwT7lb0aM0Bhu6kbscBhtRXLbFkoGZabJDK Y3gcjn5wiCvIm7n7HSd4ChULY/5xI8Q0BZvAOY9S87qt4IqmbildxqvU7lQteIE678Oo zL4A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=harvard.edu Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 39si10783536ple.489.2017.11.06.12.52.17; Mon, 06 Nov 2017 12:52:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=harvard.edu Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932951AbdKFTRD (ORCPT + 95 others); Mon, 6 Nov 2017 14:17:03 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:48376 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932576AbdKFTRB (ORCPT ); Mon, 6 Nov 2017 14:17:01 -0500 Received: (qmail 3056 invoked by uid 2102); 6 Nov 2017 14:17:00 -0500 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Nov 2017 14:17:00 -0500 Date: Mon, 6 Nov 2017 14:17:00 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: wlf cc: Minas Harutyunyan , William Wu , "John.Youn@synopsys.com" , "balbi@kernel.org" , "gregkh@linuxfoundation.org" , "heiko@sntech.de" , "linux-kernel@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-rockchip@lists.infradead.org" , "frank.wang@rock-chips.com" , "huangtao@rock-chips.com" , "dianders@google.com" , "daniel.meng@rock-chips.com" , "fml@rock-chips.com" Subject: Re: [PATCH] usb: dwc2: host: fix isoc urb actual length In-Reply-To: <392af079-7805-a22e-d332-cd7615adf6ba@rock-chips.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 6 Nov 2017, wlf wrote: > Hi Minas, > > 在 2017年11月06日 17:28, Minas Harutyunyan 写道: > > Hi, > > > > On 11/6/2017 12:46 PM, William Wu wrote: > >> The actual_length in dwc2_hcd_urb structure is used > >> to indicate the total data length transferred so far, > >> but in dwc2_update_isoc_urb_state(), it just updates > >> the actual_length of isoc frame, and don't update the > >> urb actual_length at the same time, this will cause > >> device drivers working error which depend on the urb > >> actual_length. > >> > >> we can easily find this issue if use an USB camera, > >> the userspace use libusb to get USB data from kernel > >> via devio driver.In usb devio driver, processcompl() > >> function will process urb complete and copy data to > >> userspace depending on urb actual_length. > >> > >> Let's update the urb actual_length if the isoc frame > >> is valid. > >> > >> Signed-off-by: William Wu > >> --- > >> drivers/usb/dwc2/hcd_intr.c | 2 ++ > >> 1 file changed, 2 insertions(+) > >> > >> diff --git a/drivers/usb/dwc2/hcd_intr.c b/drivers/usb/dwc2/hcd_intr.c > >> index 28a8210..01b1e13 100644 > >> --- a/drivers/usb/dwc2/hcd_intr.c > >> +++ b/drivers/usb/dwc2/hcd_intr.c > >> @@ -580,6 +580,7 @@ static enum dwc2_halt_status dwc2_update_isoc_urb_state( > >> frame_desc->status = 0; > >> frame_desc->actual_length = dwc2_get_actual_xfer_length(hsotg, > >> chan, chnum, qtd, halt_status, NULL); > >> + urb->actual_length += frame_desc->actual_length; > >> break; > >> case DWC2_HC_XFER_FRAME_OVERRUN: > >> urb->error_count++; > >> @@ -599,6 +600,7 @@ static enum dwc2_halt_status dwc2_update_isoc_urb_state( > >> frame_desc->status = -EPROTO; > >> frame_desc->actual_length = dwc2_get_actual_xfer_length(hsotg, > >> chan, chnum, qtd, halt_status, NULL); > >> + urb->actual_length += frame_desc->actual_length; > >> > >> /* Skip whole frame */ > >> if (chan->qh->do_split && > >> > > According urb description in usb.h urb->actual_length used for non-iso > > transfers: > > > > "@actual_length: This is read in non-iso completion functions, and ... > > > > * ISO transfer status is reported in the status and actual_length fields > > * of the iso_frame_desc array, ...." > Yes, urb->actual_length is used for non-iso transfers. And for ISO > transfer, the most > usb class drivers can only use iso frame status and actual_length to > handle usb data, > like: kernel v4.4 drivers/media/usb/uvc/uvc_video.c > > But the usb devio driver really need the urb actual_length in the > processcompl() if > handle ISO transfer, just as I mentioned in the commit message. > > And I also found the same issue on raspberrypi board: > https://github.com/raspberrypi/linux/issues/903 > > So do you think we need to fix the usb devio driver, rather than fix dwc2? > I think maybe we can use urb actual length for ISO transfer, it seems that > don't cause any side-effect. That sounds like a good idea. Minas, does the following patch fix your problem? In theory we could do this calculation for every isochronous URB, not just those coming from usbfs. But I don't think there's any point, since the USB class drivers don't use it. Alan Stern Index: usb-4.x/drivers/usb/core/devio.c =================================================================== --- usb-4.x.orig/drivers/usb/core/devio.c +++ usb-4.x/drivers/usb/core/devio.c @@ -1828,6 +1828,18 @@ static int proc_unlinkurb(struct usb_dev return 0; } +static void compute_isochronous_actual_length(struct urb *urb) +{ + unsigned i; + + if (urb->number_of_packets > 0) { + urb->actual_length = 0; + for (i = 0; i < urb->number_of_packets; i++) + urb->actual_length += + urb->iso_frame_desc[i].actual_length; + } +} + static int processcompl(struct async *as, void __user * __user *arg) { struct urb *urb = as->urb; @@ -1835,6 +1847,8 @@ static int processcompl(struct async *as void __user *addr = as->userurb; unsigned int i; + compute_isochronous_actual_length(urb); + if (as->userbuffer && urb->actual_length) { if (copy_urb_data_to_user(as->userbuffer, urb)) goto err_out; @@ -2003,6 +2017,8 @@ static int processcompl_compat(struct as void __user *addr = as->userurb; unsigned int i; + compute_isochronous_actual_length(urb); + if (as->userbuffer && urb->actual_length) { if (copy_urb_data_to_user(as->userbuffer, urb)) return -EFAULT; From 1583319862294907523@xxx Mon Nov 06 12:31:27 +0000 2017 X-GM-THRID: 1583305738476220776 X-Gmail-Labels: Inbox,Category Forums,HistoricalUnread