diff options
author | Johan Hovold <johan@kernel.org> | 2023-02-27 09:50:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-22 13:33:55 +0100 |
commit | 4d8c41584bc951e1a116009ec5353b9b8315585d (patch) | |
tree | 667bf9043ec12c224248516910b9d28004328902 /kernel/trace/trace_functions_graph.c | |
parent | ba2849db4983de284b3ddec8d70efeda178db809 (diff) | |
download | linux-4d8c41584bc951e1a116009ec5353b9b8315585d.tar.gz linux-4d8c41584bc951e1a116009ec5353b9b8315585d.tar.bz2 linux-4d8c41584bc951e1a116009ec5353b9b8315585d.zip |
serial: 8250_fsl: fix handle_irq locking
commit 6e01f9a594ee0f69fb52cc8d11971612b4817f0b upstream.
The 8250 handle_irq callback is not just called from the interrupt
handler but also from a timer callback when polling (e.g. for ports
without an interrupt line). Consequently the callback must explicitly
disable interrupts to avoid a potential deadlock with another interrupt
in polled mode.
Fix up the two paths in the freescale callback that failed to re-enable
interrupts when polling.
Fixes: 853a9ae29e97 ("serial: 8250: fix handle_irq locking")
Cc: stable@vger.kernel.org # 5.13
Reported-by: Dan Carpenter <error27@gmail.com>
Link: https://lore.kernel.org/r/Y/xYzqp4ogmOF5t0@kili
Signed-off-by: Johan Hovold <johan@kernel.org>
Acked-by: Jiri Slaby <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230227085046.24282-1-johan@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'kernel/trace/trace_functions_graph.c')
0 files changed, 0 insertions, 0 deletions