]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error
authorBiju Das <biju.das.jz@bp.renesas.com>
Fri, 14 Nov 2025 10:13:47 +0000 (10:13 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2025 12:15:28 +0000 (13:15 +0100)
commit75a9f4c54770f062f4b3813a83667452b326dda3
treefe2ad1d0a4409b323d240391dd7c3e90546b4d56
parenta6cdfd69ad38997108b862f9aafc547891506701
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error

On RSCI IP, a deadlock occurs during a FIFO overrun error, as it uses a
different register to clear the FIFO overrun error status.

Cc: stable@kernel.org
Fixes: 0666e3fe95ab ("serial: sh-sci: Add support for RZ/T2H SCI")
Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://patch.msgid.link/20251114101350.106699-3-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c