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 A657BC432BE for ; Tue, 10 Aug 2021 14:58:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8CEA560F02 for ; Tue, 10 Aug 2021 14:58:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242207AbhHJO6q (ORCPT ); Tue, 10 Aug 2021 10:58:46 -0400 Received: from mail.kernel.org ([198.145.29.99]:49082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242242AbhHJO6p (ORCPT ); Tue, 10 Aug 2021 10:58:45 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 162BE60F25; Tue, 10 Aug 2021 14:58:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628607503; bh=wX4coXzCvxs9Ge3J5CceoqGtWCmwIYn80m4u4ctja/g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZG/bVb+ZgPzrv41u+pMVgeVTbA7c+1rh5lHDZcRZ6s3IQyqBYi5U0sRJfGeuyM7BB YHmR6d/ZW5QpK5eE7TgtZkMIllTeTfhSkLEtZCNmfFREBK67Y1lDdQIxGqU3+UXVla +d30/iHy6LQmg2ekJ+/F7uuwcvi4UZvvuxLmixEg= Date: Tue, 10 Aug 2021 16:58:20 +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 Tue, Aug 10, 2021 at 04:52:43PM +0200, Greg Kroah-Hartman wrote: > On Tue, Aug 10, 2021 at 09:27:13AM +0200, Greg Kroah-Hartman wrote: > > 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? > > Ok, I think I got this myself... Ick, no, the 4th patch had problems. I need a backported series, thanks! greg k-h