Hello:
This series was applied to netdev/net.git (master) by Marc Kleine-Budde mkl@pengutronix.de:
On Tue, 7 Dec 2021 11:24:12 +0100 you wrote:
From: Vincent Mailhol mailhol.vincent@wanadoo.fr
After calling netif_receive_skb(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is dereferenced just after the call netif_receive_skb(skb).
Reordering the lines solves the issue.
[...]
Here is the summary with links: - [net,1/9] can: pch_can: pch_can_rx_normal: fix use after free https://git.kernel.org/netdev/net/c/94cddf1e9227 - [net,2/9] can: sja1000: fix use after free in ems_pcmcia_add_card() https://git.kernel.org/netdev/net/c/3ec6ca6b1a8e - [net,3/9] can: m_can: Disable and ignore ELO interrupt https://git.kernel.org/netdev/net/c/f58ac1adc76b - [net,4/9] can: m_can: m_can_read_fifo: fix memory leak in error branch https://git.kernel.org/netdev/net/c/31cb32a590d6 - [net,5/9] can: m_can: pci: fix iomap_read_fifo() and iomap_write_fifo() https://git.kernel.org/netdev/net/c/d737de2d7cc3 - [net,6/9] can: m_can: pci: fix incorrect reference clock rate https://git.kernel.org/netdev/net/c/8c03b8bff765 - [net,7/9] Revert "can: m_can: remove support for custom bit timing" https://git.kernel.org/netdev/net/c/ea768b2ffec6 - [net,8/9] can: m_can: make custom bittiming fields const https://git.kernel.org/netdev/net/c/ea22ba40debe - [net,9/9] can: m_can: pci: use custom bit timings for Elkhart Lake https://git.kernel.org/netdev/net/c/ea4c1787685d
You are awesome, thank you!