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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 EA1D3C4338F for ; Tue, 10 Aug 2021 07:27:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C4C0C61052 for ; Tue, 10 Aug 2021 07:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233256AbhHJH1i (ORCPT ); Tue, 10 Aug 2021 03:27:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:39662 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231509AbhHJH1i (ORCPT ); Tue, 10 Aug 2021 03:27:38 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8E2B461051; Tue, 10 Aug 2021 07:27:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628580436; bh=7MPl+qNIyZSUDfr/VPTiWnqSuWPSyFTc8I2Ps2suVbU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S558vQwrAg4K9FaeeHJ/35wFvYC9GJ8pFQx/9lcXbsCktK82E0Un1qBjpggjnfJBT 4z7jul6B+UJdmenjdxywZ5QYHiLLixN1uEVIsLMoDoX+03XEaXfuUd/016qlmk6wo3 13VHx7OKdMYUK7maySDFQHmM0TxRXZ+3+zAYFtRs= Date: Tue, 10 Aug 2021 09:27:13 +0200 From: Greg Kroah-Hartman To: Sam Protsenko Cc: stable@vger.kernel.org, Wesley Cheng Subject: Re: Add "usb: dwc3: Stop active transfers before halting the controller" to 5.4-stable Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 09, 2021 at 07:58:24PM +0300, Sam Protsenko wrote: > On Mon, 9 Aug 2021 at 11:53, Greg Kroah-Hartman > wrote: > > > > On Fri, Aug 06, 2021 at 04:25:17PM +0300, Sam Protsenko wrote: > > > Hi Greg, > > > > > > Suggest including next patch (available in linux-mainline) to > > > 5.4-stable branch: commit ae7e86108b12 ("usb: dwc3: Stop active > > > transfers before halting the controller"). It's also already present > > > in 5.10 stable. Some fixes exist in 5.10-stable for that patch too. > > > > Can you provide a list of the fixes that also need to be backported? I > > do not want to take one patch and not all of the relevant ones. > > > > Sure. Here is the whole list: > > [PATCH 01/04] > usb: dwc3: Stop active transfers before halting the controller > UPSTREAM: ae7e86108b12351028fa7e8796a59f9b2d9e1774 > > [PATCH 02/04] > usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup > UPSTREAM: a1383b3537a7bea1c213baa7878ccc4ecf4413b5 > 5.10-stable: dd8363fbca508616811f8a94006b09c66c094107 > > [PATCH 03/04] > usb: dwc3: gadget: Prevent EP queuing while stopping transfers > UPSTREAM: f09ddcfcb8c569675066337adac2ac205113471f > 5.10-stable: c7bb96a37dd2095fcd6c65a59689004e63e4b872 This patch did not apply cleanly :( Can you send a working set of backported patches so that I know to get this all fixed up correctly? thanks, greg k-h