Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2650325imj; Mon, 11 Feb 2019 06:28:39 -0800 (PST) X-Google-Smtp-Source: AHgI3IavU/LOJApUH57lhvWo/JNzdsaqxfBTPA7zemdtBmtR+2J2Upv/8oZE5HR36DXc5nMqICIX X-Received: by 2002:aa7:81d0:: with SMTP id c16mr36692410pfn.153.1549895319358; Mon, 11 Feb 2019 06:28:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549895319; cv=none; d=google.com; s=arc-20160816; b=PugQfERGf6wxExywTa7GlqMLrsBWj2Hlp2KoxLFzx7yJm/6Khq/E2yo/4mixXQZmvO 2w0MnPqqxi6hH5G0h+A2FNrmMakH6IeTdnFRuL2mXPMbafJ0uxAUrN6Oi1bfV8+ib/3C +PyMIJHUdgy5reNRU+cf7pixD27Qima/b8kTOd6g+5KaKpbGe2w8vqmz6IP2j7MstizB JVhw6rtlDcQ8EA6aNDlwWdlj8wtGDTxSvN6tJXRSZi49FYPVizgS4zvguBAm/lIDYPqd IjNh2ekoYTIzHOra0gKAQ75i7ZzliDpb87FoEub+7qxwHL8Gn7rv+OhoSnNlF+ZvY1IB xHLQ== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=wWmlxSUx3MqJlZ5bab2mVpnSIzrGJGjTcvGVsN5VGWU=; b=Jo6JYWH6AqBQzlalM6+x5h9WOFn8e2IyzmesdKAZsdgy5ANpXcd7RgkvcwZN65FGCS RGjmWRUhn+z/gHj2dfnXYsVe8Y+ojRC5yFXnuHBijW8bIXiKRwRZsd7oUOq9eqY2360r /zjgTdd1TwL1JhBufV7O8ZomWSmtDYDMHO6Ba37o3FIO9j6RnzEO2yj57V3potMPwDkn 9T4Oaubgbm/s2d4/RNCyMyh7+antIO7zJZnAr49cV2TOwxCh8XHLB3Tob50aUQ5Jn5E9 iW3Ez+Z5OErEHiN1u2AkZe4BBbvhQtoJPQfUl57RF+m+GoWjAlbRANgrcdALmNdk/34C 1f2g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="Bvydq2f/"; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j134si9908566pgc.248.2019.02.11.06.28.22; Mon, 11 Feb 2019 06:28:39 -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; dkim=pass header.i=@kernel.org header.s=default header.b="Bvydq2f/"; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729546AbfBKO0U (ORCPT + 99 others); Mon, 11 Feb 2019 09:26:20 -0500 Received: from mail.kernel.org ([198.145.29.99]:59974 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729530AbfBKO0N (ORCPT ); Mon, 11 Feb 2019 09:26:13 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 77F6E2075C; Mon, 11 Feb 2019 14:26:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1549895173; bh=iAmXmKhWMvtt/dvpv+Equa+wtykspa9hlJWEMviRN8A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Bvydq2f/+PpWMw4e1PD9pBm9Hw1JKpAjn9c4AiUc/u0fHD3+3ffz0cogBexya19og 9eJLLgyc1s3dZWKyfj1VY4VMkCLYOT0WTCD3vlBl3jRsdjndt9IXSKKXww4lg79ahz Boe5izw99j8EWOGMVWRsJFVvYyKed6Oji+eOk5xo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Anurag Kumar Vulisha , Thinh Nguyen , Tejas Joglekar , Felipe Balbi , Sasha Levin Subject: [PATCH 4.20 110/352] usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb() Date: Mon, 11 Feb 2019 15:15:37 +0100 Message-Id: <20190211141852.802209154@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190211141846.543045703@linuxfoundation.org> References: <20190211141846.543045703@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore 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 4.20-stable review patch. If anyone has any objections, please let me know. ------------------ [ Upstream commit b7a4fbe2300a8965ea760c7e871507b84aea17f6 ] Availability of TRB's is calculated using dwc3_calc_trbs_left(), which determines total available TRB's based on the HWO bit set in a TRB. In the present code, __dwc3_prepare_one_trb() is called with a TRB which needs to be prepared for transfer. This __dwc3_prepare_one_trb() calls dwc3_calc_trbs_left() to determine total available TRBs and set IOC bit if the total available TRBs are zero. Since the present working TRB (which is passed as an argument to __dwc3_prepare_one_trb() ) doesn't yet have the HWO bit set before calling dwc3_calc_trbs_left(), there are chances that dwc3_calc_trbs_left() wrongly calculates this present working TRB as free(since the HWO bit is not yet set) and returns the total available TRBs as greater than zero (including the present working TRB). This could be a problem. This patch corrects the above mentioned problem in __dwc3_prepare_one_trb() by increementing the dep->trb_enqueue at the last (after preparing the TRB) instead of increementing at the start and setting the IOC bit only if the total available TRBs returned by dwc3_calc_trbs_left() is 1 . Since we are increementing the dep->trb_enqueue at the last, the present working TRB is also considered as available by dwc3_calc_trbs_left() and non zero value is returned . So, according to the modified logic, when the total available TRBs is equal to 1 that means the total available TRBs in the pool are 0. Signed-off-by: Anurag Kumar Vulisha Reviewed-by: Thinh Nguyen Tested-by: Tejas Joglekar Signed-off-by: Felipe Balbi Signed-off-by: Sasha Levin --- drivers/usb/dwc3/gadget.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 2a4ea9a1b1e3..88f69d823be5 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -921,8 +921,6 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb, struct usb_gadget *gadget = &dwc->gadget; enum usb_device_speed speed = gadget->speed; - dwc3_ep_inc_enq(dep); - trb->size = DWC3_TRB_SIZE_LENGTH(length); trb->bpl = lower_32_bits(dma); trb->bph = upper_32_bits(dma); @@ -1001,7 +999,7 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb, } if ((!no_interrupt && !chain) || - (dwc3_calc_trbs_left(dep) == 0)) + (dwc3_calc_trbs_left(dep) == 1)) trb->ctrl |= DWC3_TRB_CTRL_IOC; if (chain) @@ -1012,6 +1010,8 @@ static void __dwc3_prepare_one_trb(struct dwc3_ep *dep, struct dwc3_trb *trb, trb->ctrl |= DWC3_TRB_CTRL_HWO; + dwc3_ep_inc_enq(dep); + trace_dwc3_prepare_trb(dep, trb); } -- 2.19.1