On 04.01.2023 17:46:05, Oliver Hartkopp wrote:
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.
Cc: stable@vger.kernel.org # >= v5.15 Signed-off-by: Oliver Hartkopp socketcan@hartkopp.net
Can you add a Fixes: tag?
Marc