Hello Jakub, hello David, this is a pull request of 4 patches for net/main. Anssi Hannula and Jimmy Assarsson contribute 4 patches for the kvaser_usb driver. A check for actual received length of USB transfers is added, the use of an uninitialized completion is fixed, the TX queue is re-synced after restart, and the CAN state is fixed after restart. regards, Marc --- The following changes since commit b15e2e49bfc4965d86b9bc4a8426d53ec90a7192: nfp: flower: fix incorrect struct type in GRE key_size (2022-10-10 18:00:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.1-20221011 for you to fetch changes up to 8183602b8cbc4d865068c6c5705228760d30b003: Merge patch series "can: kvaser_usb: Various fixes" (2022-10-11 08:51:22 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.1-20221011 ---------------------------------------------------------------- Anssi Hannula (4): can: kvaser_usb_leaf: Fix overread with an invalid command can: kvaser_usb: Fix use of uninitialized completion can: kvaser_usb_leaf: Fix TX queue out of sync after restart can: kvaser_usb_leaf: Fix CAN state after restart Marc Kleine-Budde (1): Merge patch series "can: kvaser_usb: Various fixes" drivers/net/can/usb/kvaser_usb/kvaser_usb.h | 2 + drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 3 +- drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 2 +- drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 79 +++++++++++++++++++++++ 4 files changed, 84 insertions(+), 2 deletions(-)