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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 968B2ECAAA1 for ; Sun, 11 Sep 2022 05:43:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229786AbiIKFnq (ORCPT ); Sun, 11 Sep 2022 01:43:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229510AbiIKFnl (ORCPT ); Sun, 11 Sep 2022 01:43:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EAAD043328; Sat, 10 Sep 2022 22:43:40 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 99F1EB80908; Sun, 11 Sep 2022 05:43:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF91CC433C1; Sun, 11 Sep 2022 05:43:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1662875018; bh=ELjelkCwKjUcA1hlQAEvA79fcr8n4JPvscovVYEZNFM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sOCpgho45N/4pXRgAVJeI4goYTSYh1ALYp0OrN5n89iMpKQ80uz1uAcjXG3NYV8Y+ X/MXpY/SuU1NSDdRtYu09vCBZJTsP6NHzcJltaHuq4CUI6jfwhI23rZ8kX/ZVOzxnL kC7dYRzQv1Mb5i5hEqCDsC5N/v9NZTq0xVIem38w= Date: Sun, 11 Sep 2022 07:44:00 +0200 From: Greg Kroah-Hartman To: Johan Hovold Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH stable-4.19 0/4] USB: backports to 4.19 Message-ID: References: <20220906134915.19225-1-johan@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220906134915.19225-1-johan@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 06, 2022 at 03:49:11PM +0200, Johan Hovold wrote: > And here are the corresponding backports to 4.19. > > Johan > > > Johan Hovold (4): > usb: dwc3: fix PHY disable sequence > usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup > USB: serial: ch341: fix lost character on LCR updates > USB: serial: ch341: fix disabled rx timer on older devices > > drivers/usb/dwc3/core.c | 19 ++++++++++--------- > drivers/usb/dwc3/dwc3-qcom.c | 14 +++++++++++++- > drivers/usb/dwc3/host.c | 1 + > drivers/usb/serial/ch341.c | 15 +++++++++++++-- > 4 files changed, 37 insertions(+), 12 deletions(-) All backports now queued up, many thanks for doing these. greg k-h