Hello:
This series was applied to netdev/net.git (master) by Marc Kleine-Budde mkl@pengutronix.de:
On Tue, 11 Oct 2022 09:48:12 +0200 you wrote:
From: Anssi Hannula anssi.hannula@bitwise.fi
For command events read from the device, kvaser_usb_leaf_read_bulk_callback() verifies that cmd->len does not exceed the size of the received data, but the actual kvaser_cmd handlers will happily read any kvaser_cmd fields without checking for cmd->len.
[...]
Here is the summary with links: - [net,1/4] can: kvaser_usb_leaf: Fix overread with an invalid command https://git.kernel.org/netdev/net/c/1499ecaea9d2 - [net,2/4] can: kvaser_usb: Fix use of uninitialized completion https://git.kernel.org/netdev/net/c/cd7f30e174d0 - [net,3/4] can: kvaser_usb_leaf: Fix TX queue out of sync after restart https://git.kernel.org/netdev/net/c/455561fb618f - [net,4/4] can: kvaser_usb_leaf: Fix CAN state after restart https://git.kernel.org/netdev/net/c/0be1a655fe68
You are awesome, thank you!