Linux USB
 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.1-rc5
Date: Sat, 23 May 2026 10:35:05 +0200	[thread overview]
Message-ID: <ahFmuYsT3E8GcG5h@hovoldconsulting.com> (raw)

The following changes since commit 5d6919055dec134de3c40167a490f33c74c12581:

  Linux 7.1-rc3 (2026-05-10 14:08:09 -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.1-rc5

for you to fetch changes up to 9f9bfc80c67f35a275820da7e83a35dface08281:

  USB: serial: cypress_m8: validate interrupt packet headers (2026-05-23 09:35:26 +0200)

----------------------------------------------------------------
USB serial fixes for 7.1-rc5

Here are a number of fixes for memory corruption and information leaks
due to missing endpoint and transfer sanity checks dating back to
simpler times when we trusted our hardware.

Included are also a fix for a recently added modem device id entry and
some new modem devices ids.

All but the last five commits have been in linux-next and with no
reported issues.

----------------------------------------------------------------
Jan Volckaert (1):
      USB: serial: option: add MeiG SRM813Q

Johan Hovold (8):
      USB: serial: digi_acceleport: fix memory corruption with small endpoints
      USB: serial: keyspan: fix missing indat transfer sanity check
      USB: serial: mct_u232: fix memory corruption with small endpoint
      USB: serial: mct_u232: fix missing interrupt-in transfer sanity check
      USB: serial: cypress_m8: fix memory corruption with small endpoint
      USB: serial: mxuport: fix memory corruption with small endpoint
      USB: serial: omninet: fix memory corruption with small endpoint
      USB: serial: safe_serial: fix memory corruption with small endpoint

Wanquan Zhong (1):
      USB: serial: option: add missing RSVD(5) flag for Rolling RW135R-GL

Zhang Cen (2):
      USB: serial: belkin_sa: validate interrupt status length
      USB: serial: cypress_m8: validate interrupt packet headers

 drivers/usb/serial/belkin_sa.c       |  3 +++
 drivers/usb/serial/cypress_m8.c      | 20 +++++++++++++++++++-
 drivers/usb/serial/digi_acceleport.c | 23 +++++++++++++++++++++--
 drivers/usb/serial/keyspan.c         |  4 ++++
 drivers/usb/serial/mct_u232.c        | 26 ++++++++++++++++----------
 drivers/usb/serial/mxuport.c         |  8 ++++++++
 drivers/usb/serial/omninet.c         |  9 +++++----
 drivers/usb/serial/option.c          |  9 ++++++++-
 drivers/usb/serial/safe_serial.c     | 11 +++++++++++
 9 files changed, 95 insertions(+), 18 deletions(-)

             reply	other threads:[~2026-05-23  8:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-23  8:35 Johan Hovold [this message]
2026-05-23 11:22 ` [GIT PULL] USB serial fixes for 7.1-rc5 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=ahFmuYsT3E8GcG5h@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