[PATCH net 0/4] pull-request: can 2022-08-10
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2022-08-10 07:19:43
Also in:
linux-can
Hello Jakub, hello David,
this is a pull request of 4 patches for net/master, with the
whitespace issue fixed.
Fedor Pchelkin contributes 2 fixes for the j1939 CAN protocol.
A patch by me for the ems_usb driver fixes an unaligned access
warning.
Sebastian Würl's patch for the mcp251x driver fixes a race condition
in the receive interrupt.
regards,
Marc
---
The following changes since commit b8c3bf0ed2edf2deaedba5f0bf0bb54c76dee71d:
Merge tag 'for-net-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (2022-08-08 20:59:07 -0700)
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.0-20220810
for you to fetch changes up to d80d60b0db6ff3dd2e29247cc2a5166d7e9ae37e:
can: mcp251x: Fix race condition on receive interrupt (2022-08-09 21:40:22 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.0-20220810
----------------------------------------------------------------
Fedor Pchelkin (2):
can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
can: j1939: j1939_session_destroy(): fix memory leak of skbs
Marc Kleine-Budde (1):
can: ems_usb: fix clang's -Wunaligned-access warning
Sebastian Würl (1):
can: mcp251x: Fix race condition on receive interrupt
drivers/net/can/spi/mcp251x.c | 18 +++++++++++++++---
drivers/net/can/usb/ems_usb.c | 2 +-
net/can/j1939/socket.c | 5 ++++-
net/can/j1939/transport.c | 8 +++++++-
4 files changed, 27 insertions(+), 6 deletions(-)