Files
linux/drivers/tty/serial
Johan Hovold cea37afd28 serial: stm32: defer sysrq processing
Use the uart_unlock_and_check_sysrq() helper to defer sysrq processing
until receive processing is done and the port lock has been released.

This allows cleaning up the console_write() implementation by not having
to work around the recursive sysrq case (by dropping locking completely)
and also makes the console code work with PREEMPT_RT by no longer
relying on local_irq_save().

Reviewed-by: Valentin Caron<valentin.caron@foss.st.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
Link: https://lore.kernel.org/r/20210416140557.25177-4-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-04-22 12:04:26 +02:00
..
2021-04-05 08:59:21 +02:00
2020-10-28 13:39:14 +01:00
2020-08-31 07:19:25 +02:00
2020-07-20 09:39:11 +02:00
2020-10-05 13:32:30 +02:00
2020-08-18 13:51:18 +02:00
2019-12-18 15:04:57 +01:00
2020-04-16 16:13:34 +02:00
2021-01-07 18:02:13 -08:00