]> git.baikalelectronics.ru Git - kernel.git/commit
can: isotp: handle wait_event_interruptible() return values
authorOliver Hartkopp <socketcan@hartkopp.net>
Thu, 12 Jan 2023 19:23:47 +0000 (20:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2023 10:28:15 +0000 (11:28 +0100)
commit786c847dd46febb9a694ab07fdba8c845a2e86dd
tree8c6edb28d6fd489dad741e097e55ec5b90f8bc38
parent81212f0e36ebd883fd1c7b4638c54181634d50ba
can: isotp: handle wait_event_interruptible() return values

commit 063f3555f5749755c6dcfe160d3a4ac97b9dcc0e 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: 608b14e6671e ("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>
net/can/isotp.c