]> git.ipfire.org Git - thirdparty/kernel/stable.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>
Fri, 12 Dec 2025 17:42:46 +0000 (18:42 +0100)
commita1210a4023aaef57cbaf66066c78b3eefbc68731
treebf784e6b5d071c62185948f9858aabd6839cd7a5
parenta136ffb888bbb4b2a1e0f284dbc40d5cc399eb17
serial: sh-sci: Fix deadlock during RSCI FIFO overrun error

commit 75a9f4c54770f062f4b3813a83667452b326dda3 upstream.

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