[PATCH net 0/4] pull-request: can 2025-05-22
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2025-05-22 08:23:55
Also in:
linux-can
Hello netdev-team,
this is a pull request of 4 patches for net/main.
The first 3 patches are by Axel Forsman and fix a ISR race condition
in the kvaser_pciefd driver.
The last patch is by Carlos Sanchez and fixes the reception of short
error messages in the slcan driver.
regards,
Marc
---
The following changes since commit 9e89db3d847f2d66d2799c5533d00aebee2be4d1:
Merge tag 'linux-can-fixes-for-6.15-20250520' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can (2025-05-20 15:54:37 +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.15-20250521
for you to fetch changes up to ef0841e4cb08754be6cb42bf97739fce5d086e5f:
can: slcan: allow reception of short error messages (2025-05-21 10:12:05 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.15-20250521
----------------------------------------------------------------
Axel Forsman (3):
can: kvaser_pciefd: Force IRQ edge in case of nested IRQ
can: kvaser_pciefd: Fix echo_skb race
can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
Carlos Sanchez (1):
can: slcan: allow reception of short error messages
Marc Kleine-Budde (1):
Merge patch series "can: kvaser_pciefd: Fix ISR race conditions"
drivers/net/can/kvaser_pciefd.c | 184 +++++++++++++++++++++----------------
drivers/net/can/slcan/slcan-core.c | 26 ++++--
2 files changed, 123 insertions(+), 87 deletions(-)