Hello:
This series was applied to netdev/net.git (main) by Marc Kleine-Budde mkl@pengutronix.de:
On Mon, 27 Mar 2023 14:48:06 +0200 you wrote:
From: Oleksij Rempel o.rempel@pengutronix.de
This commit addresses a deadlock situation that can occur in certain scenarios, such as when running data TP/ETP transfer and subscribing to the error queue while receiving a net down event. The deadlock involves locks in the following order:
[...]
Here is the summary with links: - [net,1/2] can: j1939: prevent deadlock by moving j1939_sk_errqueue() https://git.kernel.org/netdev/net/c/d1366b283d94 - [net,2/2] can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write https://git.kernel.org/netdev/net/c/2b4c99f7d9a5
You are awesome, thank you!