Re: [PATCH stable-4.19 0/4] USB: backports to 4.19

From: Johan Hovold
Date: Sun Sep 11 2022 - 06:29:57 EST


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