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.3-rc3
Date: Fri, 11 Sep 2026 11:38:20 +0200 [thread overview]
Message-ID: <aqPMDHBQ8bUm-Ohg@hovoldconsulting.com> (raw)
The following changes since commit cee9395acd8043be0644b25c34bfa86623f2b935:
Linux 7.3-rc1 (2026-08-30 13:34:40 -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-rc3
for you to fetch changes up to ae0e61d95677efa778379853e495d748e6efbf95:
USB: serial: fix ioctl hangup race (2026-09-08 11:00:48 +0200)
----------------------------------------------------------------
USB serial fixes for 7.3-rc3
Here is a fix for a long-standing ioctl-hangup race and a couple of
fixes for port lifetime issues that can lead to NULL-pointer
dereferences when disconnecting devices or deregistering drivers.
Included are also a fix for a related dynamic id leak and some new modem
device ids.
All have been in linux-next with no reported issues.
----------------------------------------------------------------
Carlo Szelinsky (1):
USB: serial: option: add Quectel EG060W
Ian Lin (2):
USB: serial: option: add Compal EXM-G1x support
USB: serial: option: add Compal EXC-T1 support
Johan Hovold (5):
USB: serial: fix port tear down use-after-free
USB: serial: fix dynamic id driver deregistration race
USB: serial: fix driver deregistration order
USB: serial: use iterator for driver deregistration
USB: serial: fix ioctl hangup race
Sebastian Sjoholm (1):
USB: serial: option: add Quectel RG660QB
Zhao Dongdong (1):
USB: serial: option: add support for SIMCom SIM8260C
drivers/usb/serial/bus.c | 6 +-
drivers/usb/serial/generic.c | 10 +++-
drivers/usb/serial/option.c | 14 +++++
drivers/usb/serial/usb-serial.c | 126 +++++++++++++++++++++++++++++++---------
drivers/usb/serial/xr_serial.c | 10 +---
include/linux/usb/serial.h | 1 +
6 files changed, 132 insertions(+), 35 deletions(-)
next reply other threads:[~2026-09-11 9:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 9:38 Johan Hovold [this message]
2026-09-11 9:51 ` [GIT PULL] USB serial fixes for 7.3-rc3 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=aqPMDHBQ8bUm-Ohg@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