Re: [PATCH v4 7/8] serial: qcom-geni: Fix suspend while active UART xfer

From: Johan Hovold
Date: Mon Jun 24 2024 - 12:55:03 EST


On Mon, Jun 24, 2024 at 02:12:04PM +0200, Johan Hovold wrote:

> I've prepared a minimal three patch series which fixes most of the
> discussed issues (hard and soft lockup and garbage characters) and that
> should be backportable as well.
>
> Currently, the diffstat is just:
>
> drivers/tty/serial/qcom_geni_serial.c | 36 +++++++++++++++++++++++++-----------
> 1 file changed, 25 insertions(+), 11 deletions(-)
>
> Fixing the hard lockup 6.10-rc1 regression is just a single line.

For the record, I've posted the series here:

https://lore.kernel.org/lkml/20240624133135.7445-1-johan+linaro@xxxxxxxxxx/

Johan