[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240621121739.434355-1-mkl@pengutronix.de>
Date: Fri, 21 Jun 2024 13:23:35 +0200
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
kuba@...nel.org,
linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: [PATCH net 0/5] pull-request: can 2024-06-21
Hello netdev-team,
this is a pull request of 5 patches for net/master.
The first patch is by Oleksij Rempel, it enhances the error handling
for tightly received RTS message in the j1939 protocol.
Shigeru Yoshida's patch fixes a kernel information leak in
j1939_send_one() in the j1939 protocol.
Followed by a patch by Oleksij Rempel for the j1939 protocol, to
properly recover from a CAN bus error during BAM transmission.
A patch by Chen Ni properly propagates errors in the kvaser_usb
driver.
The last patch is by Vitor Soares, that fixes an infinite loop in the
mcp251xfd driver is SPI async sending fails during xmit.
regards,
Marc
---
The following changes since commit 8851346912a1fa33e7a5966fe51f07313b274627:
net: stmmac: Assign configured channel value to EXTTS event (2024-06-20 11:56:03 +0200)
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.10-20240621
for you to fetch changes up to d8fb63e46c884c898a38f061c2330f7729e75510:
can: mcp251xfd: fix infinite loop when xmit fails (2024-06-21 10:50:20 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.10-20240621
----------------------------------------------------------------
Chen Ni (1):
can: kvaser_usb: fix return value for hif_usb_send_regout
Oleksij Rempel (2):
net: can: j1939: enhanced error handling for tightly received RTS messages in xtp_rx_rts_session_new
net: can: j1939: recover socket queue on CAN bus error during BAM transmission
Shigeru Yoshida (1):
net: can: j1939: Initialize unused data in j1939_send_one()
Vitor Soares (1):
can: mcp251xfd: fix infinite loop when xmit fails
drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 14 +++++-
drivers/net/can/spi/mcp251xfd/mcp251xfd-tx.c | 55 ++++++++++++++++++++----
drivers/net/can/spi/mcp251xfd/mcp251xfd.h | 5 +++
drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 2 +-
net/can/j1939/main.c | 6 +--
net/can/j1939/transport.c | 21 ++++++++-
6 files changed, 86 insertions(+), 17 deletions(-)
Powered by blists - more mailing lists