[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251126155713.217105-1-mkl@pengutronix.de>
Date: Wed, 26 Nov 2025 16:41:10 +0100
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/8] pull-request: can 2025-11-26
Hello netdev-team,
this is a pull request of 8 patches for net/main.
Seungjin Bae provides a patch for the kvaser_usb driver to fix a
potential infinite loop in the USB data stream command parser.
Thomas Mühlbacher's patch for the sja1000 driver IRQ handler's max
loop handling, that might lead to unhandled interrupts.
3 patches by me for the gs_usb driver fix handling of failed transmit
URBs and add checking of the actual length of received URBs before
accessing the data.
The next patch is by me and is a port of Thomas Mühlbacher's patch
(fix IRQ handler's max loop handling, that might lead to unhandled
interrupts.) to the sun4i_can driver.
Biju Das provides a patch for the rcar_canfd driver to fix the CAN-FD
mode setting.
The last patch is by Shaurya Rane for the em_canid filter to ensure
that the complete CAN frame is present in the linear data buffer
before accessing it.
regards,
Marc
---
The following changes since commit 5442a9da69789741bfda39f34ee7f69552bf0c56:
veth: more robust handing of race to avoid txq getting stuck (2025-11-14 18:16:53 -0800)
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.18-20251126
for you to fetch changes up to 0c922106d7a58d106c6a5c52a741ae101cfaf088:
net/sched: em_canid: fix uninit-value in em_canid_match (2025-11-26 16:28:10 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.18-20251126
----------------------------------------------------------------
Biju Das (1):
can: rcar_canfd: Fix CAN-FD mode as default
Marc Kleine-Budde (5):
can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBs
can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing header
can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data
Merge patch series "can: gs_usb: fix USB bulk in and out callbacks"
can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
Seungjin Bae (1):
can: kvaser_usb: leaf: Fix potential infinite loop in command parsers
Shaurya Rane (1):
net/sched: em_canid: fix uninit-value in em_canid_match
Thomas Mühlbacher (1):
can: sja1000: fix max irq loop handling
drivers/net/can/rcar/rcar_canfd.c | 53 +++++++-----
drivers/net/can/sja1000/sja1000.c | 4 +-
drivers/net/can/sun4i_can.c | 4 +-
drivers/net/can/usb/gs_usb.c | 102 +++++++++++++++++++----
drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 4 +-
net/sched/em_canid.c | 3 +
6 files changed, 128 insertions(+), 42 deletions(-)
Powered by blists - more mailing lists