Hello Jakub, hello David, this is a pull request of 4 patches for net/master. Anssi Hannula fixes the use of the completions in the kvaser_usb driver. Biju Das contributes 2 patches for the rcar_canfd driver. A IRQ storm that can be triggered by high CAN bus load and channel specific IRQ handlers are fixed. Yang Yingliang fixes the j1939 transport protocol by moving a kfree_skb() out of a spin_lock_irqsave protected section. regards, Marc --- The following changes since commit e2badb4bd33abe13ddc35975bd7f7f8693955a4b: net: ethernet: ave: Fix MAC to be in charge of PHY PM (2022-10-26 20:21:34 -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-20221027 for you to fetch changes up to c3c06c61890da80494bb196f75d89b791adda87f: can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() (2022-10-27 13:34:23 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.1-20221027 ---------------------------------------------------------------- Anssi Hannula (1): can: kvaser_usb: Fix possible completions during init_completion Biju Das (2): can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L Marc Kleine-Budde (1): Merge patch series "R-Car CAN-FD fixes" Yang Yingliang (1): can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() drivers/net/can/rcar/rcar_canfd.c | 24 +++++++++++------------ drivers/net/can/usb/kvaser_usb/kvaser_usb_hydra.c | 4 ++-- drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 4 ++-- net/can/j1939/transport.c | 4 +++- 4 files changed, 18 insertions(+), 18 deletions(-)