Re: [PATCH tty v1 2/8] serial: core: lock port for stop_rx() in uart_suspend_port()

From: Doug Anderson
Date: Thu May 25 2023 - 16:37:41 EST


Hi,

On Thu, May 25, 2023 at 2:35 AM John Ogness <john.ogness@xxxxxxxxxxxxx> wrote:
>
> The uarts_ops stop_rx() callback expects that the port->lock is
> taken and interrupts are disabled.
>
> Fixes: c9d2325cdb92 ("serial: core: Do stop_rx in suspend path for console if console_suspend is disabled")
> Signed-off-by: John Ogness <john.ogness@xxxxxxxxxxxxx>
> ---
> drivers/tty/serial/serial_core.c | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>