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 updates for 7.3-rc1
Date: Wed, 12 Aug 2026 16:02:53 +0200	[thread overview]
Message-ID: <anx9DSOtHC_Eq7LB@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.3-rc1

for you to fetch changes up to 15734de99517b0c81a1a5a3bccaff4593ef8d953:

  USB: serial: pl2303: add support for PL256X multi-port devices (2026-08-03 10:48:44 +0200)

----------------------------------------------------------------
USB serial updates for 7.3-rc1

Here are the USB serial updates for 7.3-rc1, including:

 - fix digi_acceleport port registration order
 - stop digi_acceleport I/O when ports are closed
 - fix digi_acceleport OOB port dev_printk()
 - fix metro-usb unthrottle race
 - fix option slab OOB read with malicious devices
 - add support for a new class of Prolific PL256X devices

Included are also various clean ups.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Charles Yeh (1):
      USB: serial: pl2303: add support for PL256X multi-port devices

Jiale Yao (1):
      USB: serial: option: fix slab OOB read in interrupt URB callback

Johan Hovold (17):
      USB: serial: digi_acceleport: do not log stopping of urbs as errors
      USB: serial: digi_acceleport: fix port registration order
      USB: serial: digi_acceleport: drop unused wait queue
      USB: serial: digi_acceleport: always stop write urb on close
      USB: serial: digi_acceleport: add oob port helper
      USB: serial: digi_acceleport: clean up declarations and whitespace
      USB: serial: digi_acceleport: drop redundant driver data sanity checks
      USB: serial: digi_acceleport: stop OOB I/O when not in use
      USB: serial: digi_acceleport: drop unused in-buf define
      USB: serial: digi_acceleport: clean up xfer buf length expression
      USB: serial: digi_acceleport: clean up write completion
      USB: serial: digi_acceleport: clean up inb command submission
      USB: serial: digi_acceleport: fix oob port dev_printk()
      USB: serial: metro-usb: replace unnecessary atomic allocation
      USB: serial: metro-usb: fix unthrottle race
      USB: serial: metro-usb: drop redundant initialisations
      USB: serial: keyspan_pda: drop unused driver data usb-serial pointer

 drivers/usb/serial/digi_acceleport.c | 325 ++++++++++++++---------------------
 drivers/usb/serial/keyspan_pda.c     |   1 -
 drivers/usb/serial/metro-usb.c       |  31 ++--
 drivers/usb/serial/option.c          |  20 ++-
 drivers/usb/serial/pl2303.c          | 108 +++++++++++-
 drivers/usb/serial/pl2303.h          |   2 +-
 6 files changed, 269 insertions(+), 218 deletions(-)

             reply	other threads:[~2026-08-12 14:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-12 14:02 Johan Hovold [this message]
2026-08-14  1:25 ` [GIT PULL] USB serial updates for 7.3-rc1 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=anx9DSOtHC_Eq7LB@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