diff options
author | Oliver Hartkopp <socketcan@hartkopp.net> | 2023-01-12 20:23:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-02-09 11:28:15 +0100 |
commit | ad88608681417996a603eb78bd63ac940be097c2 (patch) | |
tree | 8c6edb28d6fd489dad741e097e55ec5b90f8bc38 /drivers/watchdog | |
parent | cae4c9bc35f72af5d4a079bb9d9fd62c4088a411 (diff) | |
download | linux-ad88608681417996a603eb78bd63ac940be097c2.tar.gz linux-ad88608681417996a603eb78bd63ac940be097c2.tar.bz2 linux-ad88608681417996a603eb78bd63ac940be097c2.zip |
can: isotp: handle wait_event_interruptible() return values
commit 823b2e42720f96f277940c37ea438b7c5ead51a4 upstream.
When wait_event_interruptible() has been interrupted by a signal the
tx.state value might not be ISOTP_IDLE. Force the state machines
into idle state to inhibit the timer handlers to continue working.
Fixes: 866337865f37 ("can: isotp: fix tx state handling for echo tx processing")
Cc: stable@vger.kernel.org
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
Link: https://lore.kernel.org/all/20230112192347.1944-1-socketcan@hartkopp.net
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions