[GIT PULL] USB serial fixes for 7.2-rc7

From: Johan Hovold

Date: Fri Aug 07 2026 - 11:04:42 EST


The following changes since commit f5098b6bae761e346ebcd9da7f95622c04733cff:

Linux 7.2-rc5 (2026-07-26 14:45:48 -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-rc7

for you to fetch changes up to d37186bd95a07e334447f47274a38a311dad2172:

USB: serial: spcp8x5: drop broken carrier detect support (2026-08-07 16:41:58 +0200)

----------------------------------------------------------------
USB serial fixes for 7.2-rc7

Here is a fix for a long-standing issue in the spcp8x5 driver which
syzbot just started hitting and a change adding lockdep annotation to
digi_acceleport to suppress a false positive deadlock warning.

Note that only the digi_acceleport commit has been in linux-next (and
with no reported issues).

----------------------------------------------------------------
Johan Hovold (2):
USB: serial: digi_acceleport: add port lock nesting annotation
USB: serial: spcp8x5: drop broken carrier detect support

drivers/usb/serial/digi_acceleport.c | 9 +++++++--
drivers/usb/serial/spcp8x5.c | 13 -------------
2 files changed, 7 insertions(+), 15 deletions(-)