Hello netdev-team, this is a pull request of 2 patches for net/master. The first patch is by me and adds a missing set of CAN state to CAN_STATE_STOPPED on close in the gs_usb driver. The last patch is by Eric Dumazet and fixes a lockdep issue in the CAN raw protocol. regards, Marc --- The following changes since commit 9f9d4c1a2e82174a4e799ec405284a2b0de32b6a: net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_type (2023-07-19 21:15:04 -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.5-20230724 for you to fetch changes up to 11c9027c983e9e4b408ee5613b6504d24ebd85be: can: raw: fix lockdep issue in raw_release() (2023-07-20 13:46:29 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.5-20230724 ---------------------------------------------------------------- Eric Dumazet (1): can: raw: fix lockdep issue in raw_release() Marc Kleine-Budde (1): can: gs_usb: gs_can_close(): add missing set of CAN state to CAN_STATE_STOPPED drivers/net/can/usb/gs_usb.c | 2 ++ net/can/raw.c | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-)