From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 806ECC3F2D1 for ; Mon, 2 Mar 2020 21:44:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 50C8520732 for ; Mon, 2 Mar 2020 21:44:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="eQSofJhH" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727181AbgCBVov (ORCPT ); Mon, 2 Mar 2020 16:44:51 -0500 Received: from mail-pf1-f194.google.com ([209.85.210.194]:33603 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726744AbgCBVou (ORCPT ); Mon, 2 Mar 2020 16:44:50 -0500 Received: by mail-pf1-f194.google.com with SMTP id n7so367968pfn.0 for ; Mon, 02 Mar 2020 13:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=4Y3ObTGarg5FSEMw5sy9VH68aTZS5szI2sN7gCsNGVk=; b=eQSofJhH/+iTx+5JQ5yxGwjEuHa1BvH0/uRrXBVnpM6oVu2o/WCVZlvyy4KVqZCfIU K/BstL1P9irmhKujSgxC21S67oMoQAAwtV2fX9Wksw9rY9XYNcdLjustJ4gHopJczxrx OIQyRJzue5x/ia8NDW/JQgmFIXU7p2Yb9Tmg7Z1vUeSLYXSGVjZ50yIFFS49AogQ5dQs +smFGVxG7GzvElalaj66J0TaavSIZdwBWJP68Fb7GG32dCvyCcOApd1UhA/2+hMNp/zK feyHJFt2SVoCJ8lfKAHgKaw1PxrZdjFChc25V3Y51SFIom5IqvQyG9u23UePVCc0I9Er 4pkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=4Y3ObTGarg5FSEMw5sy9VH68aTZS5szI2sN7gCsNGVk=; b=E/qBmGRRMdD/lzQeRivJ+V8KQCSPUEnVkuBZXOuFEzlF0BgTDyKXpkxlaJMQDnZgJ+ df5F8XUBx70vJUM7Xxzs7q5T3tzbcenmGDcujw4wGmBnC6xrBh+8wh1xuKZua0fPErqc J1rce8l18MujXSBTTXUNrtNKUuKrTTb8b//XEqa1PDYfVM5m4vvKr2aUOwjwAIWGbRzN PrDIZllJi/GRLt2pnGg8hkTF32uNGYlz3YfffZHWBsSXtVm9o+iiXh1OjREqSsPF5lpm I8Ky5Ro5HeHxbY9AWThw0J28ruBVOuIYMVyVbMOazWaN29oLOoP11As+Tz6YBvRhwRnu KqfA== X-Gm-Message-State: ANhLgQ3e9aIUWzGn5NPcDkn8RYl16n74ZndhRlKO9GZvM+bsL39LFP/3 rL7R6K3WXRufVO1pDbONre6kS3R6vyA= X-Google-Smtp-Source: ADFU+vvwaFfaYzRy+WqqPZG1NBwX75qifdGXa03PdoCWDVY1D1w3m7zNwD2USUnR1U6pC0T3j49MPA== X-Received: by 2002:a63:f354:: with SMTP id t20mr870398pgj.126.1583185488289; Mon, 02 Mar 2020 13:44:48 -0800 (PST) Received: from localhost.localdomain ([2601:1c2:680:1319:692:26ff:feda:3a81]) by smtp.gmail.com with ESMTPSA id v25sm21573567pfe.147.2020.03.02.13.44.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Mar 2020 13:44:47 -0800 (PST) From: John Stultz To: lkml Cc: Pratham Pratap , Felipe Balbi , Yang Fei , Thinh Nguyen , Tejas Joglekar , Andrzej Pietrasiewicz , Jack Pham , Todd Kjos , Greg KH , Linux USB List , stable , John Stultz Subject: [RESEND][PATCH v2] usb: dwc3: gadget: Update chain bit correctly when using sg list Date: Mon, 2 Mar 2020 21:44:43 +0000 Message-Id: <20200302214443.55783-1-john.stultz@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Pratham Pratap If scatter-gather operation is allowed, a large USB request is split into multiple TRBs. For preparing TRBs for sg list, driver iterates over the list and creates TRB for each sg and mark the chain bit to false for the last sg. The current IOMMU driver is clubbing the list of sgs which shares a page boundary into one and giving it to USB driver. With this the number of sgs mapped it not equal to the the number of sgs passed. Because of this USB driver is not marking the chain bit to false since it couldn't iterate to the last sg. This patch addresses this issue by marking the chain bit to false if it is the last mapped sg. At a practical level, this patch resolves USB transfer stalls seen with adb on dwc3 based db845c, pixel3 and other qcom hardware after functionfs gadget added scatter-gather support around v4.20. Credit also to Anurag Kumar Vulisha who implemented a very similar fix to this issue. Cc: Felipe Balbi Cc: Yang Fei Cc: Thinh Nguyen Cc: Tejas Joglekar Cc: Andrzej Pietrasiewicz Cc: Jack Pham Cc: Todd Kjos Cc: Greg KH Cc: Linux USB List Cc: stable #4.20+ Signed-off-by: Pratham Pratap [jstultz: Slight tweak to remove sg_is_last() usage, reworked commit message, minor comment tweak] Signed-off-by: John Stultz --- v2: * Fix typeos and unnecssary parens as suggested by Jack --- drivers/usb/dwc3/gadget.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index 1b7d2f9cb673..1e00bf2d65a2 100644 --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c @@ -1071,7 +1071,14 @@ static void dwc3_prepare_one_trb_sg(struct dwc3_ep *dep, unsigned int rem = length % maxp; unsigned chain = true; - if (sg_is_last(s)) + /* + * IOMMU driver is coalescing the list of sgs which shares a + * page boundary into one and giving it to USB driver. With + * this the number of sgs mapped is not equal to the number of + * sgs passed. So mark the chain bit to false if it isthe last + * mapped sg. + */ + if (i == remaining - 1) chain = false; if (rem && usb_endpoint_dir_out(dep->endpoint.desc) && !chain) { -- 2.17.1