Hello Jakub, hello David, this is a pull request of 2 patches for net/master. It consists of 2 patches, both by me. The first one fixes the use of an uninitialized variable in the gs_usb driver the other one a skb_over_panic in the ISOTP stack in case of reception of too large ISOTP messages. regards, Marc --- The following changes since commit 1d5a474240407c38ca8c7484a656ee39f585399c: sfc: The RX page_ring is optional (2022-01-04 18:14:21 -0800) 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-5.16-20220105 for you to fetch changes up to 5f33a09e769a9da0482f20a6770a342842443776: can: isotp: convert struct tpcon::{idx,len} to unsigned int (2022-01-05 21:49:47 +0100) ---------------------------------------------------------------- linux-can-fixes-for-5.16-20220105 ---------------------------------------------------------------- Marc Kleine-Budde (2): can: gs_usb: fix use of uninitialized variable, detach device on reception of invalid USB data can: isotp: convert struct tpcon::{idx,len} to unsigned int drivers/net/can/usb/gs_usb.c | 3 ++- net/can/isotp.c | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-)