]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'linux-can-fixes-for-6.19-20260109' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Jan 2026 22:35:32 +0000 (14:35 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 10 Jan 2026 22:35:33 +0000 (14:35 -0800)
commit79db36697bc02371d1df6d0fbfc659c8e0e5144f
treebb632393cfa19420a4cf09d5bbe5743816edaf26
parentc8a49a2f9117f4a7c574cbb709dc92a2b602ec00
parente707c591a139d1bfa4ddc83036fc820ca006a140
Merge tag 'linux-can-fixes-for-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can

Marc Kleine-Budde says:

====================
pull-request: can 2026-01-09

The first patch is by Szymon Wilczek and fixes a potential memory leak
in the etas_es58x driver.

The 2nd patch is by me, targets the gs_usb driver and fixes an URB
memory leak.

Ondrej Ille's patch fixes the transceiver delay compensation in the
ctucanfd driver, which is needed for bit rates higher than 1 Mbit/s.

* tag 'linux-can-fixes-for-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can:
  can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit.
  can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
  can: etas_es58x: allow partial RX URB allocation to succeed
====================

Link: https://patch.msgid.link/20260109135311.576033-1-mkl@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>