Files
linux/drivers
Sebastian Andrzej Siewior 8c1cbc5a2b serial: bcm63xx: Use uart_prepare_sysrq_char().
The port lock is a spinlock_t which is becomes a sleeping lock on PREEMPT_RT.
The driver splits the locking function into two parts: local_irq_save() and
uart_port_lock() and this breaks PREEMPT_RT.

Delay handling sysrq until port lock is dropped.
Remove the special case in the console write routine an always use the
complete locking function.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Link: https://lore.kernel.org/r/20240301215246.891055-4-bigeasy@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-03-02 22:06:20 +01:00
..
2024-02-06 14:10:47 +08:00
2024-02-19 09:06:37 +01:00
2024-02-04 06:21:02 -08:00
2023-12-15 17:07:05 +01:00
2024-02-27 06:22:13 +01:00
2024-01-05 15:55:41 +05:30
2024-02-27 06:22:13 +01:00
2024-02-13 15:48:22 +00:00
2023-12-15 17:27:04 +01:00
2024-01-04 17:03:47 +01:00
2024-02-04 06:21:02 -08:00
2024-01-12 12:38:37 +01:00