Hello:
This series was applied to netdev/net.git (master) by Marc Kleine-Budde mkl@pengutronix.de:
On Wed, 7 Dec 2022 11:52:40 +0100 you wrote:
From: Oliver Hartkopp socketcan@hartkopp.net
Analogue to commit 8aa59e355949 ("can: af_can: fix NULL pointer dereference in can_rx_register()") we need to check for a missing initialization of ml_priv in the receive path of CAN frames.
Since commit 4e096a18867a ("net: introduce CAN specific pointer in the struct net_device") the check for dev->type to be ARPHRD_CAN is not sufficient anymore since bonding or tun netdevices claim to be CAN devices but do not initialize ml_priv accordingly.
[...]
Here is the summary with links: - [net,1/4] can: af_can: fix NULL pointer dereference in can_rcv_filter https://git.kernel.org/netdev/net/c/0acc442309a0 - [net,2/4] can: slcan: fix freed work crash https://git.kernel.org/netdev/net/c/fb855e9f3b6b - [net,3/4] can: can327: flush TX_work on ldisc .close() https://git.kernel.org/netdev/net/c/f4a4d121ebec - [net,4/4] can: esd_usb: Allow REC and TEC to return to zero https://git.kernel.org/netdev/net/c/918ee4911f7a
You are awesome, thank you!