* [GIT PULL] USB serial fixes for 7.2-rc4
@ 2026-07-24 11:36 Johan Hovold
2026-07-24 13:37 ` Greg Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2026-07-24 11:36 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: linux-usb, linux-kernel
The following changes since commit a13c140cc289c0b7b3770bce5b3ad42ab35074aa:
Linux 7.2-rc3 (2026-07-12 14:16:39 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-7.2-rc4
for you to fetch changes up to faaddd811c5099f11a5f52e68a6b31a5898cda4f:
USB: serial: io_edgeport: cap received transmit credits (2026-07-22 11:23:54 +0200)
----------------------------------------------------------------
USB serial fixes for 7.2-rc4
Here are some fixes for 7.2:
- fix data loss on keyspan_pda throttle
- fix memory corruption with malicious edgeport devices
- fix memory corruption with corrupt io_ti firmware
- fix OOB read with corrupt mxuport firmware
Included are also some new ftdi and modem device ids.
All have been in linux-next with no reported issues.
----------------------------------------------------------------
Chukun Pan (1):
USB: serial: option: add TDTECH MT5710-CN
Johan Hovold (1):
USB: serial: keyspan_pda: fix data loss on receive throttling
Pengpeng Hou (2):
USB: serial: mxuport: validate firmware header size
USB: serial: io_ti: reject oversized boot-mode firmware
Sunho Park (1):
USB: serial: io_edgeport: cap received transmit credits
Tim Pambor (1):
USB: serial: ftdi_sio: add support for E+H FXA291
drivers/usb/serial/ftdi_sio.c | 2 ++
drivers/usb/serial/ftdi_sio_ids.h | 5 +++++
drivers/usb/serial/io_edgeport.c | 3 ++-
drivers/usb/serial/io_ti.c | 6 ++++++
drivers/usb/serial/keyspan_pda.c | 44 +++++++++++++++++++++++++++++++--------
drivers/usb/serial/mxuport.c | 7 +++++++
drivers/usb/serial/option.c | 1 +
7 files changed, 58 insertions(+), 10 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-24 13:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 11:36 [GIT PULL] USB serial fixes for 7.2-rc4 Johan Hovold
2026-07-24 13:37 ` Greg Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox