Hello:
This series was applied to netdev/net.git (master) by Marc Kleine-Budde mkl@pengutronix.de:
On Thu, 27 Oct 2022 13:43:53 +0200 you wrote:
From: Anssi Hannula anssi.hannula@bitwise.fi
kvaser_usb uses completions to signal when a response event is received for outgoing commands.
However, it uses init_completion() to reinitialize the start_comp and stop_comp completions before sending the start/stop commands.
[...]
Here is the summary with links: - [net,1/4] can: kvaser_usb: Fix possible completions during init_completion https://git.kernel.org/netdev/net/c/2871edb32f46 - [net,2/4] can: rcar_canfd: rcar_canfd_handle_global_receive(): fix IRQ storm on global FIFO receive https://git.kernel.org/netdev/net/c/702de2c21eed - [net,3/4] can: rcar_canfd: fix channel specific IRQ handling for RZ/G2L https://git.kernel.org/netdev/net/c/d887087c8968 - [net,4/4] can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore() before kfree_skb() https://git.kernel.org/netdev/net/c/c3c06c61890d
You are awesome, thank you!