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 1217BECAAA1 for ; Sun, 11 Sep 2022 10:29:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230141AbiIKK3z (ORCPT ); Sun, 11 Sep 2022 06:29:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230114AbiIKK3w (ORCPT ); Sun, 11 Sep 2022 06:29:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92FCF18E30; Sun, 11 Sep 2022 03:29:50 -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 46F82B802BD; Sun, 11 Sep 2022 10:29:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0249C433C1; Sun, 11 Sep 2022 10:29:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662892188; bh=DTHSVzIVYT+Qx+wDPENBufz6OmfYkreG9a7uUW6kU4M=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bYQdGOwyAcJT73nNItJvtRQ0EaJWHooqWpZYticV6CUO1FbwIx+GVK4cxoT4x1FLw /u/Y9gV091QnuawKiRUJy5tqBxiPx6Luf9GhqpYtMAZtXJ6Vmu8wsBPNr11S3LaZHs LTf6Ntn88Yf1kh35l8Ln7fLWqefly8hm371JOYHIPXzdLe0Yo2CWmT5IZGNynNpxU2 7J7E6ucDKN7YlNvuK0D61dzdq4UrIc/5Qi5orKMhW0iaPihHdgr1wAq6/Z7/+VjjSQ Af7q8hQyACPRaD8tQ3z5PunTcU3yr4/7qhzPQY6MeIXQgaRC+cSwheEhhxzoXtUcYY EUUw0isJYLwtw== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1oXKDr-0000wH-MQ; Sun, 11 Sep 2022 12:29:55 +0200 Date: Sun, 11 Sep 2022 12:29:55 +0200 From: Johan Hovold To: Greg Kroah-Hartman 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: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 11, 2022 at 07:44:00AM +0200, Greg Kroah-Hartman wrote: > 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. I believe you can apply the two ch341 backports also to 4.14. Johan