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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 1B8C5C433DF for ; Sat, 1 Aug 2020 23:18:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E02B420829 for ; Sat, 1 Aug 2020 23:18:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596323893; bh=gV0TCtYPOVm2e9cavZmXCU+eypqVb2EJbdFXELR0iSo=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=1Y3VwLseUvmgeWRXVKZfMSp+QPTrzQ/4w+pAxcfFWln5yuWNDqxYq5f1+DBs9sWk/ Idfyxer+CmBBfKBEg2wRjN+D+RJTwYOnBkxwc6HCbMJ+4RY9GWzQq4W1Y9rymoX8wq PFYT/XnQJhm6ruLP58FV6MkKVxNbPt3YZeohxQ1I= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726709AbgHAXSN (ORCPT ); Sat, 1 Aug 2020 19:18:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:50312 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726545AbgHAXSN (ORCPT ); Sat, 1 Aug 2020 19:18:13 -0400 Received: from localhost (unknown [70.37.104.77]) (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 B1A5F207FB; Sat, 1 Aug 2020 23:18:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596323892; bh=gV0TCtYPOVm2e9cavZmXCU+eypqVb2EJbdFXELR0iSo=; h=Date:From:To:To:To:Cc:Cc:Cc:Subject:In-Reply-To:References:From; b=VfcHupZjGhgVoOx4JR2zyg3TEuq7G9GUYXzYJGklZ7EpTuisgTtVCizyfqo9tCoUh z7aj1Ht+sRwMGT0CPoFv8pwC0amGpIquz0j3rnGWTvr+nXFp8RNcO8Qjit57Cy0FeN j1918J3RAEHXeyJfCAV3fpOx3rtOxB3PyUA8QAqA= Date: Sat, 01 Aug 2020 23:18:12 +0000 From: Sasha Levin To: Sasha Levin To: Thinh Nguyen To: Felipe Balbi Cc: John Youn , stable@vger.kernel.org Cc: stable@vger.kernel.org Cc: stable@vger.kernel.org Subject: Re: [PATCH 2/3] usb: dwc3: gadget: END_TRANSFER before CLEAR_STALL command In-Reply-To: <5c1c044097118dfa6d56e5235a746f9fb16fc8e8.1596151437.git.thinhn@synopsys.com> References: <5c1c044097118dfa6d56e5235a746f9fb16fc8e8.1596151437.git.thinhn@synopsys.com> Message-Id: <20200801231812.B1A5F207FB@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: cb11ea56f37a ("usb: dwc3: gadget: Properly handle ClearFeature(halt)"). The bot has tested the following trees: v5.7.11, v5.4.54. v5.7.11: Failed to apply! Possible dependencies: 140ca4cfea8a ("usb: dwc3: gadget: Handle stream transfers") 2e6e9e4b2ed7 ("usb: dwc3: gadget: Refactor TRB completion handler") 3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams") b6842d4938c3 ("usb: dwc3: gadget: Check for in-progress END_TRANSFER") d9feef974e0d ("usb: dwc3: gadget: Continue to process pending requests") e0d19563eb6c ("usb: dwc3: gadget: Wait for transfer completion") v5.4.54: Failed to apply! Possible dependencies: 140ca4cfea8a ("usb: dwc3: gadget: Handle stream transfers") 2e6e9e4b2ed7 ("usb: dwc3: gadget: Refactor TRB completion handler") 3eaecd0c2333 ("usb: dwc3: gadget: Handle XferComplete for streams") b6842d4938c3 ("usb: dwc3: gadget: Check for in-progress END_TRANSFER") d9feef974e0d ("usb: dwc3: gadget: Continue to process pending requests") e0d19563eb6c ("usb: dwc3: gadget: Wait for transfer completion") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha