Hello netdev-team, this is a pull request of 2 patches for net/master. Oleksij Rempel and Hillf Danton contribute a patch for the CAN J1939 protocol that prevents a potential deadlock in j1939_sk_errqueue(). Ivan Orlov fixes an uninit-value in the CAN BCM protocol in the bcm_tx_setup() function. regards, Marc --- The following changes since commit 45977e58ce65ed0459edc9a0466d9dfea09463f5: net: dsa: b53: mmap: add phy ops (2023-03-27 08:31:34 +0100) 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.3-20230327 for you to fetch changes up to 2b4c99f7d9a57ecd644eda9b1fb0a1072414959f: can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write (2023-03-27 14:40:45 +0200) ---------------------------------------------------------------- linux-can-fixes-for-6.3-20230327 ---------------------------------------------------------------- Ivan Orlov (1): can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write Oleksij Rempel (1): can: j1939: prevent deadlock by moving j1939_sk_errqueue() net/can/bcm.c | 16 ++++++++++------ net/can/j1939/transport.c | 8 ++++++-- 2 files changed, 16 insertions(+), 8 deletions(-)