The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] USB serial fixes for 7.2-rc4
Date: Fri, 24 Jul 2026 13:36:38 +0200	[thread overview]
Message-ID: <amNORpUte3CZ8LbQ@hovoldconsulting.com> (raw)

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(-)

             reply	other threads:[~2026-07-24 11:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-24 11:36 Johan Hovold [this message]
2026-07-24 13:37 ` [GIT PULL] USB serial fixes for 7.2-rc4 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=amNORpUte3CZ8LbQ@hovoldconsulting.com \
    --to=johan@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox